Shades of Primrose #DBE28D
Tints of Primrose #DBE28D
RGB
CMYK
RGB Variations
Color information
#DBE28D (or 0xDBE28D) is known color: Primrose. HEX triplet: DB, E2 and 8D. RGB value is (219,226,141). Sum of RGB (Red+Green+Blue) = 219+226+141=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE28D is #241D72. Grayscale: #D6D6D6. Windows color (decimal): -2366835 or 9298651. OLE color: 9298651.
HSL color Cylindrical-coordinate representation of color #DBE28D: hue angle of 64.94º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBE28D is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 141 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.11 |
| HSL | 64.94º | 0.59% | 0.72% | - |
| HSV(B) | 64.94º | 0.38% | 0.89% | - |
| XYZ | 61.22 | 71.38 | 35.75 | - |
| YUV | 214.22 | 86.68 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 141 | 0.03 | 0 | 0.38 | 0.11 | 64.94 | 0.59 | 0.72 |
| Hex | DB | E2 | 8D | 3 | 0 | 26 | B | 41 | 3B | 48 |
| Octal | 333 | 342 | 215 | 3 | 0 | 46 | 13 | 101 | 73 | 110 |
| Binary | 11011011 | 11100010 | 10001101 | 11 | 0 | 100110 | 1011 | 1000001 | 111011 | 1001000 |
Color Harmonies of #DBE28D
Complementary color
Monochromatic Colors of #DBE28D
Black with #DBE28D
Text Example
Text Example
White with #DBE28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE28D; }
p { color: rgb(219,226,141); }
H1.HeaderClassName
{
color: #DBE28D;
}
.AnyTagClassName
{
color: #DBE28D;
}
</style>
background-color css
<style>
a { background-color: #DBE28D; }
a { background-color: rgb(219,226,141); }
div.DivClassName
{
background-color: #DBE28D;
}
.BgClassName
{
background-color: #DBE28D;
}
</style>
border-color css
<style>
span { border-color: #DBE28D; }
span { border-color: rgb(219,226,141); }
td.TdClassName
{
border-color: #DBE28D;
}
.TagClassName
{
border-color: #DBE28D;
}
</style>