Shades of Primrose #DED796
Tints of Primrose #DED796
RGB
CMYK
RGB Variations
Color information
#DED796 (or 0xDED796) is known color: Primrose. HEX triplet: DE, D7 and 96. RGB value is (222,215,150). Sum of RGB (Red+Green+Blue) = 222+215+150=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DED796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED796 is #212869. Grayscale: #D1D1D1. Windows color (decimal): -2173034 or 9885662. OLE color: 9885662.
HSL color Cylindrical-coordinate representation of color #DED796: hue angle of 54.17º 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 #DED796 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 150 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.13 |
| HSL | 54.17º | 0.52% | 0.73% | - |
| HSV(B) | 54.17º | 0.32% | 0.87% | - |
| XYZ | 59.93 | 66.33 | 38.5 | - |
| YUV | 209.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 150 | 0 | 0.03 | 0.32 | 0.13 | 54.17 | 0.52 | 0.73 |
| Hex | DE | D7 | 96 | 0 | 3 | 20 | D | 36 | 34 | 49 |
| Octal | 336 | 327 | 226 | 0 | 3 | 40 | 15 | 66 | 64 | 111 |
| Binary | 11011110 | 11010111 | 10010110 | 0 | 11 | 100000 | 1101 | 110110 | 110100 | 1001001 |
Color Harmonies of #DED796
Complementary color
Monochromatic Colors of #DED796
Black with #DED796
Text Example
Text Example
White with #DED796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED796; }
p { color: rgb(222,215,150); }
H1.HeaderClassName
{
color: #DED796;
}
.AnyTagClassName
{
color: #DED796;
}
</style>
background-color css
<style>
a { background-color: #DED796; }
a { background-color: rgb(222,215,150); }
div.DivClassName
{
background-color: #DED796;
}
.BgClassName
{
background-color: #DED796;
}
</style>
border-color css
<style>
span { border-color: #DED796; }
span { border-color: rgb(222,215,150); }
td.TdClassName
{
border-color: #DED796;
}
.TagClassName
{
border-color: #DED796;
}
</style>