Shades of Deco #D4D984
Tints of Deco #D4D984
RGB
CMYK
RGB Variations
Color information
#D4D984 (or 0xD4D984) is known color: Deco. HEX triplet: D4, D9 and 84. RGB value is (212,217,132). Sum of RGB (Red+Green+Blue) = 212+217+132=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 132 (51.95% from 255 or 23.53% from 561); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D984 is #2B267B. Grayscale: #CECECE. Windows color (decimal): -2827900 or 8706516. OLE color: 8706516.
HSL color Cylindrical-coordinate representation of color #D4D984: hue angle of 63.53º degrees, saturation: 0.53, 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 #D4D984 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 217 | 132 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.15 |
| HSL | 63.53º | 0.53% | 0.68% | - |
| HSV(B) | 63.53º | 0.39% | 0.85% | - |
| XYZ | 56.13 | 65.29 | 31.47 | - |
| YUV | 205.82 | 86.34 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 217 | 132 | 0.02 | 0 | 0.39 | 0.15 | 63.53 | 0.53 | 0.68 |
| Hex | D4 | D9 | 84 | 2 | 0 | 27 | F | 40 | 35 | 44 |
| Octal | 324 | 331 | 204 | 2 | 0 | 47 | 17 | 100 | 65 | 104 |
| Binary | 11010100 | 11011001 | 10000100 | 10 | 0 | 100111 | 1111 | 1000000 | 110101 | 1000100 |
Color Harmonies of #D4D984
Complementary color
Monochromatic Colors of #D4D984
Black with #D4D984
Text Example
Text Example
White with #D4D984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D984; }
p { color: rgb(212,217,132); }
H1.HeaderClassName
{
color: #D4D984;
}
.AnyTagClassName
{
color: #D4D984;
}
</style>
background-color css
<style>
a { background-color: #D4D984; }
a { background-color: rgb(212,217,132); }
div.DivClassName
{
background-color: #D4D984;
}
.BgClassName
{
background-color: #D4D984;
}
</style>
border-color css
<style>
span { border-color: #D4D984; }
span { border-color: rgb(212,217,132); }
td.TdClassName
{
border-color: #D4D984;
}
.TagClassName
{
border-color: #D4D984;
}
</style>