#CDDC89

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

Shades of Deco #CDDC89

Tints of Deco #CDDC89

Color information

#CDDC89 (or 0xCDDC89) is unknown color: approx Deco. HEX triplet: CD, DC and 89. RGB value is (205,220,137). Sum of RGB (Red+Green+Blue) = 205+220+137=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 137 (53.91% from 255 or 24.38% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDC89 is #322376. Grayscale: #CECECE. Windows color (decimal): -3285879 or 9034957. OLE color: 9034957.

HSL color Cylindrical-coordinate representation of color #CDDC89: hue angle of 70.84º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDDC89 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB205220137-
CMYK0.0700.380.14
HSL70.84º54.25%70%-
HSV(B)70.84º37.73%86.27%-
XYZ55.2965.9733.49-
YUV206.0589.03127.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 220 (86.33% from 255) = 39.15%
BLUE value IS 137 (53.91% from 255) = 24.38%
R=36.48%
G=39.15%
B=24.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052201370.0700.380.1470.8454.2570
HexCDDC897026E473646
Octal31533421170461610766106
Binary1100110111011100100010011110100110111010001111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDC89; }

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

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

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

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

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

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

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

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