#CDD979

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

Shades of Deco #CDD979

Tints of Deco #CDD979

Color information

#CDD979 (or 0xCDD979) is unknown color: approx Deco. HEX triplet: CD, D9 and 79. RGB value is (205,217,121). Sum of RGB (Red+Green+Blue) = 205+217+121=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 121 (47.66% from 255 or 22.28% from 543); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD979 is #322686. Grayscale: #CACACA. Windows color (decimal): -3286663 or 7985613. OLE color: 7985613.

HSL color Cylindrical-coordinate representation of color #CDD979: hue angle of 67.5º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDD979 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB205217121-
CMYK0.0600.440.15
HSL67.5º55.81%66.27%-
HSV(B)67.5º44.24%85.1%-
XYZ53.4463.9927.62-
YUV202.4782.02129.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.75%
GREEN value IS 217 (85.16% from 255) = 39.96%
BLUE value IS 121 (47.66% from 255) = 22.28%
R=37.75%
G=39.96%
B=22.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052171210.0600.440.1567.555.8166.27
HexCDD979602CF443842
Octal31533117160541710470102
Binary110011011101100111110011100101100111110001001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD979; }

 p { color: rgb(205,217,121); }

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

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

 a { background-color: rgb(205,217,121); }

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

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

 span { border-color: rgb(205,217,121); }

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