Shades of Deco #D4D884
Tints of Deco #D4D884
RGB
CMYK
RGB Variations
Color information
#D4D884 (or 0xD4D884) is known color: Deco. HEX triplet: D4, D8 and 84. RGB value is (212,216,132). Sum of RGB (Red+Green+Blue) = 212+216+132=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 132 (51.95% from 255 or 23.57% from 560); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D884 is #2B277B. Grayscale: #CDCDCD. Windows color (decimal): -2828156 or 8706260. OLE color: 8706260.
HSL color Cylindrical-coordinate representation of color #D4D884: hue angle of 62.86º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D4D884 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 132 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.15 |
| HSL | 62.86º | 0.52% | 0.68% | - |
| HSV(B) | 62.86º | 0.39% | 0.85% | - |
| XYZ | 55.87 | 64.77 | 31.39 | - |
| YUV | 205.23 | 86.67 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 132 | 0.02 | 0 | 0.39 | 0.15 | 62.86 | 0.52 | 0.68 |
| Hex | D4 | D8 | 84 | 2 | 0 | 27 | F | 3F | 34 | 44 |
| Octal | 324 | 330 | 204 | 2 | 0 | 47 | 17 | 77 | 64 | 104 |
| Binary | 11010100 | 11011000 | 10000100 | 10 | 0 | 100111 | 1111 | 111111 | 110100 | 1000100 |
Color Harmonies of #D4D884
Complementary color
Monochromatic Colors of #D4D884
Black with #D4D884
Text Example
Text Example
White with #D4D884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D884; }
p { color: rgb(212,216,132); }
H1.HeaderClassName
{
color: #D4D884;
}
.AnyTagClassName
{
color: #D4D884;
}
</style>
background-color css
<style>
a { background-color: #D4D884; }
a { background-color: rgb(212,216,132); }
div.DivClassName
{
background-color: #D4D884;
}
.BgClassName
{
background-color: #D4D884;
}
</style>
border-color css
<style>
span { border-color: #D4D884; }
span { border-color: rgb(212,216,132); }
td.TdClassName
{
border-color: #D4D884;
}
.TagClassName
{
border-color: #D4D884;
}
</style>