Shades of Primrose #DED982
Tints of Primrose #DED982
RGB
CMYK
RGB Variations
Color information
#DED982 (or 0xDED982) is known color: Primrose. HEX triplet: DE, D9 and 82. RGB value is (222,217,130). Sum of RGB (Red+Green+Blue) = 222+217+130=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 130 (51.17% from 255 or 22.85% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DED982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED982 is #21267D. Grayscale: #D0D0D0. Windows color (decimal): -2172542 or 8575454. OLE color: 8575454.
HSL color Cylindrical-coordinate representation of color #DED982: hue angle of 56.74º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DED982 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 130 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.13 |
| HSL | 56.74º | 0.58% | 0.69% | - |
| HSV(B) | 56.74º | 0.41% | 0.87% | - |
| XYZ | 58.97 | 66.77 | 30.9 | - |
| YUV | 208.58 | 83.66 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 130 | 0 | 0.02 | 0.41 | 0.13 | 56.74 | 0.58 | 0.69 |
| Hex | DE | D9 | 82 | 0 | 2 | 29 | D | 39 | 3A | 45 |
| Octal | 336 | 331 | 202 | 0 | 2 | 51 | 15 | 71 | 72 | 105 |
| Binary | 11011110 | 11011001 | 10000010 | 0 | 10 | 101001 | 1101 | 111001 | 111010 | 1000101 |
Color Harmonies of #DED982
Complementary color
Monochromatic Colors of #DED982
Black with #DED982
Text Example
Text Example
White with #DED982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED982; }
p { color: rgb(222,217,130); }
H1.HeaderClassName
{
color: #DED982;
}
.AnyTagClassName
{
color: #DED982;
}
</style>
background-color css
<style>
a { background-color: #DED982; }
a { background-color: rgb(222,217,130); }
div.DivClassName
{
background-color: #DED982;
}
.BgClassName
{
background-color: #DED982;
}
</style>
border-color css
<style>
span { border-color: #DED982; }
span { border-color: rgb(222,217,130); }
td.TdClassName
{
border-color: #DED982;
}
.TagClassName
{
border-color: #DED982;
}
</style>