Shades of Primrose #DBE19C
Tints of Primrose #DBE19C
RGB
CMYK
RGB Variations
Color information
#DBE19C (or 0xDBE19C) is known color: Primrose. HEX triplet: DB, E1 and 9C. RGB value is (219,225,156). Sum of RGB (Red+Green+Blue) = 219+225+156=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 156 (61.33% from 255 or 26% from 600); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE19C is #241E63. Grayscale: #D7D7D7. Windows color (decimal): -2367076 or 10281435. OLE color: 10281435.
HSL color Cylindrical-coordinate representation of color #DBE19C: hue angle of 65.22º degrees, saturation: 0.53, 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 #DBE19C is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 156 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.12 |
| HSL | 65.22º | 0.53% | 0.75% | - |
| HSV(B) | 65.22º | 0.31% | 0.88% | - |
| XYZ | 62.14 | 71.31 | 41.94 | - |
| YUV | 215.34 | 94.51 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 156 | 0.03 | 0 | 0.31 | 0.12 | 65.22 | 0.53 | 0.75 |
| Hex | DB | E1 | 9C | 3 | 0 | 1F | C | 41 | 35 | 4B |
| Octal | 333 | 341 | 234 | 3 | 0 | 37 | 14 | 101 | 65 | 113 |
| Binary | 11011011 | 11100001 | 10011100 | 11 | 0 | 11111 | 1100 | 1000001 | 110101 | 1001011 |
Color Harmonies of #DBE19C
Complementary color
Monochromatic Colors of #DBE19C
Black with #DBE19C
Text Example
Text Example
White with #DBE19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE19C; }
p { color: rgb(219,225,156); }
H1.HeaderClassName
{
color: #DBE19C;
}
.AnyTagClassName
{
color: #DBE19C;
}
</style>
background-color css
<style>
a { background-color: #DBE19C; }
a { background-color: rgb(219,225,156); }
div.DivClassName
{
background-color: #DBE19C;
}
.BgClassName
{
background-color: #DBE19C;
}
</style>
border-color css
<style>
span { border-color: #DBE19C; }
span { border-color: rgb(219,225,156); }
td.TdClassName
{
border-color: #DBE19C;
}
.TagClassName
{
border-color: #DBE19C;
}
</style>