Shades of Deco #D0DC87
Tints of Deco #D0DC87
RGB
CMYK
RGB Variations
Color information
#D0DC87 (or 0xD0DC87) is known color: Deco. HEX triplet: D0, DC and 87. RGB value is (208,220,135). Sum of RGB (Red+Green+Blue) = 208+220+135=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 135 (53.12% from 255 or 23.98% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DC87 is #2F2378. Grayscale: #CFCFCF. Windows color (decimal): -3089273 or 8903888. OLE color: 8903888.
HSL color Cylindrical-coordinate representation of color #D0DC87: hue angle of 68.47º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0DC87 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 135 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.14 |
| HSL | 68.47º | 0.55% | 0.7% | - |
| HSV(B) | 68.47º | 0.39% | 0.86% | - |
| XYZ | 55.98 | 66.35 | 32.78 | - |
| YUV | 206.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 135 | 0.05 | 0 | 0.39 | 0.14 | 68.47 | 0.55 | 0.7 |
| Hex | D0 | DC | 87 | 5 | 0 | 27 | E | 44 | 37 | 46 |
| Octal | 320 | 334 | 207 | 5 | 0 | 47 | 16 | 104 | 67 | 106 |
| Binary | 11010000 | 11011100 | 10000111 | 101 | 0 | 100111 | 1110 | 1000100 | 110111 | 1000110 |
Color Harmonies of #D0DC87
Complementary color
Monochromatic Colors of #D0DC87
Black with #D0DC87
Text Example
Text Example
White with #D0DC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DC87; }
p { color: rgb(208,220,135); }
H1.HeaderClassName
{
color: #D0DC87;
}
.AnyTagClassName
{
color: #D0DC87;
}
</style>
background-color css
<style>
a { background-color: #D0DC87; }
a { background-color: rgb(208,220,135); }
div.DivClassName
{
background-color: #D0DC87;
}
.BgClassName
{
background-color: #D0DC87;
}
</style>
border-color css
<style>
span { border-color: #D0DC87; }
span { border-color: rgb(208,220,135); }
td.TdClassName
{
border-color: #D0DC87;
}
.TagClassName
{
border-color: #D0DC87;
}
</style>