Shades of Deco #D3DB92
Tints of Deco #D3DB92
RGB
CMYK
RGB Variations
Color information
#D3DB92 (or 0xD3DB92) is known color: Deco. HEX triplet: D3, DB and 92. RGB value is (211,219,146). Sum of RGB (Red+Green+Blue) = 211+219+146=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 146 (57.42% from 255 or 25.35% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DB92 is #2C246D. Grayscale: #D0D0D0. Windows color (decimal): -2892910 or 9624531. OLE color: 9624531.
HSL color Cylindrical-coordinate representation of color #D3DB92: hue angle of 66.58º 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 #D3DB92 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 146 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.14 |
| HSL | 66.58º | 0.5% | 0.72% | - |
| HSV(B) | 66.58º | 0.33% | 0.86% | - |
| XYZ | 57.38 | 66.59 | 37.02 | - |
| YUV | 208.29 | 92.85 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 146 | 0.04 | 0 | 0.33 | 0.14 | 66.58 | 0.5 | 0.72 |
| Hex | D3 | DB | 92 | 4 | 0 | 21 | E | 43 | 32 | 48 |
| Octal | 323 | 333 | 222 | 4 | 0 | 41 | 16 | 103 | 62 | 110 |
| Binary | 11010011 | 11011011 | 10010010 | 100 | 0 | 100001 | 1110 | 1000011 | 110010 | 1001000 |
Color Harmonies of #D3DB92
Complementary color
Monochromatic Colors of #D3DB92
Black with #D3DB92
Text Example
Text Example
White with #D3DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DB92; }
p { color: rgb(211,219,146); }
H1.HeaderClassName
{
color: #D3DB92;
}
.AnyTagClassName
{
color: #D3DB92;
}
</style>
background-color css
<style>
a { background-color: #D3DB92; }
a { background-color: rgb(211,219,146); }
div.DivClassName
{
background-color: #D3DB92;
}
.BgClassName
{
background-color: #D3DB92;
}
</style>
border-color css
<style>
span { border-color: #D3DB92; }
span { border-color: rgb(211,219,146); }
td.TdClassName
{
border-color: #D3DB92;
}
.TagClassName
{
border-color: #D3DB92;
}
</style>