Shades of Deco #D6D587
Tints of Deco #D6D587
RGB
CMYK
RGB Variations
Color information
#D6D587 (or 0xD6D587) is known color: Deco. HEX triplet: D6, D5 and 87. RGB value is (214,213,135). Sum of RGB (Red+Green+Blue) = 214+213+135=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 135 (53.12% from 255 or 24.02% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D587 is #292A78. Grayscale: #CCCCCC. Windows color (decimal): -2697849 or 8902102. OLE color: 8902102.
HSL color Cylindrical-coordinate representation of color #D6D587: hue angle of 59.24º degrees, saturation: 0.49, 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 #D6D587 is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 213 | 135 | - |
| CMYK | 0 | 0.00 | 0.37 | 0.16 |
| HSL | 59.24º | 0.49% | 0.68% | - |
| HSV(B) | 59.24º | 0.37% | 0.84% | - |
| XYZ | 55.9 | 63.63 | 32.26 | - |
| YUV | 204.41 | 88.83 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 213 | 135 | 0 | 0.00 | 0.37 | 0.16 | 59.24 | 0.49 | 0.68 |
| Hex | D6 | D5 | 87 | 0 | 0 | 25 | 10 | 3B | 31 | 44 |
| Octal | 326 | 325 | 207 | 0 | 0 | 45 | 20 | 73 | 61 | 104 |
| Binary | 11010110 | 11010101 | 10000111 | 0 | 0 | 100101 | 10000 | 111011 | 110001 | 1000100 |
Color Harmonies of #D6D587
Complementary color
Monochromatic Colors of #D6D587
Black with #D6D587
Text Example
Text Example
White with #D6D587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D587; }
p { color: rgb(214,213,135); }
H1.HeaderClassName
{
color: #D6D587;
}
.AnyTagClassName
{
color: #D6D587;
}
</style>
background-color css
<style>
a { background-color: #D6D587; }
a { background-color: rgb(214,213,135); }
div.DivClassName
{
background-color: #D6D587;
}
.BgClassName
{
background-color: #D6D587;
}
</style>
border-color css
<style>
span { border-color: #D6D587; }
span { border-color: rgb(214,213,135); }
td.TdClassName
{
border-color: #D6D587;
}
.TagClassName
{
border-color: #D6D587;
}
</style>