Shades of Deco #D1DB98
Tints of Deco #D1DB98
RGB
CMYK
RGB Variations
Color information
#D1DB98 (or 0xD1DB98) is known color: Deco. HEX triplet: D1, DB and 98. RGB value is (209,219,152). Sum of RGB (Red+Green+Blue) = 209+219+152=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DB98 is #2E2467. Grayscale: #D0D0D0. Windows color (decimal): -3023976 or 10017745. OLE color: 10017745.
HSL color Cylindrical-coordinate representation of color #D1DB98: hue angle of 68.96º 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 #D1DB98 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 152 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.14 |
| HSL | 68.96º | 0.48% | 0.73% | - |
| HSV(B) | 68.96º | 0.31% | 0.86% | - |
| XYZ | 57.29 | 66.49 | 39.52 | - |
| YUV | 208.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 152 | 0.05 | 0 | 0.31 | 0.14 | 68.96 | 0.48 | 0.73 |
| Hex | D1 | DB | 98 | 5 | 0 | 1F | E | 45 | 30 | 49 |
| Octal | 321 | 333 | 230 | 5 | 0 | 37 | 16 | 105 | 60 | 111 |
| Binary | 11010001 | 11011011 | 10011000 | 101 | 0 | 11111 | 1110 | 1000101 | 110000 | 1001001 |
Color Harmonies of #D1DB98
Complementary color
Monochromatic Colors of #D1DB98
Black with #D1DB98
Text Example
Text Example
White with #D1DB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DB98; }
p { color: rgb(209,219,152); }
H1.HeaderClassName
{
color: #D1DB98;
}
.AnyTagClassName
{
color: #D1DB98;
}
</style>
background-color css
<style>
a { background-color: #D1DB98; }
a { background-color: rgb(209,219,152); }
div.DivClassName
{
background-color: #D1DB98;
}
.BgClassName
{
background-color: #D1DB98;
}
</style>
border-color css
<style>
span { border-color: #D1DB98; }
span { border-color: rgb(209,219,152); }
td.TdClassName
{
border-color: #D1DB98;
}
.TagClassName
{
border-color: #D1DB98;
}
</style>