Shades of Primrose #D9D89A
Tints of Primrose #D9D89A
RGB
CMYK
RGB Variations
Color information
#D9D89A (or 0xD9D89A) is known color: Primrose. HEX triplet: D9, D8 and 9A. RGB value is (217,216,154). Sum of RGB (Red+Green+Blue) = 217+216+154=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D89A is #262765. Grayscale: #D1D1D1. Windows color (decimal): -2500454 or 10148057. OLE color: 10148057.
HSL color Cylindrical-coordinate representation of color #D9D89A: hue angle of 59.05º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9D89A is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 216 | 154 | - |
| CMYK | 0 | 0.00 | 0.29 | 0.15 |
| HSL | 59.05º | 0.45% | 0.73% | - |
| HSV(B) | 59.05º | 0.29% | 0.85% | - |
| XYZ | 59 | 66.2 | 40.24 | - |
| YUV | 209.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 216 | 154 | 0 | 0.00 | 0.29 | 0.15 | 59.05 | 0.45 | 0.73 |
| Hex | D9 | D8 | 9A | 0 | 0 | 1D | F | 3B | 2D | 49 |
| Octal | 331 | 330 | 232 | 0 | 0 | 35 | 17 | 73 | 55 | 111 |
| Binary | 11011001 | 11011000 | 10011010 | 0 | 0 | 11101 | 1111 | 111011 | 101101 | 1001001 |
Color Harmonies of #D9D89A
Complementary color
Monochromatic Colors of #D9D89A
Black with #D9D89A
Text Example
Text Example
White with #D9D89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D89A; }
p { color: rgb(217,216,154); }
H1.HeaderClassName
{
color: #D9D89A;
}
.AnyTagClassName
{
color: #D9D89A;
}
</style>
background-color css
<style>
a { background-color: #D9D89A; }
a { background-color: rgb(217,216,154); }
div.DivClassName
{
background-color: #D9D89A;
}
.BgClassName
{
background-color: #D9D89A;
}
</style>
border-color css
<style>
span { border-color: #D9D89A; }
span { border-color: rgb(217,216,154); }
td.TdClassName
{
border-color: #D9D89A;
}
.TagClassName
{
border-color: #D9D89A;
}
</style>