Shades of Deco #D2D786
Tints of Deco #D2D786
RGB
CMYK
RGB Variations
Color information
#D2D786 (or 0xD2D786) is known color: Deco. HEX triplet: D2, D7 and 86. RGB value is (210,215,134). Sum of RGB (Red+Green+Blue) = 210+215+134=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 134 (52.73% from 255 or 23.97% from 559); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D786 is #2D2879. Grayscale: #CCCCCC. Windows color (decimal): -2959482 or 8837074. OLE color: 8837074.
HSL color Cylindrical-coordinate representation of color #D2D786: hue angle of 63.7º degrees, saturation: 0.5, 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 #D2D786 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 134 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.16 |
| HSL | 63.7º | 0.5% | 0.68% | - |
| HSV(B) | 63.7º | 0.38% | 0.84% | - |
| XYZ | 55.18 | 64.02 | 32 | - |
| YUV | 204.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 134 | 0.02 | 0 | 0.38 | 0.16 | 63.7 | 0.5 | 0.68 |
| Hex | D2 | D7 | 86 | 2 | 0 | 26 | 10 | 40 | 32 | 44 |
| Octal | 322 | 327 | 206 | 2 | 0 | 46 | 20 | 100 | 62 | 104 |
| Binary | 11010010 | 11010111 | 10000110 | 10 | 0 | 100110 | 10000 | 1000000 | 110010 | 1000100 |
Color Harmonies of #D2D786
Complementary color
Monochromatic Colors of #D2D786
Black with #D2D786
Text Example
Text Example
White with #D2D786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D786; }
p { color: rgb(210,215,134); }
H1.HeaderClassName
{
color: #D2D786;
}
.AnyTagClassName
{
color: #D2D786;
}
</style>
background-color css
<style>
a { background-color: #D2D786; }
a { background-color: rgb(210,215,134); }
div.DivClassName
{
background-color: #D2D786;
}
.BgClassName
{
background-color: #D2D786;
}
</style>
border-color css
<style>
span { border-color: #D2D786; }
span { border-color: rgb(210,215,134); }
td.TdClassName
{
border-color: #D2D786;
}
.TagClassName
{
border-color: #D2D786;
}
</style>