Shades of Primrose #D9DF87
Tints of Primrose #D9DF87
RGB
CMYK
RGB Variations
Color information
#D9DF87 (or 0xD9DF87) is known color: Primrose. HEX triplet: D9, DF and 87. RGB value is (217,223,135). Sum of RGB (Red+Green+Blue) = 217+223+135=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 135 (53.12% from 255 or 23.48% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DF87 is #262078. Grayscale: #D3D3D3. Windows color (decimal): -2498681 or 8904665. OLE color: 8904665.
HSL color Cylindrical-coordinate representation of color #D9DF87: hue angle of 64.09º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9DF87 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 223 | 135 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.13 |
| HSL | 64.09º | 0.58% | 0.7% | - |
| HSV(B) | 64.09º | 0.39% | 0.87% | - |
| XYZ | 59.38 | 69.28 | 33.16 | - |
| YUV | 211.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 135 | 0.03 | 0 | 0.39 | 0.13 | 64.09 | 0.58 | 0.7 |
| Hex | D9 | DF | 87 | 3 | 0 | 27 | D | 40 | 3A | 46 |
| Octal | 331 | 337 | 207 | 3 | 0 | 47 | 15 | 100 | 72 | 106 |
| Binary | 11011001 | 11011111 | 10000111 | 11 | 0 | 100111 | 1101 | 1000000 | 111010 | 1000110 |
Color Harmonies of #D9DF87
Complementary color
Monochromatic Colors of #D9DF87
Black with #D9DF87
Text Example
Text Example
White with #D9DF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DF87; }
p { color: rgb(217,223,135); }
H1.HeaderClassName
{
color: #D9DF87;
}
.AnyTagClassName
{
color: #D9DF87;
}
</style>
background-color css
<style>
a { background-color: #D9DF87; }
a { background-color: rgb(217,223,135); }
div.DivClassName
{
background-color: #D9DF87;
}
.BgClassName
{
background-color: #D9DF87;
}
</style>
border-color css
<style>
span { border-color: #D9DF87; }
span { border-color: rgb(217,223,135); }
td.TdClassName
{
border-color: #D9DF87;
}
.TagClassName
{
border-color: #D9DF87;
}
</style>