Shades of Primrose #DBE49B
Tints of Primrose #DBE49B
RGB
CMYK
RGB Variations
Color information
#DBE49B (or 0xDBE49B) is known color: Primrose. HEX triplet: DB, E4 and 9B. RGB value is (219,228,155). Sum of RGB (Red+Green+Blue) = 219+228+155=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 155 (60.94% from 255 or 25.75% from 602); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE49B is #241B64. Grayscale: #D9D9D9. Windows color (decimal): -2366309 or 10216667. OLE color: 10216667.
HSL color Cylindrical-coordinate representation of color #DBE49B: hue angle of 67.4º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBE49B is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 155 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.11 |
| HSL | 67.4º | 0.57% | 0.75% | - |
| HSV(B) | 67.4º | 0.32% | 0.89% | - |
| XYZ | 62.87 | 72.91 | 41.77 | - |
| YUV | 216.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 155 | 0.04 | 0 | 0.32 | 0.11 | 67.4 | 0.57 | 0.75 |
| Hex | DB | E4 | 9B | 4 | 0 | 20 | B | 43 | 39 | 4B |
| Octal | 333 | 344 | 233 | 4 | 0 | 40 | 13 | 103 | 71 | 113 |
| Binary | 11011011 | 11100100 | 10011011 | 100 | 0 | 100000 | 1011 | 1000011 | 111001 | 1001011 |
Color Harmonies of #DBE49B
Complementary color
Monochromatic Colors of #DBE49B
Black with #DBE49B
Text Example
Text Example
White with #DBE49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE49B; }
p { color: rgb(219,228,155); }
H1.HeaderClassName
{
color: #DBE49B;
}
.AnyTagClassName
{
color: #DBE49B;
}
</style>
background-color css
<style>
a { background-color: #DBE49B; }
a { background-color: rgb(219,228,155); }
div.DivClassName
{
background-color: #DBE49B;
}
.BgClassName
{
background-color: #DBE49B;
}
</style>
border-color css
<style>
span { border-color: #DBE49B; }
span { border-color: rgb(219,228,155); }
td.TdClassName
{
border-color: #DBE49B;
}
.TagClassName
{
border-color: #DBE49B;
}
</style>