Shades of Primrose #DBE591
Tints of Primrose #DBE591
RGB
CMYK
RGB Variations
Color information
#DBE591 (or 0xDBE591) is known color: Primrose. HEX triplet: DB, E5 and 91. RGB value is (219,229,145). Sum of RGB (Red+Green+Blue) = 219+229+145=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 145 (57.03% from 255 or 24.45% from 593); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE591 is #241A6E. Grayscale: #D8D8D8. Windows color (decimal): -2366063 or 9561563. OLE color: 9561563.
HSL color Cylindrical-coordinate representation of color #DBE591: hue angle of 67.14º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBE591 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 145 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.10 |
| HSL | 67.14º | 0.62% | 0.73% | - |
| HSV(B) | 67.14º | 0.37% | 0.9% | - |
| XYZ | 62.34 | 73.14 | 37.62 | - |
| YUV | 216.43 | 87.69 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 145 | 0.04 | 0 | 0.37 | 0.10 | 67.14 | 0.62 | 0.73 |
| Hex | DB | E5 | 91 | 4 | 0 | 25 | A | 43 | 3E | 49 |
| Octal | 333 | 345 | 221 | 4 | 0 | 45 | 12 | 103 | 76 | 111 |
| Binary | 11011011 | 11100101 | 10010001 | 100 | 0 | 100101 | 1010 | 1000011 | 111110 | 1001001 |
Color Harmonies of #DBE591
Complementary color
Monochromatic Colors of #DBE591
Black with #DBE591
Text Example
Text Example
White with #DBE591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE591; }
p { color: rgb(219,229,145); }
H1.HeaderClassName
{
color: #DBE591;
}
.AnyTagClassName
{
color: #DBE591;
}
</style>
background-color css
<style>
a { background-color: #DBE591; }
a { background-color: rgb(219,229,145); }
div.DivClassName
{
background-color: #DBE591;
}
.BgClassName
{
background-color: #DBE591;
}
</style>
border-color css
<style>
span { border-color: #DBE591; }
span { border-color: rgb(219,229,145); }
td.TdClassName
{
border-color: #DBE591;
}
.TagClassName
{
border-color: #DBE591;
}
</style>