Shades of Primrose #DBE587
Tints of Primrose #DBE587
RGB
CMYK
RGB Variations
Color information
#DBE587 (or 0xDBE587) is known color: Primrose. HEX triplet: DB, E5 and 87. RGB value is (219,229,135). Sum of RGB (Red+Green+Blue) = 219+229+135=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 135 (53.12% from 255 or 23.16% from 583); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE587 is #241A78. Grayscale: #D7D7D7. Windows color (decimal): -2366073 or 8906203. OLE color: 8906203.
HSL color Cylindrical-coordinate representation of color #DBE587: hue angle of 66.38º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBE587 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 135 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.10 |
| HSL | 66.38º | 0.64% | 0.71% | - |
| HSV(B) | 66.38º | 0.41% | 0.9% | - |
| XYZ | 61.61 | 72.85 | 33.74 | - |
| YUV | 215.29 | 82.69 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 135 | 0.04 | 0 | 0.41 | 0.10 | 66.38 | 0.64 | 0.71 |
| Hex | DB | E5 | 87 | 4 | 0 | 29 | A | 42 | 40 | 47 |
| Octal | 333 | 345 | 207 | 4 | 0 | 51 | 12 | 102 | 100 | 107 |
| Binary | 11011011 | 11100101 | 10000111 | 100 | 0 | 101001 | 1010 | 1000010 | 1000000 | 1000111 |
Color Harmonies of #DBE587
Complementary color
Monochromatic Colors of #DBE587
Black with #DBE587
Text Example
Text Example
White with #DBE587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE587; }
p { color: rgb(219,229,135); }
H1.HeaderClassName
{
color: #DBE587;
}
.AnyTagClassName
{
color: #DBE587;
}
</style>
background-color css
<style>
a { background-color: #DBE587; }
a { background-color: rgb(219,229,135); }
div.DivClassName
{
background-color: #DBE587;
}
.BgClassName
{
background-color: #DBE587;
}
</style>
border-color css
<style>
span { border-color: #DBE587; }
span { border-color: rgb(219,229,135); }
td.TdClassName
{
border-color: #DBE587;
}
.TagClassName
{
border-color: #DBE587;
}
</style>