#CDD775

Color #CDD775 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CDD775

Tints of Deco #CDD775

Color information

#CDD775 (or 0xCDD775) is unknown color: approx Deco. HEX triplet: CD, D7 and 75. RGB value is (205,215,117). Sum of RGB (Red+Green+Blue) = 205+215+117=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD775 is #32288A. Grayscale: #C9C9C9. Windows color (decimal): -3287179 or 7722957. OLE color: 7722957.

HSL color Cylindrical-coordinate representation of color #CDD775: hue angle of 66.12º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDD775 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB205215117-
CMYK0.0500.460.16
HSL66.12º55.06%65.1%-
HSV(B)66.12º45.58%84.31%-
XYZ52.6962.8626.19-
YUV200.8480.69130.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 215 (84.38% from 255) = 40.04%
BLUE value IS 117 (46.09% from 255) = 21.79%
R=38.18%
G=40.04%
B=21.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052151170.0500.460.1666.1255.0665.1
HexCDD775502E10423741
Octal31532716550562010267101
Binary1100110111010111111010110101011101000010000101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD775; }

 p { color: rgb(205,215,117); }

 H1.HeaderClassName
 {
   color: #CDD775;
 }
 .AnyTagClassName
 {
   color: #CDD775;
 }
</style>
background-color css

<style>
 a { background-color: #CDD775; }

 a { background-color: rgb(205,215,117); }

 div.DivClassName
 {
   background-color: #CDD775;
 }
 .BgClassName
 {
   background-color: #CDD775;
 }
</style>
border-color css

<style>
 span { border-color: #CDD775; }

 span { border-color: rgb(205,215,117); }

 td.TdClassName
 {
   border-color: #CDD775;
 }
 .TagClassName
 {
   border-color: #CDD775;
 }
</style>