Shades of Primrose #DBE19A
Tints of Primrose #DBE19A
RGB
CMYK
RGB Variations
Color information
#DBE19A (or 0xDBE19A) is known color: Primrose. HEX triplet: DB, E1 and 9A. RGB value is (219,225,154). Sum of RGB (Red+Green+Blue) = 219+225+154=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 154 (60.55% from 255 or 25.75% from 598); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE19A is #241E65. Grayscale: #D7D7D7. Windows color (decimal): -2367078 or 10150363. OLE color: 10150363.
HSL color Cylindrical-coordinate representation of color #DBE19A: hue angle of 65.07º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBE19A is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 154 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.12 |
| HSL | 65.07º | 0.54% | 0.74% | - |
| HSV(B) | 65.07º | 0.32% | 0.88% | - |
| XYZ | 61.97 | 71.24 | 41.06 | - |
| YUV | 215.11 | 93.51 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 154 | 0.03 | 0 | 0.32 | 0.12 | 65.07 | 0.54 | 0.74 |
| Hex | DB | E1 | 9A | 3 | 0 | 20 | C | 41 | 36 | 4A |
| Octal | 333 | 341 | 232 | 3 | 0 | 40 | 14 | 101 | 66 | 112 |
| Binary | 11011011 | 11100001 | 10011010 | 11 | 0 | 100000 | 1100 | 1000001 | 110110 | 1001010 |
Color Harmonies of #DBE19A
Complementary color
Monochromatic Colors of #DBE19A
Black with #DBE19A
Text Example
Text Example
White with #DBE19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE19A; }
p { color: rgb(219,225,154); }
H1.HeaderClassName
{
color: #DBE19A;
}
.AnyTagClassName
{
color: #DBE19A;
}
</style>
background-color css
<style>
a { background-color: #DBE19A; }
a { background-color: rgb(219,225,154); }
div.DivClassName
{
background-color: #DBE19A;
}
.BgClassName
{
background-color: #DBE19A;
}
</style>
border-color css
<style>
span { border-color: #DBE19A; }
span { border-color: rgb(219,225,154); }
td.TdClassName
{
border-color: #DBE19A;
}
.TagClassName
{
border-color: #DBE19A;
}
</style>