Shades of Primrose #DBE092
Tints of Primrose #DBE092
RGB
CMYK
RGB Variations
Color information
#DBE092 (or 0xDBE092) is known color: Primrose. HEX triplet: DB, E0 and 92. RGB value is (219,224,146). Sum of RGB (Red+Green+Blue) = 219+224+146=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 146 (57.42% from 255 or 24.79% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE092 is #241F6D. Grayscale: #D5D5D5. Windows color (decimal): -2367342 or 9625819. OLE color: 9625819.
HSL color Cylindrical-coordinate representation of color #DBE092: hue angle of 63.85º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBE092 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 146 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.12 |
| HSL | 63.85º | 0.56% | 0.73% | - |
| HSV(B) | 63.85º | 0.35% | 0.88% | - |
| XYZ | 61.06 | 70.45 | 37.57 | - |
| YUV | 213.61 | 89.84 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 146 | 0.02 | 0 | 0.35 | 0.12 | 63.85 | 0.56 | 0.73 |
| Hex | DB | E0 | 92 | 2 | 0 | 23 | C | 40 | 38 | 49 |
| Octal | 333 | 340 | 222 | 2 | 0 | 43 | 14 | 100 | 70 | 111 |
| Binary | 11011011 | 11100000 | 10010010 | 10 | 0 | 100011 | 1100 | 1000000 | 111000 | 1001001 |
Color Harmonies of #DBE092
Complementary color
Monochromatic Colors of #DBE092
Black with #DBE092
Text Example
Text Example
White with #DBE092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE092; }
p { color: rgb(219,224,146); }
H1.HeaderClassName
{
color: #DBE092;
}
.AnyTagClassName
{
color: #DBE092;
}
</style>
background-color css
<style>
a { background-color: #DBE092; }
a { background-color: rgb(219,224,146); }
div.DivClassName
{
background-color: #DBE092;
}
.BgClassName
{
background-color: #DBE092;
}
</style>
border-color css
<style>
span { border-color: #DBE092; }
span { border-color: rgb(219,224,146); }
td.TdClassName
{
border-color: #DBE092;
}
.TagClassName
{
border-color: #DBE092;
}
</style>