Shades of Primrose #DED886
Tints of Primrose #DED886
RGB
CMYK
RGB Variations
Color information
#DED886 (or 0xDED886) is known color: Primrose. HEX triplet: DE, D8 and 86. RGB value is (222,216,134). Sum of RGB (Red+Green+Blue) = 222+216+134=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 134 (52.73% from 255 or 23.43% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DED886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED886 is #212779. Grayscale: #D0D0D0. Windows color (decimal): -2172794 or 8837342. OLE color: 8837342.
HSL color Cylindrical-coordinate representation of color #DED886: hue angle of 55.91º degrees, saturation: 0.57, 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 #DED886 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 134 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.13 |
| HSL | 55.91º | 0.57% | 0.7% | - |
| HSV(B) | 55.91º | 0.4% | 0.87% | - |
| XYZ | 58.98 | 66.36 | 32.25 | - |
| YUV | 208.45 | 85.99 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 134 | 0 | 0.03 | 0.40 | 0.13 | 55.91 | 0.57 | 0.7 |
| Hex | DE | D8 | 86 | 0 | 3 | 28 | D | 38 | 39 | 46 |
| Octal | 336 | 330 | 206 | 0 | 3 | 50 | 15 | 70 | 71 | 106 |
| Binary | 11011110 | 11011000 | 10000110 | 0 | 11 | 101000 | 1101 | 111000 | 111001 | 1000110 |
Color Harmonies of #DED886
Complementary color
Monochromatic Colors of #DED886
Black with #DED886
Text Example
Text Example
White with #DED886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED886; }
p { color: rgb(222,216,134); }
H1.HeaderClassName
{
color: #DED886;
}
.AnyTagClassName
{
color: #DED886;
}
</style>
background-color css
<style>
a { background-color: #DED886; }
a { background-color: rgb(222,216,134); }
div.DivClassName
{
background-color: #DED886;
}
.BgClassName
{
background-color: #DED886;
}
</style>
border-color css
<style>
span { border-color: #DED886; }
span { border-color: rgb(222,216,134); }
td.TdClassName
{
border-color: #DED886;
}
.TagClassName
{
border-color: #DED886;
}
</style>