Shades of Deco #D2DB8E
Tints of Deco #D2DB8E
RGB
CMYK
RGB Variations
Color information
#D2DB8E (or 0xD2DB8E) is known color: Deco. HEX triplet: D2, DB and 8E. RGB value is (210,219,142). Sum of RGB (Red+Green+Blue) = 210+219+142=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 142 (55.86% from 255 or 24.87% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DB8E is #2D2471. Grayscale: #CFCFCF. Windows color (decimal): -2958450 or 9362386. OLE color: 9362386.
HSL color Cylindrical-coordinate representation of color #D2DB8E: hue angle of 67.01º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2DB8E is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 219 | 142 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.14 |
| HSL | 67.01º | 0.52% | 0.71% | - |
| HSV(B) | 67.01º | 0.35% | 0.86% | - |
| XYZ | 56.79 | 66.32 | 35.4 | - |
| YUV | 207.53 | 91.02 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 142 | 0.04 | 0 | 0.35 | 0.14 | 67.01 | 0.52 | 0.71 |
| Hex | D2 | DB | 8E | 4 | 0 | 23 | E | 43 | 34 | 47 |
| Octal | 322 | 333 | 216 | 4 | 0 | 43 | 16 | 103 | 64 | 107 |
| Binary | 11010010 | 11011011 | 10001110 | 100 | 0 | 100011 | 1110 | 1000011 | 110100 | 1000111 |
Color Harmonies of #D2DB8E
Complementary color
Monochromatic Colors of #D2DB8E
Black with #D2DB8E
Text Example
Text Example
White with #D2DB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DB8E; }
p { color: rgb(210,219,142); }
H1.HeaderClassName
{
color: #D2DB8E;
}
.AnyTagClassName
{
color: #D2DB8E;
}
</style>
background-color css
<style>
a { background-color: #D2DB8E; }
a { background-color: rgb(210,219,142); }
div.DivClassName
{
background-color: #D2DB8E;
}
.BgClassName
{
background-color: #D2DB8E;
}
</style>
border-color css
<style>
span { border-color: #D2DB8E; }
span { border-color: rgb(210,219,142); }
td.TdClassName
{
border-color: #D2DB8E;
}
.TagClassName
{
border-color: #D2DB8E;
}
</style>