Shades of Primrose #DBE689
Tints of Primrose #DBE689
RGB
CMYK
RGB Variations
Color information
#DBE689 (or 0xDBE689) is known color: Primrose. HEX triplet: DB, E6 and 89. RGB value is (219,230,137). Sum of RGB (Red+Green+Blue) = 219+230+137=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 137 (53.91% from 255 or 23.38% from 586); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE689 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE689 is #241976. Grayscale: #D8D8D8. Windows color (decimal): -2365815 or 9037531. OLE color: 9037531.
HSL color Cylindrical-coordinate representation of color #DBE689: hue angle of 67.1º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBE689 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 137 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.10 |
| HSL | 67.1º | 0.65% | 0.72% | - |
| HSV(B) | 67.1º | 0.4% | 0.9% | - |
| XYZ | 62.03 | 73.46 | 34.58 | - |
| YUV | 216.11 | 83.36 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 137 | 0.05 | 0 | 0.40 | 0.10 | 67.1 | 0.65 | 0.72 |
| Hex | DB | E6 | 89 | 5 | 0 | 28 | A | 43 | 41 | 48 |
| Octal | 333 | 346 | 211 | 5 | 0 | 50 | 12 | 103 | 101 | 110 |
| Binary | 11011011 | 11100110 | 10001001 | 101 | 0 | 101000 | 1010 | 1000011 | 1000001 | 1001000 |
Color Harmonies of #DBE689
Complementary color
Monochromatic Colors of #DBE689
Black with #DBE689
Text Example
Text Example
White with #DBE689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE689; }
p { color: rgb(219,230,137); }
H1.HeaderClassName
{
color: #DBE689;
}
.AnyTagClassName
{
color: #DBE689;
}
</style>
background-color css
<style>
a { background-color: #DBE689; }
a { background-color: rgb(219,230,137); }
div.DivClassName
{
background-color: #DBE689;
}
.BgClassName
{
background-color: #DBE689;
}
</style>
border-color css
<style>
span { border-color: #DBE689; }
span { border-color: rgb(219,230,137); }
td.TdClassName
{
border-color: #DBE689;
}
.TagClassName
{
border-color: #DBE689;
}
</style>