Shades of Deco #D2D792
Tints of Deco #D2D792
RGB
CMYK
RGB Variations
Color information
#D2D792 (or 0xD2D792) is known color: Deco. HEX triplet: D2, D7 and 92. RGB value is (210,215,146). Sum of RGB (Red+Green+Blue) = 210+215+146=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 146 (57.42% from 255 or 25.57% from 571); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D792 is #2D286D. Grayscale: #CDCDCD. Windows color (decimal): -2959470 or 9623506. OLE color: 9623506.
HSL color Cylindrical-coordinate representation of color #D2D792: hue angle of 64.35º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2D792 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 146 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.16 |
| HSL | 64.35º | 0.46% | 0.71% | - |
| HSV(B) | 64.35º | 0.32% | 0.84% | - |
| XYZ | 56.07 | 64.38 | 36.67 | - |
| YUV | 205.64 | 94.34 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 146 | 0.02 | 0 | 0.32 | 0.16 | 64.35 | 0.46 | 0.71 |
| Hex | D2 | D7 | 92 | 2 | 0 | 20 | 10 | 40 | 2E | 47 |
| Octal | 322 | 327 | 222 | 2 | 0 | 40 | 20 | 100 | 56 | 107 |
| Binary | 11010010 | 11010111 | 10010010 | 10 | 0 | 100000 | 10000 | 1000000 | 101110 | 1000111 |
Color Harmonies of #D2D792
Complementary color
Monochromatic Colors of #D2D792
Black with #D2D792
Text Example
Text Example
White with #D2D792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D792; }
p { color: rgb(210,215,146); }
H1.HeaderClassName
{
color: #D2D792;
}
.AnyTagClassName
{
color: #D2D792;
}
</style>
background-color css
<style>
a { background-color: #D2D792; }
a { background-color: rgb(210,215,146); }
div.DivClassName
{
background-color: #D2D792;
}
.BgClassName
{
background-color: #D2D792;
}
</style>
border-color css
<style>
span { border-color: #D2D792; }
span { border-color: rgb(210,215,146); }
td.TdClassName
{
border-color: #D2D792;
}
.TagClassName
{
border-color: #D2D792;
}
</style>