Shades of Primrose #DBE49A
Tints of Primrose #DBE49A
RGB
CMYK
RGB Variations
Color information
#DBE49A (or 0xDBE49A) is known color: Primrose. HEX triplet: DB, E4 and 9A. RGB value is (219,228,154). Sum of RGB (Red+Green+Blue) = 219+228+154=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 154 (60.55% from 255 or 25.62% from 601); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE49A is #241B65. Grayscale: #D9D9D9. Windows color (decimal): -2366310 or 10151131. OLE color: 10151131.
HSL color Cylindrical-coordinate representation of color #DBE49A: hue angle of 67.3º degrees, saturation: 0.58, 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 #DBE49A is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 154 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.11 |
| HSL | 67.3º | 0.58% | 0.75% | - |
| HSV(B) | 67.3º | 0.32% | 0.89% | - |
| XYZ | 62.79 | 72.88 | 41.33 | - |
| YUV | 216.87 | 92.52 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 154 | 0.04 | 0 | 0.32 | 0.11 | 67.3 | 0.58 | 0.75 |
| Hex | DB | E4 | 9A | 4 | 0 | 20 | B | 43 | 3A | 4B |
| Octal | 333 | 344 | 232 | 4 | 0 | 40 | 13 | 103 | 72 | 113 |
| Binary | 11011011 | 11100100 | 10011010 | 100 | 0 | 100000 | 1011 | 1000011 | 111010 | 1001011 |
Color Harmonies of #DBE49A
Complementary color
Monochromatic Colors of #DBE49A
Black with #DBE49A
Text Example
Text Example
White with #DBE49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE49A; }
p { color: rgb(219,228,154); }
H1.HeaderClassName
{
color: #DBE49A;
}
.AnyTagClassName
{
color: #DBE49A;
}
</style>
background-color css
<style>
a { background-color: #DBE49A; }
a { background-color: rgb(219,228,154); }
div.DivClassName
{
background-color: #DBE49A;
}
.BgClassName
{
background-color: #DBE49A;
}
</style>
border-color css
<style>
span { border-color: #DBE49A; }
span { border-color: rgb(219,228,154); }
td.TdClassName
{
border-color: #DBE49A;
}
.TagClassName
{
border-color: #DBE49A;
}
</style>