Shades of Deco #D1DB92
Tints of Deco #D1DB92
RGB
CMYK
RGB Variations
Color information
#D1DB92 (or 0xD1DB92) is known color: Deco. HEX triplet: D1, DB and 92. RGB value is (209,219,146). Sum of RGB (Red+Green+Blue) = 209+219+146=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 146 (57.42% from 255 or 25.44% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DB92 is #2E246D. Grayscale: #CFCFCF. Windows color (decimal): -3023982 or 9624529. OLE color: 9624529.
HSL color Cylindrical-coordinate representation of color #D1DB92: hue angle of 68.22º 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 #D1DB92 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 146 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.14 |
| HSL | 68.22º | 0.5% | 0.72% | - |
| HSV(B) | 68.22º | 0.33% | 0.86% | - |
| XYZ | 56.81 | 66.29 | 37 | - |
| YUV | 207.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 146 | 0.05 | 0 | 0.33 | 0.14 | 68.22 | 0.5 | 0.72 |
| Hex | D1 | DB | 92 | 5 | 0 | 21 | E | 44 | 32 | 48 |
| Octal | 321 | 333 | 222 | 5 | 0 | 41 | 16 | 104 | 62 | 110 |
| Binary | 11010001 | 11011011 | 10010010 | 101 | 0 | 100001 | 1110 | 1000100 | 110010 | 1001000 |
Color Harmonies of #D1DB92
Complementary color
Monochromatic Colors of #D1DB92
Black with #D1DB92
Text Example
Text Example
White with #D1DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DB92; }
p { color: rgb(209,219,146); }
H1.HeaderClassName
{
color: #D1DB92;
}
.AnyTagClassName
{
color: #D1DB92;
}
</style>
background-color css
<style>
a { background-color: #D1DB92; }
a { background-color: rgb(209,219,146); }
div.DivClassName
{
background-color: #D1DB92;
}
.BgClassName
{
background-color: #D1DB92;
}
</style>
border-color css
<style>
span { border-color: #D1DB92; }
span { border-color: rgb(209,219,146); }
td.TdClassName
{
border-color: #D1DB92;
}
.TagClassName
{
border-color: #D1DB92;
}
</style>