Shades of Deco #D8DB84
Tints of Deco #D8DB84
RGB
CMYK
RGB Variations
Color information
#D8DB84 (or 0xD8DB84) is known color: Deco. HEX triplet: D8, DB and 84. RGB value is (216,219,132). Sum of RGB (Red+Green+Blue) = 216+219+132=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DB84 is #27247B. Grayscale: #D0D0D0. Windows color (decimal): -2565244 or 8707032. OLE color: 8707032.
HSL color Cylindrical-coordinate representation of color #D8DB84: hue angle of 62.07º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8DB84 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 132 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.14 |
| HSL | 62.07º | 0.55% | 0.69% | - |
| HSV(B) | 62.07º | 0.4% | 0.86% | - |
| XYZ | 57.82 | 66.93 | 31.7 | - |
| YUV | 208.19 | 85.01 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 132 | 0.01 | 0 | 0.40 | 0.14 | 62.07 | 0.55 | 0.69 |
| Hex | D8 | DB | 84 | 1 | 0 | 28 | E | 3E | 37 | 45 |
| Octal | 330 | 333 | 204 | 1 | 0 | 50 | 16 | 76 | 67 | 105 |
| Binary | 11011000 | 11011011 | 10000100 | 1 | 0 | 101000 | 1110 | 111110 | 110111 | 1000101 |
Color Harmonies of #D8DB84
Complementary color
Monochromatic Colors of #D8DB84
Black with #D8DB84
Text Example
Text Example
White with #D8DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DB84; }
p { color: rgb(216,219,132); }
H1.HeaderClassName
{
color: #D8DB84;
}
.AnyTagClassName
{
color: #D8DB84;
}
</style>
background-color css
<style>
a { background-color: #D8DB84; }
a { background-color: rgb(216,219,132); }
div.DivClassName
{
background-color: #D8DB84;
}
.BgClassName
{
background-color: #D8DB84;
}
</style>
border-color css
<style>
span { border-color: #D8DB84; }
span { border-color: rgb(216,219,132); }
td.TdClassName
{
border-color: #D8DB84;
}
.TagClassName
{
border-color: #D8DB84;
}
</style>