Shades of Deco #D1D984
Tints of Deco #D1D984
RGB
CMYK
RGB Variations
Color information
#D1D984 (or 0xD1D984) is known color: Deco. HEX triplet: D1, D9 and 84. RGB value is (209,217,132). Sum of RGB (Red+Green+Blue) = 209+217+132=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 132 (51.95% from 255 or 23.66% from 558); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D984 is #2E267B. Grayscale: #CDCDCD. Windows color (decimal): -3024508 or 8706513. OLE color: 8706513.
HSL color Cylindrical-coordinate representation of color #D1D984: hue angle of 65.65º 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 #D1D984 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 132 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.15 |
| HSL | 65.65º | 0.53% | 0.68% | - |
| HSV(B) | 65.65º | 0.39% | 0.85% | - |
| XYZ | 55.27 | 64.85 | 31.43 | - |
| YUV | 204.92 | 86.85 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 132 | 0.04 | 0 | 0.39 | 0.15 | 65.65 | 0.53 | 0.68 |
| Hex | D1 | D9 | 84 | 4 | 0 | 27 | F | 42 | 35 | 44 |
| Octal | 321 | 331 | 204 | 4 | 0 | 47 | 17 | 102 | 65 | 104 |
| Binary | 11010001 | 11011001 | 10000100 | 100 | 0 | 100111 | 1111 | 1000010 | 110101 | 1000100 |
Color Harmonies of #D1D984
Complementary color
Monochromatic Colors of #D1D984
Black with #D1D984
Text Example
Text Example
White with #D1D984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D984; }
p { color: rgb(209,217,132); }
H1.HeaderClassName
{
color: #D1D984;
}
.AnyTagClassName
{
color: #D1D984;
}
</style>
background-color css
<style>
a { background-color: #D1D984; }
a { background-color: rgb(209,217,132); }
div.DivClassName
{
background-color: #D1D984;
}
.BgClassName
{
background-color: #D1D984;
}
</style>
border-color css
<style>
span { border-color: #D1D984; }
span { border-color: rgb(209,217,132); }
td.TdClassName
{
border-color: #D1D984;
}
.TagClassName
{
border-color: #D1D984;
}
</style>