Shades of Primrose #D9E191
Tints of Primrose #D9E191
RGB
CMYK
RGB Variations
Color information
#D9E191 (or 0xD9E191) is known color: Primrose. HEX triplet: D9, E1 and 91. RGB value is (217,225,145). Sum of RGB (Red+Green+Blue) = 217+225+145=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 145 (57.03% from 255 or 24.70% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E191 is #261E6E. Grayscale: #D5D5D5. Windows color (decimal): -2498159 or 9560537. OLE color: 9560537.
HSL color Cylindrical-coordinate representation of color #D9E191: hue angle of 66º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9E191 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 145 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.12 |
| HSL | 66º | 0.57% | 0.73% | - |
| HSV(B) | 66º | 0.36% | 0.88% | - |
| XYZ | 60.65 | 70.65 | 37.23 | - |
| YUV | 213.49 | 89.35 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 145 | 0.04 | 0 | 0.36 | 0.12 | 66 | 0.57 | 0.73 |
| Hex | D9 | E1 | 91 | 4 | 0 | 24 | C | 42 | 39 | 49 |
| Octal | 331 | 341 | 221 | 4 | 0 | 44 | 14 | 102 | 71 | 111 |
| Binary | 11011001 | 11100001 | 10010001 | 100 | 0 | 100100 | 1100 | 1000010 | 111001 | 1001001 |
Color Harmonies of #D9E191
Complementary color
Monochromatic Colors of #D9E191
Black with #D9E191
Text Example
Text Example
White with #D9E191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E191; }
p { color: rgb(217,225,145); }
H1.HeaderClassName
{
color: #D9E191;
}
.AnyTagClassName
{
color: #D9E191;
}
</style>
background-color css
<style>
a { background-color: #D9E191; }
a { background-color: rgb(217,225,145); }
div.DivClassName
{
background-color: #D9E191;
}
.BgClassName
{
background-color: #D9E191;
}
</style>
border-color css
<style>
span { border-color: #D9E191; }
span { border-color: rgb(217,225,145); }
td.TdClassName
{
border-color: #D9E191;
}
.TagClassName
{
border-color: #D9E191;
}
</style>