Shades of Deco #CDDC89
Tints of Deco #CDDC89
RGB
CMYK
RGB Variations
Color information
#CDDC89 (or 0xCDDC89) is known color: 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
| RGB | 205 | 220 | 137 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.14 |
| HSL | 70.84º | 0.54% | 0.7% | - |
| HSV(B) | 70.84º | 0.38% | 0.86% | - |
| XYZ | 55.29 | 65.97 | 33.49 | - |
| YUV | 206.05 | 89.03 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 137 | 0.07 | 0 | 0.38 | 0.14 | 70.84 | 0.54 | 0.7 |
| Hex | CD | DC | 89 | 7 | 0 | 26 | E | 47 | 36 | 46 |
| Octal | 315 | 334 | 211 | 7 | 0 | 46 | 16 | 107 | 66 | 106 |
| Binary | 11001101 | 11011100 | 10001001 | 111 | 0 | 100110 | 1110 | 1000111 | 110110 | 1000110 |
Color Harmonies of #CDDC89
Complementary color
Monochromatic Colors of #CDDC89
Black with #CDDC89
Text Example
Text Example
White with #CDDC89
Text Example
Text Example
HTML Codes & Css Web 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>