Shades of Primrose #DBE691
Tints of Primrose #DBE691
RGB
CMYK
RGB Variations
Color information
#DBE691 (or 0xDBE691) is known color: Primrose. HEX triplet: DB, E6 and 91. RGB value is (219,230,145). Sum of RGB (Red+Green+Blue) = 219+230+145=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 230 (90.23% from 255 or 38.72% from 594); Blue value is 145 (57.03% from 255 or 24.41% from 594); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE691 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE691 is #24196E. Grayscale: #D9D9D9. Windows color (decimal): -2365807 or 9561819. OLE color: 9561819.
HSL color Cylindrical-coordinate representation of color #DBE691: hue angle of 67.76º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBE691 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 145 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.10 |
| HSL | 67.76º | 0.63% | 0.74% | - |
| HSV(B) | 67.76º | 0.37% | 0.9% | - |
| XYZ | 62.62 | 73.7 | 37.71 | - |
| YUV | 217.02 | 87.36 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 145 | 0.05 | 0 | 0.37 | 0.10 | 67.76 | 0.63 | 0.74 |
| Hex | DB | E6 | 91 | 5 | 0 | 25 | A | 44 | 3F | 4A |
| Octal | 333 | 346 | 221 | 5 | 0 | 45 | 12 | 104 | 77 | 112 |
| Binary | 11011011 | 11100110 | 10010001 | 101 | 0 | 100101 | 1010 | 1000100 | 111111 | 1001010 |
Color Harmonies of #DBE691
Complementary color
Monochromatic Colors of #DBE691
Black with #DBE691
Text Example
Text Example
White with #DBE691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE691; }
p { color: rgb(219,230,145); }
H1.HeaderClassName
{
color: #DBE691;
}
.AnyTagClassName
{
color: #DBE691;
}
</style>
background-color css
<style>
a { background-color: #DBE691; }
a { background-color: rgb(219,230,145); }
div.DivClassName
{
background-color: #DBE691;
}
.BgClassName
{
background-color: #DBE691;
}
</style>
border-color css
<style>
span { border-color: #DBE691; }
span { border-color: rgb(219,230,145); }
td.TdClassName
{
border-color: #DBE691;
}
.TagClassName
{
border-color: #DBE691;
}
</style>