Shades of Deco #D2CD89
Tints of Deco #D2CD89
RGB
CMYK
RGB Variations
Color information
#D2CD89 (or 0xD2CD89) is known color: Deco. HEX triplet: D2, CD and 89. RGB value is (210,205,137). Sum of RGB (Red+Green+Blue) = 210+205+137=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 137 (53.91% from 255 or 24.82% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CD89 is #2D3276. Grayscale: #C7C7C7. Windows color (decimal): -2962039 or 9031122. OLE color: 9031122.
HSL color Cylindrical-coordinate representation of color #D2CD89: hue angle of 55.89º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2CD89 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 205 | 137 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.18 |
| HSL | 55.89º | 0.45% | 0.68% | - |
| HSV(B) | 55.89º | 0.35% | 0.82% | - |
| XYZ | 52.93 | 59.17 | 32.3 | - |
| YUV | 198.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 137 | 0 | 0.02 | 0.35 | 0.18 | 55.89 | 0.45 | 0.68 |
| Hex | D2 | CD | 89 | 0 | 2 | 23 | 12 | 38 | 2D | 44 |
| Octal | 322 | 315 | 211 | 0 | 2 | 43 | 22 | 70 | 55 | 104 |
| Binary | 11010010 | 11001101 | 10001001 | 0 | 10 | 100011 | 10010 | 111000 | 101101 | 1000100 |
Color Harmonies of #D2CD89
Complementary color
Monochromatic Colors of #D2CD89
Black with #D2CD89
Text Example
Text Example
White with #D2CD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CD89; }
p { color: rgb(210,205,137); }
H1.HeaderClassName
{
color: #D2CD89;
}
.AnyTagClassName
{
color: #D2CD89;
}
</style>
background-color css
<style>
a { background-color: #D2CD89; }
a { background-color: rgb(210,205,137); }
div.DivClassName
{
background-color: #D2CD89;
}
.BgClassName
{
background-color: #D2CD89;
}
</style>
border-color css
<style>
span { border-color: #D2CD89; }
span { border-color: rgb(210,205,137); }
td.TdClassName
{
border-color: #D2CD89;
}
.TagClassName
{
border-color: #D2CD89;
}
</style>