Shades of Primrose #DBE58A
Tints of Primrose #DBE58A
RGB
CMYK
RGB Variations
Color information
#DBE58A (or 0xDBE58A) is known color: Primrose. HEX triplet: DB, E5 and 8A. RGB value is (219,229,138). Sum of RGB (Red+Green+Blue) = 219+229+138=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE58A is #241A75. Grayscale: #D7D7D7. Windows color (decimal): -2366070 or 9102811. OLE color: 9102811.
HSL color Cylindrical-coordinate representation of color #DBE58A: hue angle of 66.59º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBE58A is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 138 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.10 |
| HSL | 66.59º | 0.64% | 0.72% | - |
| HSV(B) | 66.59º | 0.4% | 0.9% | - |
| XYZ | 61.82 | 72.93 | 34.86 | - |
| YUV | 215.64 | 84.19 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 138 | 0.04 | 0 | 0.40 | 0.10 | 66.59 | 0.64 | 0.72 |
| Hex | DB | E5 | 8A | 4 | 0 | 28 | A | 43 | 40 | 48 |
| Octal | 333 | 345 | 212 | 4 | 0 | 50 | 12 | 103 | 100 | 110 |
| Binary | 11011011 | 11100101 | 10001010 | 100 | 0 | 101000 | 1010 | 1000011 | 1000000 | 1001000 |
Color Harmonies of #DBE58A
Complementary color
Monochromatic Colors of #DBE58A
Black with #DBE58A
Text Example
Text Example
White with #DBE58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE58A; }
p { color: rgb(219,229,138); }
H1.HeaderClassName
{
color: #DBE58A;
}
.AnyTagClassName
{
color: #DBE58A;
}
</style>
background-color css
<style>
a { background-color: #DBE58A; }
a { background-color: rgb(219,229,138); }
div.DivClassName
{
background-color: #DBE58A;
}
.BgClassName
{
background-color: #DBE58A;
}
</style>
border-color css
<style>
span { border-color: #DBE58A; }
span { border-color: rgb(219,229,138); }
td.TdClassName
{
border-color: #DBE58A;
}
.TagClassName
{
border-color: #DBE58A;
}
</style>