Shades of Deco #D5D587
Tints of Deco #D5D587
RGB
CMYK
RGB Variations
Color information
#D5D587 (or 0xD5D587) is known color: Deco. HEX triplet: D5, D5 and 87. RGB value is (213,213,135). Sum of RGB (Red+Green+Blue) = 213+213+135=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 135 (53.12% from 255 or 24.06% from 561); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D587 is #2A2A78. Grayscale: #CCCCCC. Windows color (decimal): -2763385 or 8902101. OLE color: 8902101.
HSL color Cylindrical-coordinate representation of color #D5D587: hue angle of 60º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D5D587 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 213 | 135 | - |
| CMYK | 0 | 0 | 0.37 | 0.16 |
| HSL | 60º | 0.48% | 0.68% | - |
| HSV(B) | 60º | 0.37% | 0.84% | - |
| XYZ | 55.61 | 63.48 | 32.24 | - |
| YUV | 204.11 | 89 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 213 | 135 | 0 | 0 | 0.37 | 0.16 | 60 | 0.48 | 0.68 |
| Hex | D5 | D5 | 87 | 0 | 0 | 25 | 10 | 3C | 30 | 44 |
| Octal | 325 | 325 | 207 | 0 | 0 | 45 | 20 | 74 | 60 | 104 |
| Binary | 11010101 | 11010101 | 10000111 | 0 | 0 | 100101 | 10000 | 111100 | 110000 | 1000100 |
Color Harmonies of #D5D587
Complementary color
Monochromatic Colors of #D5D587
Black with #D5D587
Text Example
Text Example
White with #D5D587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D587; }
p { color: rgb(213,213,135); }
H1.HeaderClassName
{
color: #D5D587;
}
.AnyTagClassName
{
color: #D5D587;
}
</style>
background-color css
<style>
a { background-color: #D5D587; }
a { background-color: rgb(213,213,135); }
div.DivClassName
{
background-color: #D5D587;
}
.BgClassName
{
background-color: #D5D587;
}
</style>
border-color css
<style>
span { border-color: #D5D587; }
span { border-color: rgb(213,213,135); }
td.TdClassName
{
border-color: #D5D587;
}
.TagClassName
{
border-color: #D5D587;
}
</style>