Shades of Primrose #DBDF91
Tints of Primrose #DBDF91
RGB
CMYK
RGB Variations
Color information
#DBDF91 (or 0xDBDF91) is known color: Primrose. HEX triplet: DB, DF and 91. RGB value is (219,223,145). Sum of RGB (Red+Green+Blue) = 219+223+145=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 145 (57.03% from 255 or 24.70% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDF91 is #24206E. Grayscale: #D5D5D5. Windows color (decimal): -2367599 or 9560027. OLE color: 9560027.
HSL color Cylindrical-coordinate representation of color #DBDF91: hue angle of 63.08º degrees, saturation: 0.55, 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 #DBDF91 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 145 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.13 |
| HSL | 63.08º | 0.55% | 0.72% | - |
| HSV(B) | 63.08º | 0.35% | 0.87% | - |
| XYZ | 60.71 | 69.88 | 37.08 | - |
| YUV | 212.91 | 89.67 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 145 | 0.02 | 0 | 0.35 | 0.13 | 63.08 | 0.55 | 0.72 |
| Hex | DB | DF | 91 | 2 | 0 | 23 | D | 3F | 37 | 48 |
| Octal | 333 | 337 | 221 | 2 | 0 | 43 | 15 | 77 | 67 | 110 |
| Binary | 11011011 | 11011111 | 10010001 | 10 | 0 | 100011 | 1101 | 111111 | 110111 | 1001000 |
Color Harmonies of #DBDF91
Complementary color
Monochromatic Colors of #DBDF91
Black with #DBDF91
Text Example
Text Example
White with #DBDF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF91; }
p { color: rgb(219,223,145); }
H1.HeaderClassName
{
color: #DBDF91;
}
.AnyTagClassName
{
color: #DBDF91;
}
</style>
background-color css
<style>
a { background-color: #DBDF91; }
a { background-color: rgb(219,223,145); }
div.DivClassName
{
background-color: #DBDF91;
}
.BgClassName
{
background-color: #DBDF91;
}
</style>
border-color css
<style>
span { border-color: #DBDF91; }
span { border-color: rgb(219,223,145); }
td.TdClassName
{
border-color: #DBDF91;
}
.TagClassName
{
border-color: #DBDF91;
}
</style>