Shades of Deco #D1D084
Tints of Deco #D1D084
RGB
CMYK
RGB Variations
Color information
#D1D084 (or 0xD1D084) is known color: Deco. HEX triplet: D1, D0 and 84. RGB value is (209,208,132). Sum of RGB (Red+Green+Blue) = 209+208+132=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 132 (51.95% from 255 or 24.04% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D084 is #2E2F7B. Grayscale: #C7C7C7. Windows color (decimal): -3026812 or 8704209. OLE color: 8704209.
HSL color Cylindrical-coordinate representation of color #D1D084: hue angle of 59.22º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D1D084 is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 132 | - |
| CMYK | 0 | 0.00 | 0.37 | 0.18 |
| HSL | 59.22º | 0.46% | 0.67% | - |
| HSV(B) | 59.22º | 0.37% | 0.82% | - |
| XYZ | 53.02 | 60.33 | 30.68 | - |
| YUV | 199.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 132 | 0 | 0.00 | 0.37 | 0.18 | 59.22 | 0.46 | 0.67 |
| Hex | D1 | D0 | 84 | 0 | 0 | 25 | 12 | 3B | 2E | 43 |
| Octal | 321 | 320 | 204 | 0 | 0 | 45 | 22 | 73 | 56 | 103 |
| Binary | 11010001 | 11010000 | 10000100 | 0 | 0 | 100101 | 10010 | 111011 | 101110 | 1000011 |
Color Harmonies of #D1D084
Complementary color
Monochromatic Colors of #D1D084
Black with #D1D084
Text Example
Text Example
White with #D1D084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D084; }
p { color: rgb(209,208,132); }
H1.HeaderClassName
{
color: #D1D084;
}
.AnyTagClassName
{
color: #D1D084;
}
</style>
background-color css
<style>
a { background-color: #D1D084; }
a { background-color: rgb(209,208,132); }
div.DivClassName
{
background-color: #D1D084;
}
.BgClassName
{
background-color: #D1D084;
}
</style>
border-color css
<style>
span { border-color: #D1D084; }
span { border-color: rgb(209,208,132); }
td.TdClassName
{
border-color: #D1D084;
}
.TagClassName
{
border-color: #D1D084;
}
</style>