Shades of Deco #D8DA84
Tints of Deco #D8DA84
RGB
CMYK
RGB Variations
Color information
#D8DA84 (or 0xD8DA84) is known color: Deco. HEX triplet: D8, DA and 84. RGB value is (216,218,132). Sum of RGB (Red+Green+Blue) = 216+218+132=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DA84 is #27257B. Grayscale: #CFCFCF. Windows color (decimal): -2565500 or 8706776. OLE color: 8706776.
HSL color Cylindrical-coordinate representation of color #D8DA84: hue angle of 61.4º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8DA84 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 132 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.15 |
| HSL | 61.4º | 0.54% | 0.69% | - |
| HSV(B) | 61.4º | 0.39% | 0.85% | - |
| XYZ | 57.56 | 66.41 | 31.61 | - |
| YUV | 207.6 | 85.34 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 132 | 0.01 | 0 | 0.39 | 0.15 | 61.4 | 0.54 | 0.69 |
| Hex | D8 | DA | 84 | 1 | 0 | 27 | F | 3D | 36 | 45 |
| Octal | 330 | 332 | 204 | 1 | 0 | 47 | 17 | 75 | 66 | 105 |
| Binary | 11011000 | 11011010 | 10000100 | 1 | 0 | 100111 | 1111 | 111101 | 110110 | 1000101 |
Color Harmonies of #D8DA84
Complementary color
Monochromatic Colors of #D8DA84
Black with #D8DA84
Text Example
Text Example
White with #D8DA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DA84; }
p { color: rgb(216,218,132); }
H1.HeaderClassName
{
color: #D8DA84;
}
.AnyTagClassName
{
color: #D8DA84;
}
</style>
background-color css
<style>
a { background-color: #D8DA84; }
a { background-color: rgb(216,218,132); }
div.DivClassName
{
background-color: #D8DA84;
}
.BgClassName
{
background-color: #D8DA84;
}
</style>
border-color css
<style>
span { border-color: #D8DA84; }
span { border-color: rgb(216,218,132); }
td.TdClassName
{
border-color: #D8DA84;
}
.TagClassName
{
border-color: #D8DA84;
}
</style>