Shades of Primrose #D9E187
Tints of Primrose #D9E187
RGB
CMYK
RGB Variations
Color information
#D9E187 (or 0xD9E187) is known color: Primrose. HEX triplet: D9, E1 and 87. RGB value is (217,225,135). Sum of RGB (Red+Green+Blue) = 217+225+135=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 225 (88.28% from 255 or 38.99% from 577); Blue value is 135 (53.12% from 255 or 23.40% from 577); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E187 is #261E78. Grayscale: #D4D4D4. Windows color (decimal): -2498169 or 8905177. OLE color: 8905177.
HSL color Cylindrical-coordinate representation of color #D9E187: hue angle of 65.33º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9E187 is Cyan = 0.04, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 135 | - |
| CMYK | 0.04 | 0 | 0.4 | 0.12 |
| HSL | 65.33º | 0.6% | 0.71% | - |
| HSV(B) | 65.33º | 0.4% | 0.88% | - |
| XYZ | 59.91 | 70.35 | 33.34 | - |
| YUV | 212.35 | 84.35 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 135 | 0.04 | 0 | 0.4 | 0.12 | 65.33 | 0.6 | 0.71 |
| Hex | D9 | E1 | 87 | 4 | 0 | 28 | C | 41 | 3C | 47 |
| Octal | 331 | 341 | 207 | 4 | 0 | 50 | 14 | 101 | 74 | 107 |
| Binary | 11011001 | 11100001 | 10000111 | 100 | 0 | 101000 | 1100 | 1000001 | 111100 | 1000111 |
Color Harmonies of #D9E187
Complementary color
Monochromatic Colors of #D9E187
Black with #D9E187
Text Example
Text Example
White with #D9E187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E187; }
p { color: rgb(217,225,135); }
H1.HeaderClassName
{
color: #D9E187;
}
.AnyTagClassName
{
color: #D9E187;
}
</style>
background-color css
<style>
a { background-color: #D9E187; }
a { background-color: rgb(217,225,135); }
div.DivClassName
{
background-color: #D9E187;
}
.BgClassName
{
background-color: #D9E187;
}
</style>
border-color css
<style>
span { border-color: #D9E187; }
span { border-color: rgb(217,225,135); }
td.TdClassName
{
border-color: #D9E187;
}
.TagClassName
{
border-color: #D9E187;
}
</style>