Shades of Primrose #D9D88E
Tints of Primrose #D9D88E
RGB
CMYK
RGB Variations
Color information
#D9D88E (or 0xD9D88E) is known color: Primrose. HEX triplet: D9, D8 and 8E. RGB value is (217,216,142). Sum of RGB (Red+Green+Blue) = 217+216+142=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 142 (55.86% from 255 or 24.70% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D88E is #262771. Grayscale: #D0D0D0. Windows color (decimal): -2500466 or 9361625. OLE color: 9361625.
HSL color Cylindrical-coordinate representation of color #D9D88E: hue angle of 59.2º 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 #D9D88E is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 216 | 142 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.15 |
| HSL | 59.2º | 0.5% | 0.7% | - |
| HSV(B) | 59.2º | 0.35% | 0.85% | - |
| XYZ | 58.05 | 65.82 | 35.24 | - |
| YUV | 207.86 | 90.83 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 216 | 142 | 0 | 0.00 | 0.35 | 0.15 | 59.2 | 0.5 | 0.7 |
| Hex | D9 | D8 | 8E | 0 | 0 | 23 | F | 3B | 32 | 46 |
| Octal | 331 | 330 | 216 | 0 | 0 | 43 | 17 | 73 | 62 | 106 |
| Binary | 11011001 | 11011000 | 10001110 | 0 | 0 | 100011 | 1111 | 111011 | 110010 | 1000110 |
Color Harmonies of #D9D88E
Complementary color
Monochromatic Colors of #D9D88E
Black with #D9D88E
Text Example
Text Example
White with #D9D88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D88E; }
p { color: rgb(217,216,142); }
H1.HeaderClassName
{
color: #D9D88E;
}
.AnyTagClassName
{
color: #D9D88E;
}
</style>
background-color css
<style>
a { background-color: #D9D88E; }
a { background-color: rgb(217,216,142); }
div.DivClassName
{
background-color: #D9D88E;
}
.BgClassName
{
background-color: #D9D88E;
}
</style>
border-color css
<style>
span { border-color: #D9D88E; }
span { border-color: rgb(217,216,142); }
td.TdClassName
{
border-color: #D9D88E;
}
.TagClassName
{
border-color: #D9D88E;
}
</style>