Shades of Deco #D2D392
Tints of Deco #D2D392
RGB
CMYK
RGB Variations
Color information
#D2D392 (or 0xD2D392) is known color: Deco. HEX triplet: D2, D3 and 92. RGB value is (210,211,146). Sum of RGB (Red+Green+Blue) = 210+211+146=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D392 is #2D2C6D. Grayscale: #CBCBCB. Windows color (decimal): -2960494 or 9622482. OLE color: 9622482.
HSL color Cylindrical-coordinate representation of color #D2D392: hue angle of 60.92º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2D392 is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 211 | 146 | - |
| CMYK | 0.00 | 0 | 0.31 | 0.17 |
| HSL | 60.92º | 0.42% | 0.7% | - |
| HSV(B) | 60.92º | 0.31% | 0.83% | - |
| XYZ | 55.06 | 62.37 | 36.33 | - |
| YUV | 203.29 | 95.67 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 146 | 0.00 | 0 | 0.31 | 0.17 | 60.92 | 0.42 | 0.7 |
| Hex | D2 | D3 | 92 | 0 | 0 | 1F | 11 | 3D | 2A | 46 |
| Octal | 322 | 323 | 222 | 0 | 0 | 37 | 21 | 75 | 52 | 106 |
| Binary | 11010010 | 11010011 | 10010010 | 0 | 0 | 11111 | 10001 | 111101 | 101010 | 1000110 |
Color Harmonies of #D2D392
Complementary color
Monochromatic Colors of #D2D392
Black with #D2D392
Text Example
Text Example
White with #D2D392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D392; }
p { color: rgb(210,211,146); }
H1.HeaderClassName
{
color: #D2D392;
}
.AnyTagClassName
{
color: #D2D392;
}
</style>
background-color css
<style>
a { background-color: #D2D392; }
a { background-color: rgb(210,211,146); }
div.DivClassName
{
background-color: #D2D392;
}
.BgClassName
{
background-color: #D2D392;
}
</style>
border-color css
<style>
span { border-color: #D2D392; }
span { border-color: rgb(210,211,146); }
td.TdClassName
{
border-color: #D2D392;
}
.TagClassName
{
border-color: #D2D392;
}
</style>