Shades of Primrose #DFDE86
Tints of Primrose #DFDE86
RGB
CMYK
RGB Variations
Color information
#DFDE86 (or 0xDFDE86) is known color: Primrose. HEX triplet: DF, DE and 86. RGB value is (223,222,134). Sum of RGB (Red+Green+Blue) = 223+222+134=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 134 (52.73% from 255 or 23.14% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDE86 is #202179. Grayscale: #D4D4D4. Windows color (decimal): -2105722 or 8838879. OLE color: 8838879.
HSL color Cylindrical-coordinate representation of color #DFDE86: hue angle of 59.33º 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 #DFDE86 is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 134 | - |
| CMYK | 0 | 0.00 | 0.40 | 0.13 |
| HSL | 59.33º | 0.58% | 0.7% | - |
| HSV(B) | 59.33º | 0.4% | 0.87% | - |
| XYZ | 60.86 | 69.65 | 32.79 | - |
| YUV | 212.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 134 | 0 | 0.00 | 0.40 | 0.13 | 59.33 | 0.58 | 0.7 |
| Hex | DF | DE | 86 | 0 | 0 | 28 | D | 3B | 3A | 46 |
| Octal | 337 | 336 | 206 | 0 | 0 | 50 | 15 | 73 | 72 | 106 |
| Binary | 11011111 | 11011110 | 10000110 | 0 | 0 | 101000 | 1101 | 111011 | 111010 | 1000110 |
Color Harmonies of #DFDE86
Complementary color
Monochromatic Colors of #DFDE86
Black with #DFDE86
Text Example
Text Example
White with #DFDE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE86; }
p { color: rgb(223,222,134); }
H1.HeaderClassName
{
color: #DFDE86;
}
.AnyTagClassName
{
color: #DFDE86;
}
</style>
background-color css
<style>
a { background-color: #DFDE86; }
a { background-color: rgb(223,222,134); }
div.DivClassName
{
background-color: #DFDE86;
}
.BgClassName
{
background-color: #DFDE86;
}
</style>
border-color css
<style>
span { border-color: #DFDE86; }
span { border-color: rgb(223,222,134); }
td.TdClassName
{
border-color: #DFDE86;
}
.TagClassName
{
border-color: #DFDE86;
}
</style>