Shades of Primrose #DBE597
Tints of Primrose #DBE597
RGB
CMYK
RGB Variations
Color information
#DBE597 (or 0xDBE597) is known color: Primrose. HEX triplet: DB, E5 and 97. RGB value is (219,229,151). Sum of RGB (Red+Green+Blue) = 219+229+151=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 151 (59.38% from 255 or 25.21% from 599); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE597 is #241A68. Grayscale: #D9D9D9. Windows color (decimal): -2366057 or 9954779. OLE color: 9954779.
HSL color Cylindrical-coordinate representation of color #DBE597: hue angle of 67.69º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBE597 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 151 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.10 |
| HSL | 67.69º | 0.6% | 0.75% | - |
| HSV(B) | 67.69º | 0.34% | 0.9% | - |
| XYZ | 62.82 | 73.33 | 40.12 | - |
| YUV | 217.12 | 90.69 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 151 | 0.04 | 0 | 0.34 | 0.10 | 67.69 | 0.6 | 0.75 |
| Hex | DB | E5 | 97 | 4 | 0 | 22 | A | 44 | 3C | 4B |
| Octal | 333 | 345 | 227 | 4 | 0 | 42 | 12 | 104 | 74 | 113 |
| Binary | 11011011 | 11100101 | 10010111 | 100 | 0 | 100010 | 1010 | 1000100 | 111100 | 1001011 |
Color Harmonies of #DBE597
Complementary color
Monochromatic Colors of #DBE597
Black with #DBE597
Text Example
Text Example
White with #DBE597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE597; }
p { color: rgb(219,229,151); }
H1.HeaderClassName
{
color: #DBE597;
}
.AnyTagClassName
{
color: #DBE597;
}
</style>
background-color css
<style>
a { background-color: #DBE597; }
a { background-color: rgb(219,229,151); }
div.DivClassName
{
background-color: #DBE597;
}
.BgClassName
{
background-color: #DBE597;
}
</style>
border-color css
<style>
span { border-color: #DBE597; }
span { border-color: rgb(219,229,151); }
td.TdClassName
{
border-color: #DBE597;
}
.TagClassName
{
border-color: #DBE597;
}
</style>