Shades of Primrose #DBE09D
Tints of Primrose #DBE09D
RGB
CMYK
RGB Variations
Color information
#DBE09D (or 0xDBE09D) is known color: Primrose. HEX triplet: DB, E0 and 9D. RGB value is (219,224,157). Sum of RGB (Red+Green+Blue) = 219+224+157=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 157 (61.72% from 255 or 26.17% from 600); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE09D is #241F62. Grayscale: #D7D7D7. Windows color (decimal): -2367331 or 10346715. OLE color: 10346715.
HSL color Cylindrical-coordinate representation of color #DBE09D: hue angle of 64.48º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBE09D is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 157 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.12 |
| HSL | 64.48º | 0.52% | 0.75% | - |
| HSV(B) | 64.48º | 0.3% | 0.88% | - |
| XYZ | 61.95 | 70.81 | 42.3 | - |
| YUV | 214.87 | 95.34 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 157 | 0.02 | 0 | 0.30 | 0.12 | 64.48 | 0.52 | 0.75 |
| Hex | DB | E0 | 9D | 2 | 0 | 1E | C | 40 | 34 | 4B |
| Octal | 333 | 340 | 235 | 2 | 0 | 36 | 14 | 100 | 64 | 113 |
| Binary | 11011011 | 11100000 | 10011101 | 10 | 0 | 11110 | 1100 | 1000000 | 110100 | 1001011 |
Color Harmonies of #DBE09D
Complementary color
Monochromatic Colors of #DBE09D
Black with #DBE09D
Text Example
Text Example
White with #DBE09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE09D; }
p { color: rgb(219,224,157); }
H1.HeaderClassName
{
color: #DBE09D;
}
.AnyTagClassName
{
color: #DBE09D;
}
</style>
background-color css
<style>
a { background-color: #DBE09D; }
a { background-color: rgb(219,224,157); }
div.DivClassName
{
background-color: #DBE09D;
}
.BgClassName
{
background-color: #DBE09D;
}
</style>
border-color css
<style>
span { border-color: #DBE09D; }
span { border-color: rgb(219,224,157); }
td.TdClassName
{
border-color: #DBE09D;
}
.TagClassName
{
border-color: #DBE09D;
}
</style>