Shades of Primrose #DFD986
Tints of Primrose #DFD986
RGB
CMYK
RGB Variations
Color information
#DFD986 (or 0xDFD986) is known color: Primrose. HEX triplet: DF, D9 and 86. RGB value is (223,217,134). Sum of RGB (Red+Green+Blue) = 223+217+134=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 134 (52.73% from 255 or 23.34% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD986 is #202679. Grayscale: #D1D1D1. Windows color (decimal): -2107002 or 8837599. OLE color: 8837599.
HSL color Cylindrical-coordinate representation of color #DFD986: hue angle of 55.96º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFD986 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 134 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.13 |
| HSL | 55.96º | 0.58% | 0.7% | - |
| HSV(B) | 55.96º | 0.4% | 0.87% | - |
| XYZ | 59.55 | 67.03 | 32.35 | - |
| YUV | 209.33 | 85.49 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 134 | 0 | 0.03 | 0.40 | 0.13 | 55.96 | 0.58 | 0.7 |
| Hex | DF | D9 | 86 | 0 | 3 | 28 | D | 38 | 3A | 46 |
| Octal | 337 | 331 | 206 | 0 | 3 | 50 | 15 | 70 | 72 | 106 |
| Binary | 11011111 | 11011001 | 10000110 | 0 | 11 | 101000 | 1101 | 111000 | 111010 | 1000110 |
Color Harmonies of #DFD986
Complementary color
Monochromatic Colors of #DFD986
Black with #DFD986
Text Example
Text Example
White with #DFD986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD986; }
p { color: rgb(223,217,134); }
H1.HeaderClassName
{
color: #DFD986;
}
.AnyTagClassName
{
color: #DFD986;
}
</style>
background-color css
<style>
a { background-color: #DFD986; }
a { background-color: rgb(223,217,134); }
div.DivClassName
{
background-color: #DFD986;
}
.BgClassName
{
background-color: #DFD986;
}
</style>
border-color css
<style>
span { border-color: #DFD986; }
span { border-color: rgb(223,217,134); }
td.TdClassName
{
border-color: #DFD986;
}
.TagClassName
{
border-color: #DFD986;
}
</style>