Shades of Primrose #DBD899
Tints of Primrose #DBD899
RGB
CMYK
RGB Variations
Color information
#DBD899 (or 0xDBD899) is known color: Primrose. HEX triplet: DB, D8 and 99. RGB value is (219,216,153). Sum of RGB (Red+Green+Blue) = 219+216+153=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 153 (60.16% from 255 or 26.02% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD899 is #242766. Grayscale: #D1D1D1. Windows color (decimal): -2369383 or 10082523. OLE color: 10082523.
HSL color Cylindrical-coordinate representation of color #DBD899: hue angle of 57.27º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBD899 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 153 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.14 |
| HSL | 57.27º | 0.48% | 0.73% | - |
| HSV(B) | 57.27º | 0.3% | 0.86% | - |
| XYZ | 59.52 | 66.47 | 39.83 | - |
| YUV | 209.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 153 | 0 | 0.01 | 0.30 | 0.14 | 57.27 | 0.48 | 0.73 |
| Hex | DB | D8 | 99 | 0 | 1 | 1E | E | 39 | 30 | 49 |
| Octal | 333 | 330 | 231 | 0 | 1 | 36 | 16 | 71 | 60 | 111 |
| Binary | 11011011 | 11011000 | 10011001 | 0 | 1 | 11110 | 1110 | 111001 | 110000 | 1001001 |
Color Harmonies of #DBD899
Complementary color
Monochromatic Colors of #DBD899
Black with #DBD899
Text Example
Text Example
White with #DBD899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD899; }
p { color: rgb(219,216,153); }
H1.HeaderClassName
{
color: #DBD899;
}
.AnyTagClassName
{
color: #DBD899;
}
</style>
background-color css
<style>
a { background-color: #DBD899; }
a { background-color: rgb(219,216,153); }
div.DivClassName
{
background-color: #DBD899;
}
.BgClassName
{
background-color: #DBD899;
}
</style>
border-color css
<style>
span { border-color: #DBD899; }
span { border-color: rgb(219,216,153); }
td.TdClassName
{
border-color: #DBD899;
}
.TagClassName
{
border-color: #DBD899;
}
</style>