#CDDA89

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

Shades of Deco #CDDA89

Tints of Deco #CDDA89

Color information

#CDDA89 (or 0xCDDA89) is unknown color: approx Deco. HEX triplet: CD, DA and 89. RGB value is (205,218,137). Sum of RGB (Red+Green+Blue) = 205+218+137=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 137 (53.91% from 255 or 24.46% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDA89 is #322576. Grayscale: #CDCDCD. Windows color (decimal): -3286391 or 9034445. OLE color: 9034445.

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

Color convert

RGB205218137-
CMYK0.0600.370.15
HSL69.63º52.26%69.61%-
HSV(B)69.63º37.16%85.49%-
XYZ54.7664.9333.31-
YUV204.8889.69128.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 218 (85.55% from 255) = 38.93%
BLUE value IS 137 (53.91% from 255) = 24.46%
R=36.61%
G=38.93%
B=24.46%

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
Decimal2052181370.0600.370.1569.6352.2669.61
HexCDDA896025F463446
Octal31533221160451710664106
Binary1100110111011010100010011100100101111110001101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDA89; }

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

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

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

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

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

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

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

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