Shades of Primrose #D9E091
Tints of Primrose #D9E091
RGB
CMYK
RGB Variations
Color information
#D9E091 (or 0xD9E091) is known color: Primrose. HEX triplet: D9, E0 and 91. RGB value is (217,224,145). Sum of RGB (Red+Green+Blue) = 217+224+145=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 145 (57.03% from 255 or 24.74% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E091 is #261F6E. Grayscale: #D5D5D5. Windows color (decimal): -2498415 or 9560281. OLE color: 9560281.
HSL color Cylindrical-coordinate representation of color #D9E091: hue angle of 65.32º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9E091 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 145 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.12 |
| HSL | 65.32º | 0.56% | 0.72% | - |
| HSV(B) | 65.32º | 0.35% | 0.88% | - |
| XYZ | 60.38 | 70.11 | 37.14 | - |
| YUV | 212.9 | 89.68 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 145 | 0.03 | 0 | 0.35 | 0.12 | 65.32 | 0.56 | 0.72 |
| Hex | D9 | E0 | 91 | 3 | 0 | 23 | C | 41 | 38 | 48 |
| Octal | 331 | 340 | 221 | 3 | 0 | 43 | 14 | 101 | 70 | 110 |
| Binary | 11011001 | 11100000 | 10010001 | 11 | 0 | 100011 | 1100 | 1000001 | 111000 | 1001000 |
Color Harmonies of #D9E091
Complementary color
Monochromatic Colors of #D9E091
Black with #D9E091
Text Example
Text Example
White with #D9E091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E091; }
p { color: rgb(217,224,145); }
H1.HeaderClassName
{
color: #D9E091;
}
.AnyTagClassName
{
color: #D9E091;
}
</style>
background-color css
<style>
a { background-color: #D9E091; }
a { background-color: rgb(217,224,145); }
div.DivClassName
{
background-color: #D9E091;
}
.BgClassName
{
background-color: #D9E091;
}
</style>
border-color css
<style>
span { border-color: #D9E091; }
span { border-color: rgb(217,224,145); }
td.TdClassName
{
border-color: #D9E091;
}
.TagClassName
{
border-color: #D9E091;
}
</style>