Shades of Deco #D7DB84
Tints of Deco #D7DB84
RGB
CMYK
RGB Variations
Color information
#D7DB84 (or 0xD7DB84) is known color: Deco. HEX triplet: D7, DB and 84. RGB value is (215,219,132). Sum of RGB (Red+Green+Blue) = 215+219+132=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DB84 is #28247B. Grayscale: #D0D0D0. Windows color (decimal): -2630780 or 8707031. OLE color: 8707031.
HSL color Cylindrical-coordinate representation of color #D7DB84: hue angle of 62.76º 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 #D7DB84 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 132 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.14 |
| HSL | 62.76º | 0.55% | 0.69% | - |
| HSV(B) | 62.76º | 0.4% | 0.86% | - |
| XYZ | 57.52 | 66.78 | 31.69 | - |
| YUV | 207.89 | 85.17 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 132 | 0.02 | 0 | 0.40 | 0.14 | 62.76 | 0.55 | 0.69 |
| Hex | D7 | DB | 84 | 2 | 0 | 28 | E | 3F | 37 | 45 |
| Octal | 327 | 333 | 204 | 2 | 0 | 50 | 16 | 77 | 67 | 105 |
| Binary | 11010111 | 11011011 | 10000100 | 10 | 0 | 101000 | 1110 | 111111 | 110111 | 1000101 |
Color Harmonies of #D7DB84
Complementary color
Monochromatic Colors of #D7DB84
Black with #D7DB84
Text Example
Text Example
White with #D7DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DB84; }
p { color: rgb(215,219,132); }
H1.HeaderClassName
{
color: #D7DB84;
}
.AnyTagClassName
{
color: #D7DB84;
}
</style>
background-color css
<style>
a { background-color: #D7DB84; }
a { background-color: rgb(215,219,132); }
div.DivClassName
{
background-color: #D7DB84;
}
.BgClassName
{
background-color: #D7DB84;
}
</style>
border-color css
<style>
span { border-color: #D7DB84; }
span { border-color: rgb(215,219,132); }
td.TdClassName
{
border-color: #D7DB84;
}
.TagClassName
{
border-color: #D7DB84;
}
</style>