Shades of Primrose #D8DC87
Tints of Primrose #D8DC87
RGB
CMYK
RGB Variations
Color information
#D8DC87 (or 0xD8DC87) is known color: Primrose. HEX triplet: D8, DC and 87. RGB value is (216,220,135). Sum of RGB (Red+Green+Blue) = 216+220+135=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 135 (53.12% from 255 or 23.64% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DC87 is #272378. Grayscale: #D1D1D1. Windows color (decimal): -2564985 or 8903896. OLE color: 8903896.
HSL color Cylindrical-coordinate representation of color #D8DC87: hue angle of 62.82º 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 #D8DC87 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 135 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.14 |
| HSL | 62.82º | 0.55% | 0.7% | - |
| HSV(B) | 62.82º | 0.39% | 0.86% | - |
| XYZ | 58.29 | 67.53 | 32.89 | - |
| YUV | 209.11 | 86.17 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 135 | 0.02 | 0 | 0.39 | 0.14 | 62.82 | 0.55 | 0.7 |
| Hex | D8 | DC | 87 | 2 | 0 | 27 | E | 3F | 37 | 46 |
| Octal | 330 | 334 | 207 | 2 | 0 | 47 | 16 | 77 | 67 | 106 |
| Binary | 11011000 | 11011100 | 10000111 | 10 | 0 | 100111 | 1110 | 111111 | 110111 | 1000110 |
Color Harmonies of #D8DC87
Complementary color
Monochromatic Colors of #D8DC87
Black with #D8DC87
Text Example
Text Example
White with #D8DC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DC87; }
p { color: rgb(216,220,135); }
H1.HeaderClassName
{
color: #D8DC87;
}
.AnyTagClassName
{
color: #D8DC87;
}
</style>
background-color css
<style>
a { background-color: #D8DC87; }
a { background-color: rgb(216,220,135); }
div.DivClassName
{
background-color: #D8DC87;
}
.BgClassName
{
background-color: #D8DC87;
}
</style>
border-color css
<style>
span { border-color: #D8DC87; }
span { border-color: rgb(216,220,135); }
td.TdClassName
{
border-color: #D8DC87;
}
.TagClassName
{
border-color: #D8DC87;
}
</style>