Shades of Deco #D8D587
Tints of Deco #D8D587
RGB
CMYK
RGB Variations
Color information
#D8D587 (or 0xD8D587) is known color: Deco. HEX triplet: D8, D5 and 87. RGB value is (216,213,135). Sum of RGB (Red+Green+Blue) = 216+213+135=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 135 (53.12% from 255 or 23.94% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D587 is #272A78. Grayscale: #CDCDCD. Windows color (decimal): -2566777 or 8902104. OLE color: 8902104.
HSL color Cylindrical-coordinate representation of color #D8D587: hue angle of 57.78º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8D587 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 213 | 135 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.15 |
| HSL | 57.78º | 0.51% | 0.69% | - |
| HSV(B) | 57.78º | 0.38% | 0.85% | - |
| XYZ | 56.49 | 63.94 | 32.29 | - |
| YUV | 205.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 213 | 135 | 0 | 0.01 | 0.38 | 0.15 | 57.78 | 0.51 | 0.69 |
| Hex | D8 | D5 | 87 | 0 | 1 | 26 | F | 3A | 33 | 45 |
| Octal | 330 | 325 | 207 | 0 | 1 | 46 | 17 | 72 | 63 | 105 |
| Binary | 11011000 | 11010101 | 10000111 | 0 | 1 | 100110 | 1111 | 111010 | 110011 | 1000101 |
Color Harmonies of #D8D587
Complementary color
Monochromatic Colors of #D8D587
Black with #D8D587
Text Example
Text Example
White with #D8D587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D587; }
p { color: rgb(216,213,135); }
H1.HeaderClassName
{
color: #D8D587;
}
.AnyTagClassName
{
color: #D8D587;
}
</style>
background-color css
<style>
a { background-color: #D8D587; }
a { background-color: rgb(216,213,135); }
div.DivClassName
{
background-color: #D8D587;
}
.BgClassName
{
background-color: #D8D587;
}
</style>
border-color css
<style>
span { border-color: #D8D587; }
span { border-color: rgb(216,213,135); }
td.TdClassName
{
border-color: #D8D587;
}
.TagClassName
{
border-color: #D8D587;
}
</style>