Shades of Primrose #DBE399
Tints of Primrose #DBE399
RGB
CMYK
RGB Variations
Color information
#DBE399 (or 0xDBE399) is known color: Primrose. HEX triplet: DB, E3 and 99. RGB value is (219,227,153). Sum of RGB (Red+Green+Blue) = 219+227+153=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 227 (89.06% from 255 or 37.90% from 599); Blue value is 153 (60.16% from 255 or 25.54% from 599); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE399 is #241C66. Grayscale: #D8D8D8. Windows color (decimal): -2366567 or 10085339. OLE color: 10085339.
HSL color Cylindrical-coordinate representation of color #DBE399: hue angle of 66.49º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBE399 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 153 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.11 |
| HSL | 66.49º | 0.57% | 0.75% | - |
| HSV(B) | 66.49º | 0.33% | 0.89% | - |
| XYZ | 62.43 | 72.3 | 40.8 | - |
| YUV | 216.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 153 | 0.04 | 0 | 0.33 | 0.11 | 66.49 | 0.57 | 0.75 |
| Hex | DB | E3 | 99 | 4 | 0 | 21 | B | 42 | 39 | 4B |
| Octal | 333 | 343 | 231 | 4 | 0 | 41 | 13 | 102 | 71 | 113 |
| Binary | 11011011 | 11100011 | 10011001 | 100 | 0 | 100001 | 1011 | 1000010 | 111001 | 1001011 |
Color Harmonies of #DBE399
Complementary color
Monochromatic Colors of #DBE399
Black with #DBE399
Text Example
Text Example
White with #DBE399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE399; }
p { color: rgb(219,227,153); }
H1.HeaderClassName
{
color: #DBE399;
}
.AnyTagClassName
{
color: #DBE399;
}
</style>
background-color css
<style>
a { background-color: #DBE399; }
a { background-color: rgb(219,227,153); }
div.DivClassName
{
background-color: #DBE399;
}
.BgClassName
{
background-color: #DBE399;
}
</style>
border-color css
<style>
span { border-color: #DBE399; }
span { border-color: rgb(219,227,153); }
td.TdClassName
{
border-color: #DBE399;
}
.TagClassName
{
border-color: #DBE399;
}
</style>