Shades of Primrose #DBE087
Tints of Primrose #DBE087
RGB
CMYK
RGB Variations
Color information
#DBE087 (or 0xDBE087) is known color: Primrose. HEX triplet: DB, E0 and 87. RGB value is (219,224,135). Sum of RGB (Red+Green+Blue) = 219+224+135=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 135 (53.12% from 255 or 23.36% from 578); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE087 is #241F78. Grayscale: #D4D4D4. Windows color (decimal): -2367353 or 8904923. OLE color: 8904923.
HSL color Cylindrical-coordinate representation of color #DBE087: hue angle of 63.37º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBE087 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 135 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.12 |
| HSL | 63.37º | 0.59% | 0.7% | - |
| HSV(B) | 63.37º | 0.4% | 0.88% | - |
| XYZ | 60.24 | 70.12 | 33.28 | - |
| YUV | 212.36 | 84.34 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 135 | 0.02 | 0 | 0.40 | 0.12 | 63.37 | 0.59 | 0.7 |
| Hex | DB | E0 | 87 | 2 | 0 | 28 | C | 3F | 3B | 46 |
| Octal | 333 | 340 | 207 | 2 | 0 | 50 | 14 | 77 | 73 | 106 |
| Binary | 11011011 | 11100000 | 10000111 | 10 | 0 | 101000 | 1100 | 111111 | 111011 | 1000110 |
Color Harmonies of #DBE087
Complementary color
Monochromatic Colors of #DBE087
Black with #DBE087
Text Example
Text Example
White with #DBE087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE087; }
p { color: rgb(219,224,135); }
H1.HeaderClassName
{
color: #DBE087;
}
.AnyTagClassName
{
color: #DBE087;
}
</style>
background-color css
<style>
a { background-color: #DBE087; }
a { background-color: rgb(219,224,135); }
div.DivClassName
{
background-color: #DBE087;
}
.BgClassName
{
background-color: #DBE087;
}
</style>
border-color css
<style>
span { border-color: #DBE087; }
span { border-color: rgb(219,224,135); }
td.TdClassName
{
border-color: #DBE087;
}
.TagClassName
{
border-color: #DBE087;
}
</style>