Shades of Deco #D2D496
Tints of Deco #D2D496
RGB
CMYK
RGB Variations
Color information
#D2D496 (or 0xD2D496) is known color: Deco. HEX triplet: D2, D4 and 96. RGB value is (210,212,150). Sum of RGB (Red+Green+Blue) = 210+212+150=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D496 is #2D2B69. Grayscale: #CCCCCC. Windows color (decimal): -2960234 or 9884882. OLE color: 9884882.
HSL color Cylindrical-coordinate representation of color #D2D496: hue angle of 61.94º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2D496 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 150 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.17 |
| HSL | 61.94º | 0.42% | 0.71% | - |
| HSV(B) | 61.94º | 0.29% | 0.83% | - |
| XYZ | 55.63 | 62.99 | 38.08 | - |
| YUV | 204.33 | 97.34 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 150 | 0.01 | 0 | 0.29 | 0.17 | 61.94 | 0.42 | 0.71 |
| Hex | D2 | D4 | 96 | 1 | 0 | 1D | 11 | 3E | 2A | 47 |
| Octal | 322 | 324 | 226 | 1 | 0 | 35 | 21 | 76 | 52 | 107 |
| Binary | 11010010 | 11010100 | 10010110 | 1 | 0 | 11101 | 10001 | 111110 | 101010 | 1000111 |
Color Harmonies of #D2D496
Complementary color
Monochromatic Colors of #D2D496
Black with #D2D496
Text Example
Text Example
White with #D2D496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D496; }
p { color: rgb(210,212,150); }
H1.HeaderClassName
{
color: #D2D496;
}
.AnyTagClassName
{
color: #D2D496;
}
</style>
background-color css
<style>
a { background-color: #D2D496; }
a { background-color: rgb(210,212,150); }
div.DivClassName
{
background-color: #D2D496;
}
.BgClassName
{
background-color: #D2D496;
}
</style>
border-color css
<style>
span { border-color: #D2D496; }
span { border-color: rgb(210,212,150); }
td.TdClassName
{
border-color: #D2D496;
}
.TagClassName
{
border-color: #D2D496;
}
</style>