Shades of Primrose #DED889
Tints of Primrose #DED889
RGB
CMYK
RGB Variations
Color information
#DED889 (or 0xDED889) is known color: Primrose. HEX triplet: DE, D8 and 89. RGB value is (222,216,137). Sum of RGB (Red+Green+Blue) = 222+216+137=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 137 (53.91% from 255 or 23.83% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DED889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED889 is #212776. Grayscale: #D1D1D1. Windows color (decimal): -2172791 or 9033950. OLE color: 9033950.
HSL color Cylindrical-coordinate representation of color #DED889: hue angle of 55.76º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DED889 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 137 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.13 |
| HSL | 55.76º | 0.56% | 0.7% | - |
| HSV(B) | 55.76º | 0.38% | 0.87% | - |
| XYZ | 59.2 | 66.45 | 33.37 | - |
| YUV | 208.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 137 | 0 | 0.03 | 0.38 | 0.13 | 55.76 | 0.56 | 0.7 |
| Hex | DE | D8 | 89 | 0 | 3 | 26 | D | 38 | 38 | 46 |
| Octal | 336 | 330 | 211 | 0 | 3 | 46 | 15 | 70 | 70 | 106 |
| Binary | 11011110 | 11011000 | 10001001 | 0 | 11 | 100110 | 1101 | 111000 | 111000 | 1000110 |
Color Harmonies of #DED889
Complementary color
Monochromatic Colors of #DED889
Black with #DED889
Text Example
Text Example
White with #DED889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED889; }
p { color: rgb(222,216,137); }
H1.HeaderClassName
{
color: #DED889;
}
.AnyTagClassName
{
color: #DED889;
}
</style>
background-color css
<style>
a { background-color: #DED889; }
a { background-color: rgb(222,216,137); }
div.DivClassName
{
background-color: #DED889;
}
.BgClassName
{
background-color: #DED889;
}
</style>
border-color css
<style>
span { border-color: #DED889; }
span { border-color: rgb(222,216,137); }
td.TdClassName
{
border-color: #DED889;
}
.TagClassName
{
border-color: #DED889;
}
</style>