Shades of Deco #D2DB92
Tints of Deco #D2DB92
RGB
CMYK
RGB Variations
Color information
#D2DB92 (or 0xD2DB92) is known color: Deco. HEX triplet: D2, DB and 92. RGB value is (210,219,146). Sum of RGB (Red+Green+Blue) = 210+219+146=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 146 (57.42% from 255 or 25.39% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DB92 is #2D246D. Grayscale: #D0D0D0. Windows color (decimal): -2958446 or 9624530. OLE color: 9624530.
HSL color Cylindrical-coordinate representation of color #D2DB92: hue angle of 67.4º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2DB92 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 219 | 146 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.14 |
| HSL | 67.4º | 0.5% | 0.72% | - |
| HSV(B) | 67.4º | 0.33% | 0.86% | - |
| XYZ | 57.1 | 66.44 | 37.01 | - |
| YUV | 207.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 146 | 0.04 | 0 | 0.33 | 0.14 | 67.4 | 0.5 | 0.72 |
| Hex | D2 | DB | 92 | 4 | 0 | 21 | E | 43 | 32 | 48 |
| Octal | 322 | 333 | 222 | 4 | 0 | 41 | 16 | 103 | 62 | 110 |
| Binary | 11010010 | 11011011 | 10010010 | 100 | 0 | 100001 | 1110 | 1000011 | 110010 | 1001000 |
Color Harmonies of #D2DB92
Complementary color
Monochromatic Colors of #D2DB92
Black with #D2DB92
Text Example
Text Example
White with #D2DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DB92; }
p { color: rgb(210,219,146); }
H1.HeaderClassName
{
color: #D2DB92;
}
.AnyTagClassName
{
color: #D2DB92;
}
</style>
background-color css
<style>
a { background-color: #D2DB92; }
a { background-color: rgb(210,219,146); }
div.DivClassName
{
background-color: #D2DB92;
}
.BgClassName
{
background-color: #D2DB92;
}
</style>
border-color css
<style>
span { border-color: #D2DB92; }
span { border-color: rgb(210,219,146); }
td.TdClassName
{
border-color: #D2DB92;
}
.TagClassName
{
border-color: #D2DB92;
}
</style>