Shades of Primrose #D9D893
Tints of Primrose #D9D893
RGB
CMYK
RGB Variations
Color information
#D9D893 (or 0xD9D893) is known color: Primrose. HEX triplet: D9, D8 and 93. RGB value is (217,216,147). Sum of RGB (Red+Green+Blue) = 217+216+147=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 147 (57.81% from 255 or 25.34% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D893 is #26276C. Grayscale: #D0D0D0. Windows color (decimal): -2500461 or 9689305. OLE color: 9689305.
HSL color Cylindrical-coordinate representation of color #D9D893: hue angle of 59.14º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9D893 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 216 | 147 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.15 |
| HSL | 59.14º | 0.48% | 0.71% | - |
| HSV(B) | 59.14º | 0.32% | 0.85% | - |
| XYZ | 58.44 | 65.97 | 37.26 | - |
| YUV | 208.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 216 | 147 | 0 | 0.00 | 0.32 | 0.15 | 59.14 | 0.48 | 0.71 |
| Hex | D9 | D8 | 93 | 0 | 0 | 20 | F | 3B | 30 | 47 |
| Octal | 331 | 330 | 223 | 0 | 0 | 40 | 17 | 73 | 60 | 107 |
| Binary | 11011001 | 11011000 | 10010011 | 0 | 0 | 100000 | 1111 | 111011 | 110000 | 1000111 |
Color Harmonies of #D9D893
Complementary color
Monochromatic Colors of #D9D893
Black with #D9D893
Text Example
Text Example
White with #D9D893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D893; }
p { color: rgb(217,216,147); }
H1.HeaderClassName
{
color: #D9D893;
}
.AnyTagClassName
{
color: #D9D893;
}
</style>
background-color css
<style>
a { background-color: #D9D893; }
a { background-color: rgb(217,216,147); }
div.DivClassName
{
background-color: #D9D893;
}
.BgClassName
{
background-color: #D9D893;
}
</style>
border-color css
<style>
span { border-color: #D9D893; }
span { border-color: rgb(217,216,147); }
td.TdClassName
{
border-color: #D9D893;
}
.TagClassName
{
border-color: #D9D893;
}
</style>