#CCDA87

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

Shades of Deco #CCDA87

Tints of Deco #CCDA87

Color information

#CCDA87 (or 0xCCDA87) is unknown color: approx Deco. HEX triplet: CC, DA and 87. RGB value is (204,218,135). Sum of RGB (Red+Green+Blue) = 204+218+135=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 135 (53.12% from 255 or 24.24% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDA87 is #332578. Grayscale: #CCCCCC. Windows color (decimal): -3351929 or 8903372. OLE color: 8903372.

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

Color convert

RGB204218135-
CMYK0.0600.380.15
HSL70.12º52.87%69.22%-
HSV(B)70.12º38.07%85.49%-
XYZ54.3564.7332.55-
YUV204.3588.86127.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 218 (85.55% from 255) = 39.14%
BLUE value IS 135 (53.12% from 255) = 24.24%
R=36.62%
G=39.14%
B=24.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042181350.0600.380.1570.1252.8769.22
HexCCDA876026F463545
Octal31433220760461710665105
Binary1100110011011010100001111100100110111110001101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDA87; }

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

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

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

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

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

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

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

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