Shades of Primrose #DBE699
Tints of Primrose #DBE699
RGB
CMYK
RGB Variations
Color information
#DBE699 (or 0xDBE699) is known color: Primrose. HEX triplet: DB, E6 and 99. RGB value is (219,230,153). Sum of RGB (Red+Green+Blue) = 219+230+153=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 153 (60.16% from 255 or 25.42% from 602); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE699 is #241966. Grayscale: #DADADA. Windows color (decimal): -2365799 or 10086107. OLE color: 10086107.
HSL color Cylindrical-coordinate representation of color #DBE699: hue angle of 68.57º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBE699 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 153 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.10 |
| HSL | 68.57º | 0.61% | 0.75% | - |
| HSV(B) | 68.57º | 0.33% | 0.9% | - |
| XYZ | 63.26 | 73.95 | 41.08 | - |
| YUV | 217.93 | 91.36 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 153 | 0.05 | 0 | 0.33 | 0.10 | 68.57 | 0.61 | 0.75 |
| Hex | DB | E6 | 99 | 5 | 0 | 21 | A | 45 | 3D | 4B |
| Octal | 333 | 346 | 231 | 5 | 0 | 41 | 12 | 105 | 75 | 113 |
| Binary | 11011011 | 11100110 | 10011001 | 101 | 0 | 100001 | 1010 | 1000101 | 111101 | 1001011 |
Color Harmonies of #DBE699
Complementary color
Monochromatic Colors of #DBE699
Black with #DBE699
Text Example
Text Example
White with #DBE699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE699; }
p { color: rgb(219,230,153); }
H1.HeaderClassName
{
color: #DBE699;
}
.AnyTagClassName
{
color: #DBE699;
}
</style>
background-color css
<style>
a { background-color: #DBE699; }
a { background-color: rgb(219,230,153); }
div.DivClassName
{
background-color: #DBE699;
}
.BgClassName
{
background-color: #DBE699;
}
</style>
border-color css
<style>
span { border-color: #DBE699; }
span { border-color: rgb(219,230,153); }
td.TdClassName
{
border-color: #DBE699;
}
.TagClassName
{
border-color: #DBE699;
}
</style>