Shades of Deco #D1DB96
Tints of Deco #D1DB96
RGB
CMYK
RGB Variations
Color information
#D1DB96 (or 0xD1DB96) is known color: Deco. HEX triplet: D1, DB and 96. RGB value is (209,219,150). Sum of RGB (Red+Green+Blue) = 209+219+150=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DB96 is #2E2469. Grayscale: #D0D0D0. Windows color (decimal): -3023978 or 9886673. OLE color: 9886673.
HSL color Cylindrical-coordinate representation of color #D1DB96: hue angle of 68.7º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1DB96 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 150 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.14 |
| HSL | 68.7º | 0.49% | 0.72% | - |
| HSV(B) | 68.7º | 0.32% | 0.86% | - |
| XYZ | 57.13 | 66.42 | 38.66 | - |
| YUV | 208.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 150 | 0.05 | 0 | 0.32 | 0.14 | 68.7 | 0.49 | 0.72 |
| Hex | D1 | DB | 96 | 5 | 0 | 20 | E | 45 | 31 | 48 |
| Octal | 321 | 333 | 226 | 5 | 0 | 40 | 16 | 105 | 61 | 110 |
| Binary | 11010001 | 11011011 | 10010110 | 101 | 0 | 100000 | 1110 | 1000101 | 110001 | 1001000 |
Color Harmonies of #D1DB96
Complementary color
Monochromatic Colors of #D1DB96
Black with #D1DB96
Text Example
Text Example
White with #D1DB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DB96; }
p { color: rgb(209,219,150); }
H1.HeaderClassName
{
color: #D1DB96;
}
.AnyTagClassName
{
color: #D1DB96;
}
</style>
background-color css
<style>
a { background-color: #D1DB96; }
a { background-color: rgb(209,219,150); }
div.DivClassName
{
background-color: #D1DB96;
}
.BgClassName
{
background-color: #D1DB96;
}
</style>
border-color css
<style>
span { border-color: #D1DB96; }
span { border-color: rgb(209,219,150); }
td.TdClassName
{
border-color: #D1DB96;
}
.TagClassName
{
border-color: #D1DB96;
}
</style>