Shades of Deco #D2DB98
Tints of Deco #D2DB98
RGB
CMYK
RGB Variations
Color information
#D2DB98 (or 0xD2DB98) is known color: Deco. HEX triplet: D2, DB and 98. RGB value is (210,219,152). Sum of RGB (Red+Green+Blue) = 210+219+152=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DB98 is #2D2467. Grayscale: #D0D0D0. Windows color (decimal): -2958440 or 10017746. OLE color: 10017746.
HSL color Cylindrical-coordinate representation of color #D2DB98: hue angle of 68.06º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2DB98 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 219 | 152 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.14 |
| HSL | 68.06º | 0.48% | 0.73% | - |
| HSV(B) | 68.06º | 0.31% | 0.86% | - |
| XYZ | 57.58 | 66.63 | 39.53 | - |
| YUV | 208.67 | 96.02 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 152 | 0.04 | 0 | 0.31 | 0.14 | 68.06 | 0.48 | 0.73 |
| Hex | D2 | DB | 98 | 4 | 0 | 1F | E | 44 | 30 | 49 |
| Octal | 322 | 333 | 230 | 4 | 0 | 37 | 16 | 104 | 60 | 111 |
| Binary | 11010010 | 11011011 | 10011000 | 100 | 0 | 11111 | 1110 | 1000100 | 110000 | 1001001 |
Color Harmonies of #D2DB98
Complementary color
Monochromatic Colors of #D2DB98
Black with #D2DB98
Text Example
Text Example
White with #D2DB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DB98; }
p { color: rgb(210,219,152); }
H1.HeaderClassName
{
color: #D2DB98;
}
.AnyTagClassName
{
color: #D2DB98;
}
</style>
background-color css
<style>
a { background-color: #D2DB98; }
a { background-color: rgb(210,219,152); }
div.DivClassName
{
background-color: #D2DB98;
}
.BgClassName
{
background-color: #D2DB98;
}
</style>
border-color css
<style>
span { border-color: #D2DB98; }
span { border-color: rgb(210,219,152); }
td.TdClassName
{
border-color: #D2DB98;
}
.TagClassName
{
border-color: #D2DB98;
}
</style>