Shades of Deco #D8D385
Tints of Deco #D8D385
RGB
CMYK
RGB Variations
Color information
#D8D385 (or 0xD8D385) is known color: Deco. HEX triplet: D8, D3 and 85. RGB value is (216,211,133). Sum of RGB (Red+Green+Blue) = 216+211+133=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D385 is #272C7A. Grayscale: #CBCBCB. Windows color (decimal): -2567291 or 8770520. OLE color: 8770520.
HSL color Cylindrical-coordinate representation of color #D8D385: hue angle of 56.39º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8D385 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 211 | 133 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.15 |
| HSL | 56.39º | 0.52% | 0.68% | - |
| HSV(B) | 56.39º | 0.38% | 0.85% | - |
| XYZ | 55.85 | 62.88 | 31.38 | - |
| YUV | 203.6 | 88.16 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 211 | 133 | 0 | 0.02 | 0.38 | 0.15 | 56.39 | 0.52 | 0.68 |
| Hex | D8 | D3 | 85 | 0 | 2 | 26 | F | 38 | 34 | 44 |
| Octal | 330 | 323 | 205 | 0 | 2 | 46 | 17 | 70 | 64 | 104 |
| Binary | 11011000 | 11010011 | 10000101 | 0 | 10 | 100110 | 1111 | 111000 | 110100 | 1000100 |
Color Harmonies of #D8D385
Complementary color
Monochromatic Colors of #D8D385
Black with #D8D385
Text Example
Text Example
White with #D8D385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D385; }
p { color: rgb(216,211,133); }
H1.HeaderClassName
{
color: #D8D385;
}
.AnyTagClassName
{
color: #D8D385;
}
</style>
background-color css
<style>
a { background-color: #D8D385; }
a { background-color: rgb(216,211,133); }
div.DivClassName
{
background-color: #D8D385;
}
.BgClassName
{
background-color: #D8D385;
}
</style>
border-color css
<style>
span { border-color: #D8D385; }
span { border-color: rgb(216,211,133); }
td.TdClassName
{
border-color: #D8D385;
}
.TagClassName
{
border-color: #D8D385;
}
</style>