Shades of Primrose #DED981
Tints of Primrose #DED981
RGB
CMYK
RGB Variations
Color information
#DED981 (or 0xDED981) is known color: Primrose. HEX triplet: DE, D9 and 81. RGB value is (222,217,129). Sum of RGB (Red+Green+Blue) = 222+217+129=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 129 (50.78% from 255 or 22.71% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DED981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED981 is #21267E. Grayscale: #D0D0D0. Windows color (decimal): -2172543 or 8509918. OLE color: 8509918.
HSL color Cylindrical-coordinate representation of color #DED981: hue angle of 56.77º 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 #DED981 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 129 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.13 |
| HSL | 56.77º | 0.58% | 0.69% | - |
| HSV(B) | 56.77º | 0.42% | 0.87% | - |
| XYZ | 58.9 | 66.74 | 30.55 | - |
| YUV | 208.46 | 83.16 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 129 | 0 | 0.02 | 0.42 | 0.13 | 56.77 | 0.58 | 0.69 |
| Hex | DE | D9 | 81 | 0 | 2 | 2A | D | 39 | 3A | 45 |
| Octal | 336 | 331 | 201 | 0 | 2 | 52 | 15 | 71 | 72 | 105 |
| Binary | 11011110 | 11011001 | 10000001 | 0 | 10 | 101010 | 1101 | 111001 | 111010 | 1000101 |
Color Harmonies of #DED981
Complementary color
Monochromatic Colors of #DED981
Black with #DED981
Text Example
Text Example
White with #DED981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED981; }
p { color: rgb(222,217,129); }
H1.HeaderClassName
{
color: #DED981;
}
.AnyTagClassName
{
color: #DED981;
}
</style>
background-color css
<style>
a { background-color: #DED981; }
a { background-color: rgb(222,217,129); }
div.DivClassName
{
background-color: #DED981;
}
.BgClassName
{
background-color: #DED981;
}
</style>
border-color css
<style>
span { border-color: #DED981; }
span { border-color: rgb(222,217,129); }
td.TdClassName
{
border-color: #DED981;
}
.TagClassName
{
border-color: #DED981;
}
</style>