Shades of Deco #D8D486
Tints of Deco #D8D486
RGB
CMYK
RGB Variations
Color information
#D8D486 (or 0xD8D486) is known color: Deco. HEX triplet: D8, D4 and 86. RGB value is (216,212,134). Sum of RGB (Red+Green+Blue) = 216+212+134=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 134 (52.73% from 255 or 23.84% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D486 is #272B79. Grayscale: #CCCCCC. Windows color (decimal): -2567034 or 8836312. OLE color: 8836312.
HSL color Cylindrical-coordinate representation of color #D8D486: hue angle of 57.07º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8D486 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 212 | 134 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.15 |
| HSL | 57.07º | 0.51% | 0.69% | - |
| HSV(B) | 57.07º | 0.38% | 0.85% | - |
| XYZ | 56.17 | 63.41 | 31.83 | - |
| YUV | 204.3 | 88.33 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 212 | 134 | 0 | 0.02 | 0.38 | 0.15 | 57.07 | 0.51 | 0.69 |
| Hex | D8 | D4 | 86 | 0 | 2 | 26 | F | 39 | 33 | 45 |
| Octal | 330 | 324 | 206 | 0 | 2 | 46 | 17 | 71 | 63 | 105 |
| Binary | 11011000 | 11010100 | 10000110 | 0 | 10 | 100110 | 1111 | 111001 | 110011 | 1000101 |
Color Harmonies of #D8D486
Complementary color
Monochromatic Colors of #D8D486
Black with #D8D486
Text Example
Text Example
White with #D8D486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D486; }
p { color: rgb(216,212,134); }
H1.HeaderClassName
{
color: #D8D486;
}
.AnyTagClassName
{
color: #D8D486;
}
</style>
background-color css
<style>
a { background-color: #D8D486; }
a { background-color: rgb(216,212,134); }
div.DivClassName
{
background-color: #D8D486;
}
.BgClassName
{
background-color: #D8D486;
}
</style>
border-color css
<style>
span { border-color: #D8D486; }
span { border-color: rgb(216,212,134); }
td.TdClassName
{
border-color: #D8D486;
}
.TagClassName
{
border-color: #D8D486;
}
</style>