Shades of Primrose #DED98D
Tints of Primrose #DED98D
RGB
CMYK
RGB Variations
Color information
#DED98D (or 0xDED98D) is known color: Primrose. HEX triplet: DE, D9 and 8D. RGB value is (222,217,141). Sum of RGB (Red+Green+Blue) = 222+217+141=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DED98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED98D is #212672. Grayscale: #D2D2D2. Windows color (decimal): -2172531 or 9296350. OLE color: 9296350.
HSL color Cylindrical-coordinate representation of color #DED98D: hue angle of 56.3º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DED98D is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 141 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.13 |
| HSL | 56.3º | 0.55% | 0.71% | - |
| HSV(B) | 56.3º | 0.36% | 0.87% | - |
| XYZ | 59.74 | 67.08 | 35 | - |
| YUV | 209.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 141 | 0 | 0.02 | 0.36 | 0.13 | 56.3 | 0.55 | 0.71 |
| Hex | DE | D9 | 8D | 0 | 2 | 24 | D | 38 | 37 | 47 |
| Octal | 336 | 331 | 215 | 0 | 2 | 44 | 15 | 70 | 67 | 107 |
| Binary | 11011110 | 11011001 | 10001101 | 0 | 10 | 100100 | 1101 | 111000 | 110111 | 1000111 |
Color Harmonies of #DED98D
Complementary color
Monochromatic Colors of #DED98D
Black with #DED98D
Text Example
Text Example
White with #DED98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED98D; }
p { color: rgb(222,217,141); }
H1.HeaderClassName
{
color: #DED98D;
}
.AnyTagClassName
{
color: #DED98D;
}
</style>
background-color css
<style>
a { background-color: #DED98D; }
a { background-color: rgb(222,217,141); }
div.DivClassName
{
background-color: #DED98D;
}
.BgClassName
{
background-color: #DED98D;
}
</style>
border-color css
<style>
span { border-color: #DED98D; }
span { border-color: rgb(222,217,141); }
td.TdClassName
{
border-color: #DED98D;
}
.TagClassName
{
border-color: #DED98D;
}
</style>