Shades of Deco #D2D995
Tints of Deco #D2D995
RGB
CMYK
RGB Variations
Color information
#D2D995 (or 0xD2D995) is known color: Deco. HEX triplet: D2, D9 and 95. RGB value is (210,217,149). Sum of RGB (Red+Green+Blue) = 210+217+149=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D995 is #2D266A. Grayscale: #CFCFCF. Windows color (decimal): -2958955 or 9820626. OLE color: 9820626.
HSL color Cylindrical-coordinate representation of color #D2D995: hue angle of 66.18º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2D995 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 217 | 149 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.15 |
| HSL | 66.18º | 0.47% | 0.72% | - |
| HSV(B) | 66.18º | 0.31% | 0.85% | - |
| XYZ | 56.82 | 65.5 | 38.08 | - |
| YUV | 207.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 217 | 149 | 0.03 | 0 | 0.31 | 0.15 | 66.18 | 0.47 | 0.72 |
| Hex | D2 | D9 | 95 | 3 | 0 | 1F | F | 42 | 2F | 48 |
| Octal | 322 | 331 | 225 | 3 | 0 | 37 | 17 | 102 | 57 | 110 |
| Binary | 11010010 | 11011001 | 10010101 | 11 | 0 | 11111 | 1111 | 1000010 | 101111 | 1001000 |
Color Harmonies of #D2D995
Complementary color
Monochromatic Colors of #D2D995
Black with #D2D995
Text Example
Text Example
White with #D2D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D995; }
p { color: rgb(210,217,149); }
H1.HeaderClassName
{
color: #D2D995;
}
.AnyTagClassName
{
color: #D2D995;
}
</style>
background-color css
<style>
a { background-color: #D2D995; }
a { background-color: rgb(210,217,149); }
div.DivClassName
{
background-color: #D2D995;
}
.BgClassName
{
background-color: #D2D995;
}
</style>
border-color css
<style>
span { border-color: #D2D995; }
span { border-color: rgb(210,217,149); }
td.TdClassName
{
border-color: #D2D995;
}
.TagClassName
{
border-color: #D2D995;
}
</style>