Shades of Deco #D0CD89
Tints of Deco #D0CD89
RGB
CMYK
RGB Variations
Color information
#D0CD89 (or 0xD0CD89) is known color: Deco. HEX triplet: D0, CD and 89. RGB value is (208,205,137). Sum of RGB (Red+Green+Blue) = 208+205+137=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 137 (53.91% from 255 or 24.91% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CD89 is #2F3276. Grayscale: #C6C6C6. Windows color (decimal): -3093111 or 9031120. OLE color: 9031120.
HSL color Cylindrical-coordinate representation of color #D0CD89: hue angle of 57.46º 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 #D0CD89 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 205 | 137 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.18 |
| HSL | 57.46º | 0.43% | 0.68% | - |
| HSV(B) | 57.46º | 0.34% | 0.82% | - |
| XYZ | 52.36 | 58.88 | 32.27 | - |
| YUV | 198.15 | 93.49 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 205 | 137 | 0 | 0.01 | 0.34 | 0.18 | 57.46 | 0.43 | 0.68 |
| Hex | D0 | CD | 89 | 0 | 1 | 22 | 12 | 39 | 2B | 44 |
| Octal | 320 | 315 | 211 | 0 | 1 | 42 | 22 | 71 | 53 | 104 |
| Binary | 11010000 | 11001101 | 10001001 | 0 | 1 | 100010 | 10010 | 111001 | 101011 | 1000100 |
Color Harmonies of #D0CD89
Complementary color
Monochromatic Colors of #D0CD89
Black with #D0CD89
Text Example
Text Example
White with #D0CD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CD89; }
p { color: rgb(208,205,137); }
H1.HeaderClassName
{
color: #D0CD89;
}
.AnyTagClassName
{
color: #D0CD89;
}
</style>
background-color css
<style>
a { background-color: #D0CD89; }
a { background-color: rgb(208,205,137); }
div.DivClassName
{
background-color: #D0CD89;
}
.BgClassName
{
background-color: #D0CD89;
}
</style>
border-color css
<style>
span { border-color: #D0CD89; }
span { border-color: rgb(208,205,137); }
td.TdClassName
{
border-color: #D0CD89;
}
.TagClassName
{
border-color: #D0CD89;
}
</style>