Shades of Deco #D7D685
Tints of Deco #D7D685
RGB
CMYK
RGB Variations
Color information
#D7D685 (or 0xD7D685) is known color: Deco. HEX triplet: D7, D6 and 85. RGB value is (215,214,133). Sum of RGB (Red+Green+Blue) = 215+214+133=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D685 is #28297A. Grayscale: #CDCDCD. Windows color (decimal): -2632059 or 8771287. OLE color: 8771287.
HSL color Cylindrical-coordinate representation of color #D7D685: hue angle of 59.27º 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 #D7D685 is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 214 | 133 | - |
| CMYK | 0 | 0.00 | 0.38 | 0.16 |
| HSL | 59.27º | 0.51% | 0.68% | - |
| HSV(B) | 59.27º | 0.38% | 0.84% | - |
| XYZ | 56.3 | 64.23 | 31.62 | - |
| YUV | 205.07 | 87.33 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 214 | 133 | 0 | 0.00 | 0.38 | 0.16 | 59.27 | 0.51 | 0.68 |
| Hex | D7 | D6 | 85 | 0 | 0 | 26 | 10 | 3B | 33 | 44 |
| Octal | 327 | 326 | 205 | 0 | 0 | 46 | 20 | 73 | 63 | 104 |
| Binary | 11010111 | 11010110 | 10000101 | 0 | 0 | 100110 | 10000 | 111011 | 110011 | 1000100 |
Color Harmonies of #D7D685
Complementary color
Monochromatic Colors of #D7D685
Black with #D7D685
Text Example
Text Example
White with #D7D685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D685; }
p { color: rgb(215,214,133); }
H1.HeaderClassName
{
color: #D7D685;
}
.AnyTagClassName
{
color: #D7D685;
}
</style>
background-color css
<style>
a { background-color: #D7D685; }
a { background-color: rgb(215,214,133); }
div.DivClassName
{
background-color: #D7D685;
}
.BgClassName
{
background-color: #D7D685;
}
</style>
border-color css
<style>
span { border-color: #D7D685; }
span { border-color: rgb(215,214,133); }
td.TdClassName
{
border-color: #D7D685;
}
.TagClassName
{
border-color: #D7D685;
}
</style>