Shades of Primrose #DED997
Tints of Primrose #DED997
RGB
CMYK
RGB Variations
Color information
#DED997 (or 0xDED997) is known color: Primrose. HEX triplet: DE, D9 and 97. RGB value is (222,217,151). Sum of RGB (Red+Green+Blue) = 222+217+151=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 151 (59.38% from 255 or 25.59% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DED997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED997 is #212668. Grayscale: #D3D3D3. Windows color (decimal): -2172521 or 9951710. OLE color: 9951710.
HSL color Cylindrical-coordinate representation of color #DED997: hue angle of 55.77º 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 #DED997 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 151 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.13 |
| HSL | 55.77º | 0.52% | 0.73% | - |
| HSV(B) | 55.77º | 0.32% | 0.87% | - |
| XYZ | 60.52 | 67.39 | 39.1 | - |
| YUV | 210.97 | 94.16 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 151 | 0 | 0.02 | 0.32 | 0.13 | 55.77 | 0.52 | 0.73 |
| Hex | DE | D9 | 97 | 0 | 2 | 20 | D | 38 | 34 | 49 |
| Octal | 336 | 331 | 227 | 0 | 2 | 40 | 15 | 70 | 64 | 111 |
| Binary | 11011110 | 11011001 | 10010111 | 0 | 10 | 100000 | 1101 | 111000 | 110100 | 1001001 |
Color Harmonies of #DED997
Complementary color
Monochromatic Colors of #DED997
Black with #DED997
Text Example
Text Example
White with #DED997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED997; }
p { color: rgb(222,217,151); }
H1.HeaderClassName
{
color: #DED997;
}
.AnyTagClassName
{
color: #DED997;
}
</style>
background-color css
<style>
a { background-color: #DED997; }
a { background-color: rgb(222,217,151); }
div.DivClassName
{
background-color: #DED997;
}
.BgClassName
{
background-color: #DED997;
}
</style>
border-color css
<style>
span { border-color: #DED997; }
span { border-color: rgb(222,217,151); }
td.TdClassName
{
border-color: #DED997;
}
.TagClassName
{
border-color: #DED997;
}
</style>