Shades of Primrose #DED797
Tints of Primrose #DED797
RGB
CMYK
RGB Variations
Color information
#DED797 (or 0xDED797) is known color: Primrose. HEX triplet: DE, D7 and 97. RGB value is (222,215,151). Sum of RGB (Red+Green+Blue) = 222+215+151=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 151 (59.38% from 255 or 25.68% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DED797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED797 is #212868. Grayscale: #D2D2D2. Windows color (decimal): -2173033 or 9951198. OLE color: 9951198.
HSL color Cylindrical-coordinate representation of color #DED797: hue angle of 54.08º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DED797 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 151 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.13 |
| HSL | 54.08º | 0.52% | 0.73% | - |
| HSV(B) | 54.08º | 0.32% | 0.87% | - |
| XYZ | 60.01 | 66.36 | 38.92 | - |
| YUV | 209.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 151 | 0 | 0.03 | 0.32 | 0.13 | 54.08 | 0.52 | 0.73 |
| Hex | DE | D7 | 97 | 0 | 3 | 20 | D | 36 | 34 | 49 |
| Octal | 336 | 327 | 227 | 0 | 3 | 40 | 15 | 66 | 64 | 111 |
| Binary | 11011110 | 11010111 | 10010111 | 0 | 11 | 100000 | 1101 | 110110 | 110100 | 1001001 |
Color Harmonies of #DED797
Complementary color
Monochromatic Colors of #DED797
Black with #DED797
Text Example
Text Example
White with #DED797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED797; }
p { color: rgb(222,215,151); }
H1.HeaderClassName
{
color: #DED797;
}
.AnyTagClassName
{
color: #DED797;
}
</style>
background-color css
<style>
a { background-color: #DED797; }
a { background-color: rgb(222,215,151); }
div.DivClassName
{
background-color: #DED797;
}
.BgClassName
{
background-color: #DED797;
}
</style>
border-color css
<style>
span { border-color: #DED797; }
span { border-color: rgb(222,215,151); }
td.TdClassName
{
border-color: #DED797;
}
.TagClassName
{
border-color: #DED797;
}
</style>