Shades of Primrose #DFDD86
Tints of Primrose #DFDD86
RGB
CMYK
RGB Variations
Color information
#DFDD86 (or 0xDFDD86) is known color: Primrose. HEX triplet: DF, DD and 86. RGB value is (223,221,134). Sum of RGB (Red+Green+Blue) = 223+221+134=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 134 (52.73% from 255 or 23.18% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD86 is #202279. Grayscale: #D4D4D4. Windows color (decimal): -2105978 or 8838623. OLE color: 8838623.
HSL color Cylindrical-coordinate representation of color #DFDD86: hue angle of 58.65º 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 #DFDD86 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 134 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.13 |
| HSL | 58.65º | 0.58% | 0.7% | - |
| HSV(B) | 58.65º | 0.4% | 0.87% | - |
| XYZ | 60.59 | 69.12 | 32.7 | - |
| YUV | 211.68 | 84.16 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 134 | 0 | 0.01 | 0.40 | 0.13 | 58.65 | 0.58 | 0.7 |
| Hex | DF | DD | 86 | 0 | 1 | 28 | D | 3B | 3A | 46 |
| Octal | 337 | 335 | 206 | 0 | 1 | 50 | 15 | 73 | 72 | 106 |
| Binary | 11011111 | 11011101 | 10000110 | 0 | 1 | 101000 | 1101 | 111011 | 111010 | 1000110 |
Color Harmonies of #DFDD86
Complementary color
Monochromatic Colors of #DFDD86
Black with #DFDD86
Text Example
Text Example
White with #DFDD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD86; }
p { color: rgb(223,221,134); }
H1.HeaderClassName
{
color: #DFDD86;
}
.AnyTagClassName
{
color: #DFDD86;
}
</style>
background-color css
<style>
a { background-color: #DFDD86; }
a { background-color: rgb(223,221,134); }
div.DivClassName
{
background-color: #DFDD86;
}
.BgClassName
{
background-color: #DFDD86;
}
</style>
border-color css
<style>
span { border-color: #DFDD86; }
span { border-color: rgb(223,221,134); }
td.TdClassName
{
border-color: #DFDD86;
}
.TagClassName
{
border-color: #DFDD86;
}
</style>