Shades of Primrose #D9E287
Tints of Primrose #D9E287
RGB
CMYK
RGB Variations
Color information
#D9E287 (or 0xD9E287) is known color: Primrose. HEX triplet: D9, E2 and 87. RGB value is (217,226,135). Sum of RGB (Red+Green+Blue) = 217+226+135=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 226 (88.67% from 255 or 39.10% from 578); Blue value is 135 (53.12% from 255 or 23.36% from 578); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E287 is #261D78. Grayscale: #D5D5D5. Windows color (decimal): -2497913 or 8905433. OLE color: 8905433.
HSL color Cylindrical-coordinate representation of color #D9E287: hue angle of 65.93º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9E287 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 226 | 135 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.11 |
| HSL | 65.93º | 0.61% | 0.71% | - |
| HSV(B) | 65.93º | 0.4% | 0.89% | - |
| XYZ | 60.18 | 70.89 | 33.43 | - |
| YUV | 212.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 226 | 135 | 0.04 | 0 | 0.40 | 0.11 | 65.93 | 0.61 | 0.71 |
| Hex | D9 | E2 | 87 | 4 | 0 | 28 | B | 42 | 3D | 47 |
| Octal | 331 | 342 | 207 | 4 | 0 | 50 | 13 | 102 | 75 | 107 |
| Binary | 11011001 | 11100010 | 10000111 | 100 | 0 | 101000 | 1011 | 1000010 | 111101 | 1000111 |
Color Harmonies of #D9E287
Complementary color
Monochromatic Colors of #D9E287
Black with #D9E287
Text Example
Text Example
White with #D9E287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E287; }
p { color: rgb(217,226,135); }
H1.HeaderClassName
{
color: #D9E287;
}
.AnyTagClassName
{
color: #D9E287;
}
</style>
background-color css
<style>
a { background-color: #D9E287; }
a { background-color: rgb(217,226,135); }
div.DivClassName
{
background-color: #D9E287;
}
.BgClassName
{
background-color: #D9E287;
}
</style>
border-color css
<style>
span { border-color: #D9E287; }
span { border-color: rgb(217,226,135); }
td.TdClassName
{
border-color: #D9E287;
}
.TagClassName
{
border-color: #D9E287;
}
</style>