#CCDA79

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

Shades of Deco #CCDA79

Tints of Deco #CCDA79

Color information

#CCDA79 (or 0xCCDA79) is unknown color: approx Deco. HEX triplet: CC, DA and 79. RGB value is (204,218,121). Sum of RGB (Red+Green+Blue) = 204+218+121=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 121 (47.66% from 255 or 22.28% from 543); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA79 is #332586. Grayscale: #CBCBCB. Windows color (decimal): -3351943 or 7985868. OLE color: 7985868.

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

Color convert

RGB204218121-
CMYK0.0600.440.15
HSL68.66º56.73%66.47%-
HSV(B)68.66º44.5%85.49%-
XYZ53.4264.3627.7-
YUV202.7681.86128.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 218 (85.55% from 255) = 40.15%
BLUE value IS 121 (47.66% from 255) = 22.28%
R=37.57%
G=40.15%
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
Decimal2042181210.0600.440.1568.6656.7366.47
HexCCDA79602CF453942
Octal31433217160541710571102
Binary110011001101101011110011100101100111110001011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDA79; }

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

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

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

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

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

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

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

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