#CCDA89

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

Shades of Deco #CCDA89

Tints of Deco #CCDA89

Color information

#CCDA89 (or 0xCCDA89) is unknown color: approx Deco. HEX triplet: CC, DA and 89. RGB value is (204,218,137). Sum of RGB (Red+Green+Blue) = 204+218+137=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 137 (53.91% from 255 or 24.51% from 559); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDA89 is #332576. Grayscale: #CCCCCC. Windows color (decimal): -3351927 or 9034444. OLE color: 9034444.

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

Color convert

RGB204218137-
CMYK0.0600.370.15
HSL70.37º52.26%69.61%-
HSV(B)70.37º37.16%85.49%-
XYZ54.4964.7933.3-
YUV204.5889.86127.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 218 (85.55% from 255) = 39.00%
BLUE value IS 137 (53.91% from 255) = 24.51%
R=36.49%
G=39.00%
B=24.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042181370.0600.370.1570.3752.2669.61
HexCCDA896025F463446
Octal31433221160451710664106
Binary1100110011011010100010011100100101111110001101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDA89; }

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

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

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

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

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

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

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

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