Shades of Deco #CDDB89
Tints of Deco #CDDB89
RGB
CMYK
RGB Variations
Color information
#CDDB89 (or 0xCDDB89) is known color: Deco. HEX triplet: CD, DB and 89. RGB value is (205,219,137). Sum of RGB (Red+Green+Blue) = 205+219+137=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 137 (53.91% from 255 or 24.42% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDB89 is #322476. Grayscale: #CDCDCD. Windows color (decimal): -3286135 or 9034701. OLE color: 9034701.
HSL color Cylindrical-coordinate representation of color #CDDB89: hue angle of 70.24º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDDB89 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 137 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.14 |
| HSL | 70.24º | 0.53% | 0.7% | - |
| HSV(B) | 70.24º | 0.37% | 0.86% | - |
| XYZ | 55.02 | 65.45 | 33.4 | - |
| YUV | 205.47 | 89.36 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 137 | 0.06 | 0 | 0.37 | 0.14 | 70.24 | 0.53 | 0.7 |
| Hex | CD | DB | 89 | 6 | 0 | 25 | E | 46 | 35 | 46 |
| Octal | 315 | 333 | 211 | 6 | 0 | 45 | 16 | 106 | 65 | 106 |
| Binary | 11001101 | 11011011 | 10001001 | 110 | 0 | 100101 | 1110 | 1000110 | 110101 | 1000110 |
Color Harmonies of #CDDB89
Complementary color
Monochromatic Colors of #CDDB89
Black with #CDDB89
Text Example
Text Example
White with #CDDB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB89; }
p { color: rgb(205,219,137); }
H1.HeaderClassName
{
color: #CDDB89;
}
.AnyTagClassName
{
color: #CDDB89;
}
</style>
background-color css
<style>
a { background-color: #CDDB89; }
a { background-color: rgb(205,219,137); }
div.DivClassName
{
background-color: #CDDB89;
}
.BgClassName
{
background-color: #CDDB89;
}
</style>
border-color css
<style>
span { border-color: #CDDB89; }
span { border-color: rgb(205,219,137); }
td.TdClassName
{
border-color: #CDDB89;
}
.TagClassName
{
border-color: #CDDB89;
}
</style>