Shades of Primrose #DED983
Tints of Primrose #DED983
RGB
CMYK
RGB Variations
Color information
#DED983 (or 0xDED983) is known color: Primrose. HEX triplet: DE, D9 and 83. RGB value is (222,217,131). Sum of RGB (Red+Green+Blue) = 222+217+131=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 131 (51.56% from 255 or 22.98% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DED983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED983 is #21267C. Grayscale: #D1D1D1. Windows color (decimal): -2172541 or 8640990. OLE color: 8640990.
HSL color Cylindrical-coordinate representation of color #DED983: hue angle of 56.7º 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 #DED983 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 131 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.13 |
| HSL | 56.7º | 0.58% | 0.69% | - |
| HSV(B) | 56.7º | 0.41% | 0.87% | - |
| XYZ | 59.03 | 66.79 | 31.25 | - |
| YUV | 208.69 | 84.16 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 131 | 0 | 0.02 | 0.41 | 0.13 | 56.7 | 0.58 | 0.69 |
| Hex | DE | D9 | 83 | 0 | 2 | 29 | D | 39 | 3A | 45 |
| Octal | 336 | 331 | 203 | 0 | 2 | 51 | 15 | 71 | 72 | 105 |
| Binary | 11011110 | 11011001 | 10000011 | 0 | 10 | 101001 | 1101 | 111001 | 111010 | 1000101 |
Color Harmonies of #DED983
Complementary color
Monochromatic Colors of #DED983
Black with #DED983
Text Example
Text Example
White with #DED983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED983; }
p { color: rgb(222,217,131); }
H1.HeaderClassName
{
color: #DED983;
}
.AnyTagClassName
{
color: #DED983;
}
</style>
background-color css
<style>
a { background-color: #DED983; }
a { background-color: rgb(222,217,131); }
div.DivClassName
{
background-color: #DED983;
}
.BgClassName
{
background-color: #DED983;
}
</style>
border-color css
<style>
span { border-color: #DED983; }
span { border-color: rgb(222,217,131); }
td.TdClassName
{
border-color: #DED983;
}
.TagClassName
{
border-color: #DED983;
}
</style>