Shades of Primrose #DBDE91
Tints of Primrose #DBDE91
RGB
CMYK
RGB Variations
Color information
#DBDE91 (or 0xDBDE91) is known color: Primrose. HEX triplet: DB, DE and 91. RGB value is (219,222,145). Sum of RGB (Red+Green+Blue) = 219+222+145=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 145 (57.03% from 255 or 24.74% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDE91 is #24216E. Grayscale: #D4D4D4. Windows color (decimal): -2367855 or 9559771. OLE color: 9559771.
HSL color Cylindrical-coordinate representation of color #DBDE91: hue angle of 62.34º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBDE91 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 145 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.13 |
| HSL | 62.34º | 0.54% | 0.72% | - |
| HSV(B) | 62.34º | 0.35% | 0.87% | - |
| XYZ | 60.45 | 69.35 | 36.99 | - |
| YUV | 212.33 | 90.01 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 145 | 0.01 | 0 | 0.35 | 0.13 | 62.34 | 0.54 | 0.72 |
| Hex | DB | DE | 91 | 1 | 0 | 23 | D | 3E | 36 | 48 |
| Octal | 333 | 336 | 221 | 1 | 0 | 43 | 15 | 76 | 66 | 110 |
| Binary | 11011011 | 11011110 | 10010001 | 1 | 0 | 100011 | 1101 | 111110 | 110110 | 1001000 |
Color Harmonies of #DBDE91
Complementary color
Monochromatic Colors of #DBDE91
Black with #DBDE91
Text Example
Text Example
White with #DBDE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE91; }
p { color: rgb(219,222,145); }
H1.HeaderClassName
{
color: #DBDE91;
}
.AnyTagClassName
{
color: #DBDE91;
}
</style>
background-color css
<style>
a { background-color: #DBDE91; }
a { background-color: rgb(219,222,145); }
div.DivClassName
{
background-color: #DBDE91;
}
.BgClassName
{
background-color: #DBDE91;
}
</style>
border-color css
<style>
span { border-color: #DBDE91; }
span { border-color: rgb(219,222,145); }
td.TdClassName
{
border-color: #DBDE91;
}
.TagClassName
{
border-color: #DBDE91;
}
</style>