Shades of Primrose #DBE089
Tints of Primrose #DBE089
RGB
CMYK
RGB Variations
Color information
#DBE089 (or 0xDBE089) is known color: Primrose. HEX triplet: DB, E0 and 89. RGB value is (219,224,137). Sum of RGB (Red+Green+Blue) = 219+224+137=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 137 (53.91% from 255 or 23.62% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE089 is #241F76. Grayscale: #D4D4D4. Windows color (decimal): -2367351 or 9035995. OLE color: 9035995.
HSL color Cylindrical-coordinate representation of color #DBE089: hue angle of 63.45º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBE089 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 137 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.12 |
| HSL | 63.45º | 0.58% | 0.71% | - |
| HSV(B) | 63.45º | 0.39% | 0.88% | - |
| XYZ | 60.38 | 70.18 | 34.03 | - |
| YUV | 212.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 137 | 0.02 | 0 | 0.39 | 0.12 | 63.45 | 0.58 | 0.71 |
| Hex | DB | E0 | 89 | 2 | 0 | 27 | C | 3F | 3A | 47 |
| Octal | 333 | 340 | 211 | 2 | 0 | 47 | 14 | 77 | 72 | 107 |
| Binary | 11011011 | 11100000 | 10001001 | 10 | 0 | 100111 | 1100 | 111111 | 111010 | 1000111 |
Color Harmonies of #DBE089
Complementary color
Monochromatic Colors of #DBE089
Black with #DBE089
Text Example
Text Example
White with #DBE089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE089; }
p { color: rgb(219,224,137); }
H1.HeaderClassName
{
color: #DBE089;
}
.AnyTagClassName
{
color: #DBE089;
}
</style>
background-color css
<style>
a { background-color: #DBE089; }
a { background-color: rgb(219,224,137); }
div.DivClassName
{
background-color: #DBE089;
}
.BgClassName
{
background-color: #DBE089;
}
</style>
border-color css
<style>
span { border-color: #DBE089; }
span { border-color: rgb(219,224,137); }
td.TdClassName
{
border-color: #DBE089;
}
.TagClassName
{
border-color: #DBE089;
}
</style>