Shades of Deco #D2D999
Tints of Deco #D2D999
RGB
CMYK
RGB Variations
Color information
#D2D999 (or 0xD2D999) is known color: Deco. HEX triplet: D2, D9 and 99. RGB value is (210,217,153). Sum of RGB (Red+Green+Blue) = 210+217+153=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 153 (60.16% from 255 or 26.38% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D999 is #2D2666. Grayscale: #CFCFCF. Windows color (decimal): -2958951 or 10082770. OLE color: 10082770.
HSL color Cylindrical-coordinate representation of color #D2D999: hue angle of 66.56º 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 #D2D999 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 217 | 153 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.15 |
| HSL | 66.56º | 0.46% | 0.73% | - |
| HSV(B) | 66.56º | 0.29% | 0.85% | - |
| XYZ | 57.14 | 65.63 | 39.79 | - |
| YUV | 207.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 217 | 153 | 0.03 | 0 | 0.29 | 0.15 | 66.56 | 0.46 | 0.73 |
| Hex | D2 | D9 | 99 | 3 | 0 | 1D | F | 43 | 2E | 49 |
| Octal | 322 | 331 | 231 | 3 | 0 | 35 | 17 | 103 | 56 | 111 |
| Binary | 11010010 | 11011001 | 10011001 | 11 | 0 | 11101 | 1111 | 1000011 | 101110 | 1001001 |
Color Harmonies of #D2D999
Complementary color
Monochromatic Colors of #D2D999
Black with #D2D999
Text Example
Text Example
White with #D2D999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D999; }
p { color: rgb(210,217,153); }
H1.HeaderClassName
{
color: #D2D999;
}
.AnyTagClassName
{
color: #D2D999;
}
</style>
background-color css
<style>
a { background-color: #D2D999; }
a { background-color: rgb(210,217,153); }
div.DivClassName
{
background-color: #D2D999;
}
.BgClassName
{
background-color: #D2D999;
}
</style>
border-color css
<style>
span { border-color: #D2D999; }
span { border-color: rgb(210,217,153); }
td.TdClassName
{
border-color: #D2D999;
}
.TagClassName
{
border-color: #D2D999;
}
</style>