Shades of Primrose #DED98C
Tints of Primrose #DED98C
RGB
CMYK
RGB Variations
Color information
#DED98C (or 0xDED98C) is known color: Primrose. HEX triplet: DE, D9 and 8C. RGB value is (222,217,140). Sum of RGB (Red+Green+Blue) = 222+217+140=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DED98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED98C is #212673. Grayscale: #D2D2D2. Windows color (decimal): -2172532 or 9230814. OLE color: 9230814.
HSL color Cylindrical-coordinate representation of color #DED98C: hue angle of 56.34º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DED98C is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 140 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.13 |
| HSL | 56.34º | 0.55% | 0.71% | - |
| HSV(B) | 56.34º | 0.37% | 0.87% | - |
| XYZ | 59.67 | 67.05 | 34.61 | - |
| YUV | 209.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 140 | 0 | 0.02 | 0.37 | 0.13 | 56.34 | 0.55 | 0.71 |
| Hex | DE | D9 | 8C | 0 | 2 | 25 | D | 38 | 37 | 47 |
| Octal | 336 | 331 | 214 | 0 | 2 | 45 | 15 | 70 | 67 | 107 |
| Binary | 11011110 | 11011001 | 10001100 | 0 | 10 | 100101 | 1101 | 111000 | 110111 | 1000111 |
Color Harmonies of #DED98C
Complementary color
Monochromatic Colors of #DED98C
Black with #DED98C
Text Example
Text Example
White with #DED98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED98C; }
p { color: rgb(222,217,140); }
H1.HeaderClassName
{
color: #DED98C;
}
.AnyTagClassName
{
color: #DED98C;
}
</style>
background-color css
<style>
a { background-color: #DED98C; }
a { background-color: rgb(222,217,140); }
div.DivClassName
{
background-color: #DED98C;
}
.BgClassName
{
background-color: #DED98C;
}
</style>
border-color css
<style>
span { border-color: #DED98C; }
span { border-color: rgb(222,217,140); }
td.TdClassName
{
border-color: #DED98C;
}
.TagClassName
{
border-color: #DED98C;
}
</style>