Shades of Deco #D7D585
Tints of Deco #D7D585
RGB
CMYK
RGB Variations
Color information
#D7D585 (or 0xD7D585) is known color: Deco. HEX triplet: D7, D5 and 85. RGB value is (215,213,133). Sum of RGB (Red+Green+Blue) = 215+213+133=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D585 is #282A7A. Grayscale: #CCCCCC. Windows color (decimal): -2632315 or 8771031. OLE color: 8771031.
HSL color Cylindrical-coordinate representation of color #D7D585: hue angle of 58.54º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D7D585 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 213 | 133 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.16 |
| HSL | 58.54º | 0.51% | 0.68% | - |
| HSV(B) | 58.54º | 0.38% | 0.84% | - |
| XYZ | 56.05 | 63.73 | 31.54 | - |
| YUV | 204.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 213 | 133 | 0 | 0.01 | 0.38 | 0.16 | 58.54 | 0.51 | 0.68 |
| Hex | D7 | D5 | 85 | 0 | 1 | 26 | 10 | 3B | 33 | 44 |
| Octal | 327 | 325 | 205 | 0 | 1 | 46 | 20 | 73 | 63 | 104 |
| Binary | 11010111 | 11010101 | 10000101 | 0 | 1 | 100110 | 10000 | 111011 | 110011 | 1000100 |
Color Harmonies of #D7D585
Complementary color
Monochromatic Colors of #D7D585
Black with #D7D585
Text Example
Text Example
White with #D7D585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D585; }
p { color: rgb(215,213,133); }
H1.HeaderClassName
{
color: #D7D585;
}
.AnyTagClassName
{
color: #D7D585;
}
</style>
background-color css
<style>
a { background-color: #D7D585; }
a { background-color: rgb(215,213,133); }
div.DivClassName
{
background-color: #D7D585;
}
.BgClassName
{
background-color: #D7D585;
}
</style>
border-color css
<style>
span { border-color: #D7D585; }
span { border-color: rgb(215,213,133); }
td.TdClassName
{
border-color: #D7D585;
}
.TagClassName
{
border-color: #D7D585;
}
</style>