Shades of Primrose #D8DC89
Tints of Primrose #D8DC89
RGB
CMYK
RGB Variations
Color information
#D8DC89 (or 0xD8DC89) is known color: Primrose. HEX triplet: D8, DC and 89. RGB value is (216,220,137). Sum of RGB (Red+Green+Blue) = 216+220+137=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 137 (53.91% from 255 or 23.91% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DC89 is #272376. Grayscale: #D1D1D1. Windows color (decimal): -2564983 or 9034968. OLE color: 9034968.
HSL color Cylindrical-coordinate representation of color #D8DC89: hue angle of 62.89º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8DC89 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 137 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.14 |
| HSL | 62.89º | 0.54% | 0.7% | - |
| HSV(B) | 62.89º | 0.38% | 0.86% | - |
| XYZ | 58.43 | 67.59 | 33.63 | - |
| YUV | 209.34 | 87.17 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 137 | 0.02 | 0 | 0.38 | 0.14 | 62.89 | 0.54 | 0.7 |
| Hex | D8 | DC | 89 | 2 | 0 | 26 | E | 3F | 36 | 46 |
| Octal | 330 | 334 | 211 | 2 | 0 | 46 | 16 | 77 | 66 | 106 |
| Binary | 11011000 | 11011100 | 10001001 | 10 | 0 | 100110 | 1110 | 111111 | 110110 | 1000110 |
Color Harmonies of #D8DC89
Complementary color
Monochromatic Colors of #D8DC89
Black with #D8DC89
Text Example
Text Example
White with #D8DC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DC89; }
p { color: rgb(216,220,137); }
H1.HeaderClassName
{
color: #D8DC89;
}
.AnyTagClassName
{
color: #D8DC89;
}
</style>
background-color css
<style>
a { background-color: #D8DC89; }
a { background-color: rgb(216,220,137); }
div.DivClassName
{
background-color: #D8DC89;
}
.BgClassName
{
background-color: #D8DC89;
}
</style>
border-color css
<style>
span { border-color: #D8DC89; }
span { border-color: rgb(216,220,137); }
td.TdClassName
{
border-color: #D8DC89;
}
.TagClassName
{
border-color: #D8DC89;
}
</style>