Shades of Primrose #DBE58E
Tints of Primrose #DBE58E
RGB
CMYK
RGB Variations
Color information
#DBE58E (or 0xDBE58E) is known color: Primrose. HEX triplet: DB, E5 and 8E. RGB value is (219,229,142). Sum of RGB (Red+Green+Blue) = 219+229+142=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 229 (89.84% from 255 or 38.81% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE58E is #241A71. Grayscale: #D8D8D8. Windows color (decimal): -2366066 or 9364955. OLE color: 9364955.
HSL color Cylindrical-coordinate representation of color #DBE58E: hue angle of 66.9º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBE58E is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 142 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.10 |
| HSL | 66.9º | 0.63% | 0.73% | - |
| HSV(B) | 66.9º | 0.38% | 0.9% | - |
| XYZ | 62.12 | 73.05 | 36.42 | - |
| YUV | 216.09 | 86.19 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 142 | 0.04 | 0 | 0.38 | 0.10 | 66.9 | 0.63 | 0.73 |
| Hex | DB | E5 | 8E | 4 | 0 | 26 | A | 43 | 3F | 49 |
| Octal | 333 | 345 | 216 | 4 | 0 | 46 | 12 | 103 | 77 | 111 |
| Binary | 11011011 | 11100101 | 10001110 | 100 | 0 | 100110 | 1010 | 1000011 | 111111 | 1001001 |
Color Harmonies of #DBE58E
Complementary color
Monochromatic Colors of #DBE58E
Black with #DBE58E
Text Example
Text Example
White with #DBE58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE58E; }
p { color: rgb(219,229,142); }
H1.HeaderClassName
{
color: #DBE58E;
}
.AnyTagClassName
{
color: #DBE58E;
}
</style>
background-color css
<style>
a { background-color: #DBE58E; }
a { background-color: rgb(219,229,142); }
div.DivClassName
{
background-color: #DBE58E;
}
.BgClassName
{
background-color: #DBE58E;
}
</style>
border-color css
<style>
span { border-color: #DBE58E; }
span { border-color: rgb(219,229,142); }
td.TdClassName
{
border-color: #DBE58E;
}
.TagClassName
{
border-color: #DBE58E;
}
</style>