Shades of Primrose #DBE59B
Tints of Primrose #DBE59B
RGB
CMYK
RGB Variations
Color information
#DBE59B (or 0xDBE59B) is known color: Primrose. HEX triplet: DB, E5 and 9B. RGB value is (219,229,155). Sum of RGB (Red+Green+Blue) = 219+229+155=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 229 (89.84% from 255 or 37.98% from 603); Blue value is 155 (60.94% from 255 or 25.70% from 603); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE59B is #241A64. Grayscale: #D9D9D9. Windows color (decimal): -2366053 or 10216923. OLE color: 10216923.
HSL color Cylindrical-coordinate representation of color #DBE59B: hue angle of 68.11º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBE59B is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 155 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.10 |
| HSL | 68.11º | 0.59% | 0.75% | - |
| HSV(B) | 68.11º | 0.32% | 0.9% | - |
| XYZ | 63.15 | 73.47 | 41.86 | - |
| YUV | 217.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 155 | 0.04 | 0 | 0.32 | 0.10 | 68.11 | 0.59 | 0.75 |
| Hex | DB | E5 | 9B | 4 | 0 | 20 | A | 44 | 3B | 4B |
| Octal | 333 | 345 | 233 | 4 | 0 | 40 | 12 | 104 | 73 | 113 |
| Binary | 11011011 | 11100101 | 10011011 | 100 | 0 | 100000 | 1010 | 1000100 | 111011 | 1001011 |
Color Harmonies of #DBE59B
Complementary color
Monochromatic Colors of #DBE59B
Black with #DBE59B
Text Example
Text Example
White with #DBE59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE59B; }
p { color: rgb(219,229,155); }
H1.HeaderClassName
{
color: #DBE59B;
}
.AnyTagClassName
{
color: #DBE59B;
}
</style>
background-color css
<style>
a { background-color: #DBE59B; }
a { background-color: rgb(219,229,155); }
div.DivClassName
{
background-color: #DBE59B;
}
.BgClassName
{
background-color: #DBE59B;
}
</style>
border-color css
<style>
span { border-color: #DBE59B; }
span { border-color: rgb(219,229,155); }
td.TdClassName
{
border-color: #DBE59B;
}
.TagClassName
{
border-color: #DBE59B;
}
</style>