Shades of Primrose #DFDF86
Tints of Primrose #DFDF86
RGB
CMYK
RGB Variations
Color information
#DFDF86 (or 0xDFDF86) is known color: Primrose. HEX triplet: DF, DF and 86. RGB value is (223,223,134). Sum of RGB (Red+Green+Blue) = 223+223+134=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 134 (52.73% from 255 or 23.10% from 580); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDF86 is #202079. Grayscale: #D5D5D5. Windows color (decimal): -2105466 or 8839135. OLE color: 8839135.
HSL color Cylindrical-coordinate representation of color #DFDF86: hue angle of 60º 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 #DFDF86 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 134 | - |
| CMYK | 0 | 0 | 0.40 | 0.13 |
| HSL | 60º | 0.58% | 0.7% | - |
| HSV(B) | 60º | 0.4% | 0.87% | - |
| XYZ | 61.12 | 70.18 | 32.88 | - |
| YUV | 212.85 | 83.5 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 134 | 0 | 0 | 0.40 | 0.13 | 60 | 0.58 | 0.7 |
| Hex | DF | DF | 86 | 0 | 0 | 28 | D | 3C | 3A | 46 |
| Octal | 337 | 337 | 206 | 0 | 0 | 50 | 15 | 74 | 72 | 106 |
| Binary | 11011111 | 11011111 | 10000110 | 0 | 0 | 101000 | 1101 | 111100 | 111010 | 1000110 |
Color Harmonies of #DFDF86
Complementary color
Monochromatic Colors of #DFDF86
Black with #DFDF86
Text Example
Text Example
White with #DFDF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF86; }
p { color: rgb(223,223,134); }
H1.HeaderClassName
{
color: #DFDF86;
}
.AnyTagClassName
{
color: #DFDF86;
}
</style>
background-color css
<style>
a { background-color: #DFDF86; }
a { background-color: rgb(223,223,134); }
div.DivClassName
{
background-color: #DFDF86;
}
.BgClassName
{
background-color: #DFDF86;
}
</style>
border-color css
<style>
span { border-color: #DFDF86; }
span { border-color: rgb(223,223,134); }
td.TdClassName
{
border-color: #DFDF86;
}
.TagClassName
{
border-color: #DFDF86;
}
</style>