Shades of Primrose #D9DC87
Tints of Primrose #D9DC87
RGB
CMYK
RGB Variations
Color information
#D9DC87 (or 0xD9DC87) is known color: Primrose. HEX triplet: D9, DC and 87. RGB value is (217,220,135). Sum of RGB (Red+Green+Blue) = 217+220+135=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 135 (53.12% from 255 or 23.60% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DC87 is #262378. Grayscale: #D1D1D1. Windows color (decimal): -2499449 or 8903897. OLE color: 8903897.
HSL color Cylindrical-coordinate representation of color #D9DC87: hue angle of 62.12º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9DC87 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 135 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.14 |
| HSL | 62.12º | 0.55% | 0.7% | - |
| HSV(B) | 62.12º | 0.39% | 0.86% | - |
| XYZ | 58.58 | 67.69 | 32.9 | - |
| YUV | 209.41 | 86.01 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 135 | 0.01 | 0 | 0.39 | 0.14 | 62.12 | 0.55 | 0.7 |
| Hex | D9 | DC | 87 | 1 | 0 | 27 | E | 3E | 37 | 46 |
| Octal | 331 | 334 | 207 | 1 | 0 | 47 | 16 | 76 | 67 | 106 |
| Binary | 11011001 | 11011100 | 10000111 | 1 | 0 | 100111 | 1110 | 111110 | 110111 | 1000110 |
Color Harmonies of #D9DC87
Complementary color
Monochromatic Colors of #D9DC87
Black with #D9DC87
Text Example
Text Example
White with #D9DC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC87; }
p { color: rgb(217,220,135); }
H1.HeaderClassName
{
color: #D9DC87;
}
.AnyTagClassName
{
color: #D9DC87;
}
</style>
background-color css
<style>
a { background-color: #D9DC87; }
a { background-color: rgb(217,220,135); }
div.DivClassName
{
background-color: #D9DC87;
}
.BgClassName
{
background-color: #D9DC87;
}
</style>
border-color css
<style>
span { border-color: #D9DC87; }
span { border-color: rgb(217,220,135); }
td.TdClassName
{
border-color: #D9DC87;
}
.TagClassName
{
border-color: #D9DC87;
}
</style>