Shades of Primrose #DED98A
Tints of Primrose #DED98A
RGB
CMYK
RGB Variations
Color information
#DED98A (or 0xDED98A) is known color: Primrose. HEX triplet: DE, D9 and 8A. RGB value is (222,217,138). Sum of RGB (Red+Green+Blue) = 222+217+138=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DED98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED98A is #212675. Grayscale: #D1D1D1. Windows color (decimal): -2172534 or 9099742. OLE color: 9099742.
HSL color Cylindrical-coordinate representation of color #DED98A: hue angle of 56.43º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DED98A is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 138 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.13 |
| HSL | 56.43º | 0.56% | 0.71% | - |
| HSV(B) | 56.43º | 0.38% | 0.87% | - |
| XYZ | 59.52 | 66.99 | 33.84 | - |
| YUV | 209.49 | 87.66 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 138 | 0 | 0.02 | 0.38 | 0.13 | 56.43 | 0.56 | 0.71 |
| Hex | DE | D9 | 8A | 0 | 2 | 26 | D | 38 | 38 | 47 |
| Octal | 336 | 331 | 212 | 0 | 2 | 46 | 15 | 70 | 70 | 107 |
| Binary | 11011110 | 11011001 | 10001010 | 0 | 10 | 100110 | 1101 | 111000 | 111000 | 1000111 |
Color Harmonies of #DED98A
Complementary color
Monochromatic Colors of #DED98A
Black with #DED98A
Text Example
Text Example
White with #DED98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED98A; }
p { color: rgb(222,217,138); }
H1.HeaderClassName
{
color: #DED98A;
}
.AnyTagClassName
{
color: #DED98A;
}
</style>
background-color css
<style>
a { background-color: #DED98A; }
a { background-color: rgb(222,217,138); }
div.DivClassName
{
background-color: #DED98A;
}
.BgClassName
{
background-color: #DED98A;
}
</style>
border-color css
<style>
span { border-color: #DED98A; }
span { border-color: rgb(222,217,138); }
td.TdClassName
{
border-color: #DED98A;
}
.TagClassName
{
border-color: #DED98A;
}
</style>