Shades of Primrose #DBE18D
Tints of Primrose #DBE18D
RGB
CMYK
RGB Variations
Color information
#DBE18D (or 0xDBE18D) is known color: Primrose. HEX triplet: DB, E1 and 8D. RGB value is (219,225,141). Sum of RGB (Red+Green+Blue) = 219+225+141=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE18D is #241E72. Grayscale: #D5D5D5. Windows color (decimal): -2367091 or 9298395. OLE color: 9298395.
HSL color Cylindrical-coordinate representation of color #DBE18D: hue angle of 64.29º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBE18D is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 141 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.12 |
| HSL | 64.29º | 0.58% | 0.72% | - |
| HSV(B) | 64.29º | 0.37% | 0.88% | - |
| XYZ | 60.95 | 70.83 | 35.66 | - |
| YUV | 213.63 | 87.01 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 141 | 0.03 | 0 | 0.37 | 0.12 | 64.29 | 0.58 | 0.72 |
| Hex | DB | E1 | 8D | 3 | 0 | 25 | C | 40 | 3A | 48 |
| Octal | 333 | 341 | 215 | 3 | 0 | 45 | 14 | 100 | 72 | 110 |
| Binary | 11011011 | 11100001 | 10001101 | 11 | 0 | 100101 | 1100 | 1000000 | 111010 | 1001000 |
Color Harmonies of #DBE18D
Complementary color
Monochromatic Colors of #DBE18D
Black with #DBE18D
Text Example
Text Example
White with #DBE18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE18D; }
p { color: rgb(219,225,141); }
H1.HeaderClassName
{
color: #DBE18D;
}
.AnyTagClassName
{
color: #DBE18D;
}
</style>
background-color css
<style>
a { background-color: #DBE18D; }
a { background-color: rgb(219,225,141); }
div.DivClassName
{
background-color: #DBE18D;
}
.BgClassName
{
background-color: #DBE18D;
}
</style>
border-color css
<style>
span { border-color: #DBE18D; }
span { border-color: rgb(219,225,141); }
td.TdClassName
{
border-color: #DBE18D;
}
.TagClassName
{
border-color: #DBE18D;
}
</style>