Shades of Deco #D1D999
Tints of Deco #D1D999
RGB
CMYK
RGB Variations
Color information
#D1D999 (or 0xD1D999) is known color: Deco. HEX triplet: D1, D9 and 99. RGB value is (209,217,153). Sum of RGB (Red+Green+Blue) = 209+217+153=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 153 (60.16% from 255 or 26.42% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D999 is #2E2666. Grayscale: #CFCFCF. Windows color (decimal): -3024487 or 10082769. OLE color: 10082769.
HSL color Cylindrical-coordinate representation of color #D1D999: hue angle of 67.5º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1D999 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 153 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.15 |
| HSL | 67.5º | 0.46% | 0.73% | - |
| HSV(B) | 67.5º | 0.29% | 0.85% | - |
| XYZ | 56.86 | 65.48 | 39.78 | - |
| YUV | 207.31 | 97.35 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 153 | 0.04 | 0 | 0.29 | 0.15 | 67.5 | 0.46 | 0.73 |
| Hex | D1 | D9 | 99 | 4 | 0 | 1D | F | 44 | 2E | 49 |
| Octal | 321 | 331 | 231 | 4 | 0 | 35 | 17 | 104 | 56 | 111 |
| Binary | 11010001 | 11011001 | 10011001 | 100 | 0 | 11101 | 1111 | 1000100 | 101110 | 1001001 |
Color Harmonies of #D1D999
Complementary color
Monochromatic Colors of #D1D999
Black with #D1D999
Text Example
Text Example
White with #D1D999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D999; }
p { color: rgb(209,217,153); }
H1.HeaderClassName
{
color: #D1D999;
}
.AnyTagClassName
{
color: #D1D999;
}
</style>
background-color css
<style>
a { background-color: #D1D999; }
a { background-color: rgb(209,217,153); }
div.DivClassName
{
background-color: #D1D999;
}
.BgClassName
{
background-color: #D1D999;
}
</style>
border-color css
<style>
span { border-color: #D1D999; }
span { border-color: rgb(209,217,153); }
td.TdClassName
{
border-color: #D1D999;
}
.TagClassName
{
border-color: #D1D999;
}
</style>