Shades of Primrose #DBE28C
Tints of Primrose #DBE28C
RGB
CMYK
RGB Variations
Color information
#DBE28C (or 0xDBE28C) is known color: Primrose. HEX triplet: DB, E2 and 8C. RGB value is (219,226,140). Sum of RGB (Red+Green+Blue) = 219+226+140=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 140 (55.08% from 255 or 23.93% from 585); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE28C is #241D73. Grayscale: #D6D6D6. Windows color (decimal): -2366836 or 9233115. OLE color: 9233115.
HSL color Cylindrical-coordinate representation of color #DBE28C: hue angle of 64.88º degrees, saturation: 0.6, 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 #DBE28C is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 140 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.11 |
| HSL | 64.88º | 0.6% | 0.72% | - |
| HSV(B) | 64.88º | 0.38% | 0.89% | - |
| XYZ | 61.14 | 71.35 | 35.36 | - |
| YUV | 214.1 | 86.18 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 140 | 0.03 | 0 | 0.38 | 0.11 | 64.88 | 0.6 | 0.72 |
| Hex | DB | E2 | 8C | 3 | 0 | 26 | B | 41 | 3C | 48 |
| Octal | 333 | 342 | 214 | 3 | 0 | 46 | 13 | 101 | 74 | 110 |
| Binary | 11011011 | 11100010 | 10001100 | 11 | 0 | 100110 | 1011 | 1000001 | 111100 | 1001000 |
Color Harmonies of #DBE28C
Complementary color
Monochromatic Colors of #DBE28C
Black with #DBE28C
Text Example
Text Example
White with #DBE28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE28C; }
p { color: rgb(219,226,140); }
H1.HeaderClassName
{
color: #DBE28C;
}
.AnyTagClassName
{
color: #DBE28C;
}
</style>
background-color css
<style>
a { background-color: #DBE28C; }
a { background-color: rgb(219,226,140); }
div.DivClassName
{
background-color: #DBE28C;
}
.BgClassName
{
background-color: #DBE28C;
}
</style>
border-color css
<style>
span { border-color: #DBE28C; }
span { border-color: rgb(219,226,140); }
td.TdClassName
{
border-color: #DBE28C;
}
.TagClassName
{
border-color: #DBE28C;
}
</style>