Shades of Primrose #DBE389
Tints of Primrose #DBE389
RGB
CMYK
RGB Variations
Color information
#DBE389 (or 0xDBE389) is known color: Primrose. HEX triplet: DB, E3 and 89. RGB value is (219,227,137). Sum of RGB (Red+Green+Blue) = 219+227+137=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 137 (53.91% from 255 or 23.50% from 583); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE389 is #241C76. Grayscale: #D6D6D6. Windows color (decimal): -2366583 or 9036763. OLE color: 9036763.
HSL color Cylindrical-coordinate representation of color #DBE389: hue angle of 65.33º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBE389 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 137 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.11 |
| HSL | 65.33º | 0.62% | 0.71% | - |
| HSV(B) | 65.33º | 0.4% | 0.89% | - |
| XYZ | 61.2 | 71.8 | 34.3 | - |
| YUV | 214.35 | 84.35 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 137 | 0.04 | 0 | 0.40 | 0.11 | 65.33 | 0.62 | 0.71 |
| Hex | DB | E3 | 89 | 4 | 0 | 28 | B | 41 | 3E | 47 |
| Octal | 333 | 343 | 211 | 4 | 0 | 50 | 13 | 101 | 76 | 107 |
| Binary | 11011011 | 11100011 | 10001001 | 100 | 0 | 101000 | 1011 | 1000001 | 111110 | 1000111 |
Color Harmonies of #DBE389
Complementary color
Monochromatic Colors of #DBE389
Black with #DBE389
Text Example
Text Example
White with #DBE389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE389; }
p { color: rgb(219,227,137); }
H1.HeaderClassName
{
color: #DBE389;
}
.AnyTagClassName
{
color: #DBE389;
}
</style>
background-color css
<style>
a { background-color: #DBE389; }
a { background-color: rgb(219,227,137); }
div.DivClassName
{
background-color: #DBE389;
}
.BgClassName
{
background-color: #DBE389;
}
</style>
border-color css
<style>
span { border-color: #DBE389; }
span { border-color: rgb(219,227,137); }
td.TdClassName
{
border-color: #DBE389;
}
.TagClassName
{
border-color: #DBE389;
}
</style>