#CDDA79

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

Shades of Deco #CDDA79

Tints of Deco #CDDA79

Color information

#CDDA79 (or 0xCDDA79) is unknown color: approx Deco. HEX triplet: CD, DA and 79. RGB value is (205,218,121). Sum of RGB (Red+Green+Blue) = 205+218+121=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 121 (47.66% from 255 or 22.24% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA79 is #322586. Grayscale: #CBCBCB. Windows color (decimal): -3286407 or 7985869. OLE color: 7985869.

HSL color Cylindrical-coordinate representation of color #CDDA79: hue angle of 68.04º degrees, saturation: 0.57, 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 #CDDA79 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB205218121-
CMYK0.0600.440.15
HSL68.04º56.73%66.47%-
HSV(B)68.04º44.5%85.49%-
XYZ53.764.527.71-
YUV203.0681.69129.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.68%
GREEN value IS 218 (85.55% from 255) = 40.07%
BLUE value IS 121 (47.66% from 255) = 22.24%
R=37.68%
G=40.07%
B=22.24%

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
Decimal2052181210.0600.440.1568.0456.7366.47
HexCDDA79602CF443942
Octal31533217160541710471102
Binary110011011101101011110011100101100111110001001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDA79; }

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

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

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

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

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

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

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

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