Shades of Primrose #DBE19B
Tints of Primrose #DBE19B
RGB
CMYK
RGB Variations
Color information
#DBE19B (or 0xDBE19B) is known color: Primrose. HEX triplet: DB, E1 and 9B. RGB value is (219,225,155). Sum of RGB (Red+Green+Blue) = 219+225+155=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 155 (60.94% from 255 or 25.88% from 599); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE19B is #241E64. Grayscale: #D7D7D7. Windows color (decimal): -2367077 or 10215899. OLE color: 10215899.
HSL color Cylindrical-coordinate representation of color #DBE19B: hue angle of 65.14º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBE19B is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 155 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.12 |
| HSL | 65.14º | 0.54% | 0.75% | - |
| HSV(B) | 65.14º | 0.31% | 0.88% | - |
| XYZ | 62.06 | 71.28 | 41.5 | - |
| YUV | 215.23 | 94.01 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 155 | 0.03 | 0 | 0.31 | 0.12 | 65.14 | 0.54 | 0.75 |
| Hex | DB | E1 | 9B | 3 | 0 | 1F | C | 41 | 36 | 4B |
| Octal | 333 | 341 | 233 | 3 | 0 | 37 | 14 | 101 | 66 | 113 |
| Binary | 11011011 | 11100001 | 10011011 | 11 | 0 | 11111 | 1100 | 1000001 | 110110 | 1001011 |
Color Harmonies of #DBE19B
Complementary color
Monochromatic Colors of #DBE19B
Black with #DBE19B
Text Example
Text Example
White with #DBE19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE19B; }
p { color: rgb(219,225,155); }
H1.HeaderClassName
{
color: #DBE19B;
}
.AnyTagClassName
{
color: #DBE19B;
}
</style>
background-color css
<style>
a { background-color: #DBE19B; }
a { background-color: rgb(219,225,155); }
div.DivClassName
{
background-color: #DBE19B;
}
.BgClassName
{
background-color: #DBE19B;
}
</style>
border-color css
<style>
span { border-color: #DBE19B; }
span { border-color: rgb(219,225,155); }
td.TdClassName
{
border-color: #DBE19B;
}
.TagClassName
{
border-color: #DBE19B;
}
</style>