Shades of Primrose #DED881
Tints of Primrose #DED881
RGB
CMYK
RGB Variations
Color information
#DED881 (or 0xDED881) is known color: Primrose. HEX triplet: DE, D8 and 81. RGB value is (222,216,129). Sum of RGB (Red+Green+Blue) = 222+216+129=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 129 (50.78% from 255 or 22.75% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DED881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED881 is #21277E. Grayscale: #D0D0D0. Windows color (decimal): -2172799 or 8509662. OLE color: 8509662.
HSL color Cylindrical-coordinate representation of color #DED881: hue angle of 56.13º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DED881 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 129 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.13 |
| HSL | 56.13º | 0.58% | 0.69% | - |
| HSV(B) | 56.13º | 0.42% | 0.87% | - |
| XYZ | 58.64 | 66.23 | 30.46 | - |
| YUV | 207.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 129 | 0 | 0.03 | 0.42 | 0.13 | 56.13 | 0.58 | 0.69 |
| Hex | DE | D8 | 81 | 0 | 3 | 2A | D | 38 | 3A | 45 |
| Octal | 336 | 330 | 201 | 0 | 3 | 52 | 15 | 70 | 72 | 105 |
| Binary | 11011110 | 11011000 | 10000001 | 0 | 11 | 101010 | 1101 | 111000 | 111010 | 1000101 |
Color Harmonies of #DED881
Complementary color
Monochromatic Colors of #DED881
Black with #DED881
Text Example
Text Example
White with #DED881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED881; }
p { color: rgb(222,216,129); }
H1.HeaderClassName
{
color: #DED881;
}
.AnyTagClassName
{
color: #DED881;
}
</style>
background-color css
<style>
a { background-color: #DED881; }
a { background-color: rgb(222,216,129); }
div.DivClassName
{
background-color: #DED881;
}
.BgClassName
{
background-color: #DED881;
}
</style>
border-color css
<style>
span { border-color: #DED881; }
span { border-color: rgb(222,216,129); }
td.TdClassName
{
border-color: #DED881;
}
.TagClassName
{
border-color: #DED881;
}
</style>