#CCDA82

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

Shades of Deco #CCDA82

Tints of Deco #CCDA82

Color information

#CCDA82 (or 0xCCDA82) is unknown color: approx Deco. HEX triplet: CC, DA and 82. RGB value is (204,218,130). Sum of RGB (Red+Green+Blue) = 204+218+130=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 130 (51.17% from 255 or 23.55% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDA82 is #33257D. Grayscale: #CCCCCC. Windows color (decimal): -3351934 or 8575692. OLE color: 8575692.

HSL color Cylindrical-coordinate representation of color #CCDA82: hue angle of 69.55º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCDA82 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB204218130-
CMYK0.0600.400.15
HSL69.55º54.32%68.24%-
HSV(B)69.55º40.37%85.49%-
XYZ5464.5930.74-
YUV203.7886.36128.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 218 (85.55% from 255) = 39.49%
BLUE value IS 130 (51.17% from 255) = 23.55%
R=36.96%
G=39.49%
B=23.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042181300.0600.400.1569.5554.3268.24
HexCCDA826028F463644
Octal31433220260501710666104
Binary1100110011011010100000101100101000111110001101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDA82; }

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

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

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

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

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

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

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

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