Shades of Deco #CDD089
Tints of Deco #CDD089
RGB
CMYK
RGB Variations
Color information
#CDD089 (or 0xCDD089) is known color: Deco. HEX triplet: CD, D0 and 89. RGB value is (205,208,137). Sum of RGB (Red+Green+Blue) = 205+208+137=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 137 (53.91% from 255 or 24.91% from 550); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD089 is #322F76. Grayscale: #C7C7C7. Windows color (decimal): -3288951 or 9031885. OLE color: 9031885.
HSL color Cylindrical-coordinate representation of color #CDD089: hue angle of 62.54º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDD089 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 137 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.18 |
| HSL | 62.54º | 0.43% | 0.68% | - |
| HSV(B) | 62.54º | 0.34% | 0.82% | - |
| XYZ | 52.25 | 59.9 | 32.47 | - |
| YUV | 199.01 | 93.01 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 137 | 0.01 | 0 | 0.34 | 0.18 | 62.54 | 0.43 | 0.68 |
| Hex | CD | D0 | 89 | 1 | 0 | 22 | 12 | 3F | 2B | 44 |
| Octal | 315 | 320 | 211 | 1 | 0 | 42 | 22 | 77 | 53 | 104 |
| Binary | 11001101 | 11010000 | 10001001 | 1 | 0 | 100010 | 10010 | 111111 | 101011 | 1000100 |
Color Harmonies of #CDD089
Complementary color
Monochromatic Colors of #CDD089
Black with #CDD089
Text Example
Text Example
White with #CDD089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD089; }
p { color: rgb(205,208,137); }
H1.HeaderClassName
{
color: #CDD089;
}
.AnyTagClassName
{
color: #CDD089;
}
</style>
background-color css
<style>
a { background-color: #CDD089; }
a { background-color: rgb(205,208,137); }
div.DivClassName
{
background-color: #CDD089;
}
.BgClassName
{
background-color: #CDD089;
}
</style>
border-color css
<style>
span { border-color: #CDD089; }
span { border-color: rgb(205,208,137); }
td.TdClassName
{
border-color: #CDD089;
}
.TagClassName
{
border-color: #CDD089;
}
</style>