Shades of Primrose #D8D98E
Tints of Primrose #D8D98E
RGB
CMYK
RGB Variations
Color information
#D8D98E (or 0xD8D98E) is known color: Primrose. HEX triplet: D8, D9 and 8E. RGB value is (216,217,142). Sum of RGB (Red+Green+Blue) = 216+217+142=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 142 (55.86% from 255 or 24.70% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D98E is #272671. Grayscale: #D0D0D0. Windows color (decimal): -2565746 or 9361880. OLE color: 9361880.
HSL color Cylindrical-coordinate representation of color #D8D98E: hue angle of 60.8º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8D98E is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 217 | 142 | - |
| CMYK | 0.00 | 0 | 0.35 | 0.15 |
| HSL | 60.8º | 0.5% | 0.7% | - |
| HSV(B) | 60.8º | 0.35% | 0.85% | - |
| XYZ | 58.01 | 66.18 | 35.31 | - |
| YUV | 208.15 | 90.67 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 217 | 142 | 0.00 | 0 | 0.35 | 0.15 | 60.8 | 0.5 | 0.7 |
| Hex | D8 | D9 | 8E | 0 | 0 | 23 | F | 3D | 32 | 46 |
| Octal | 330 | 331 | 216 | 0 | 0 | 43 | 17 | 75 | 62 | 106 |
| Binary | 11011000 | 11011001 | 10001110 | 0 | 0 | 100011 | 1111 | 111101 | 110010 | 1000110 |
Color Harmonies of #D8D98E
Complementary color
Monochromatic Colors of #D8D98E
Black with #D8D98E
Text Example
Text Example
White with #D8D98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D98E; }
p { color: rgb(216,217,142); }
H1.HeaderClassName
{
color: #D8D98E;
}
.AnyTagClassName
{
color: #D8D98E;
}
</style>
background-color css
<style>
a { background-color: #D8D98E; }
a { background-color: rgb(216,217,142); }
div.DivClassName
{
background-color: #D8D98E;
}
.BgClassName
{
background-color: #D8D98E;
}
</style>
border-color css
<style>
span { border-color: #D8D98E; }
span { border-color: rgb(216,217,142); }
td.TdClassName
{
border-color: #D8D98E;
}
.TagClassName
{
border-color: #D8D98E;
}
</style>