Shades of Primrose #DBD992
Tints of Primrose #DBD992
RGB
CMYK
RGB Variations
Color information
#DBD992 (or 0xDBD992) is known color: Primrose. HEX triplet: DB, D9 and 92. RGB value is (219,217,146). Sum of RGB (Red+Green+Blue) = 219+217+146=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 146 (57.42% from 255 or 25.09% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD992 is #24266D. Grayscale: #D1D1D1. Windows color (decimal): -2369134 or 9624027. OLE color: 9624027.
HSL color Cylindrical-coordinate representation of color #DBD992: hue angle of 58.36º 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 #DBD992 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 146 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.14 |
| HSL | 58.36º | 0.5% | 0.72% | - |
| HSV(B) | 58.36º | 0.33% | 0.86% | - |
| XYZ | 59.21 | 66.76 | 36.96 | - |
| YUV | 209.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 146 | 0 | 0.01 | 0.33 | 0.14 | 58.36 | 0.5 | 0.72 |
| Hex | DB | D9 | 92 | 0 | 1 | 21 | E | 3A | 32 | 48 |
| Octal | 333 | 331 | 222 | 0 | 1 | 41 | 16 | 72 | 62 | 110 |
| Binary | 11011011 | 11011001 | 10010010 | 0 | 1 | 100001 | 1110 | 111010 | 110010 | 1001000 |
Color Harmonies of #DBD992
Complementary color
Monochromatic Colors of #DBD992
Black with #DBD992
Text Example
Text Example
White with #DBD992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD992; }
p { color: rgb(219,217,146); }
H1.HeaderClassName
{
color: #DBD992;
}
.AnyTagClassName
{
color: #DBD992;
}
</style>
background-color css
<style>
a { background-color: #DBD992; }
a { background-color: rgb(219,217,146); }
div.DivClassName
{
background-color: #DBD992;
}
.BgClassName
{
background-color: #DBD992;
}
</style>
border-color css
<style>
span { border-color: #DBD992; }
span { border-color: rgb(219,217,146); }
td.TdClassName
{
border-color: #DBD992;
}
.TagClassName
{
border-color: #DBD992;
}
</style>