Shades of Primrose #DBE388
Tints of Primrose #DBE388
RGB
CMYK
RGB Variations
Color information
#DBE388 (or 0xDBE388) is known color: Primrose. HEX triplet: DB, E3 and 88. RGB value is (219,227,136). Sum of RGB (Red+Green+Blue) = 219+227+136=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 227 (89.06% from 255 or 39.00% from 582); Blue value is 136 (53.52% from 255 or 23.37% from 582); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE388 is #241C77. Grayscale: #D6D6D6. Windows color (decimal): -2366584 or 8971227. OLE color: 8971227.
HSL color Cylindrical-coordinate representation of color #DBE388: hue angle of 65.27º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBE388 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 136 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.11 |
| HSL | 65.27º | 0.62% | 0.71% | - |
| HSV(B) | 65.27º | 0.4% | 0.89% | - |
| XYZ | 61.13 | 71.78 | 33.92 | - |
| YUV | 214.23 | 83.85 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 136 | 0.04 | 0 | 0.40 | 0.11 | 65.27 | 0.62 | 0.71 |
| Hex | DB | E3 | 88 | 4 | 0 | 28 | B | 41 | 3E | 47 |
| Octal | 333 | 343 | 210 | 4 | 0 | 50 | 13 | 101 | 76 | 107 |
| Binary | 11011011 | 11100011 | 10001000 | 100 | 0 | 101000 | 1011 | 1000001 | 111110 | 1000111 |
Color Harmonies of #DBE388
Complementary color
Monochromatic Colors of #DBE388
Black with #DBE388
Text Example
Text Example
White with #DBE388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE388; }
p { color: rgb(219,227,136); }
H1.HeaderClassName
{
color: #DBE388;
}
.AnyTagClassName
{
color: #DBE388;
}
</style>
background-color css
<style>
a { background-color: #DBE388; }
a { background-color: rgb(219,227,136); }
div.DivClassName
{
background-color: #DBE388;
}
.BgClassName
{
background-color: #DBE388;
}
</style>
border-color css
<style>
span { border-color: #DBE388; }
span { border-color: rgb(219,227,136); }
td.TdClassName
{
border-color: #DBE388;
}
.TagClassName
{
border-color: #DBE388;
}
</style>