Shades of Primrose #DED995
Tints of Primrose #DED995
RGB
CMYK
RGB Variations
Color information
#DED995 (or 0xDED995) is known color: Primrose. HEX triplet: DE, D9 and 95. RGB value is (222,217,149). Sum of RGB (Red+Green+Blue) = 222+217+149=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DED995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED995 is #21266A. Grayscale: #D3D3D3. Windows color (decimal): -2172523 or 9820638. OLE color: 9820638.
HSL color Cylindrical-coordinate representation of color #DED995: hue angle of 55.89º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DED995 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 149 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.13 |
| HSL | 55.89º | 0.53% | 0.73% | - |
| HSV(B) | 55.89º | 0.33% | 0.87% | - |
| XYZ | 60.36 | 67.33 | 38.25 | - |
| YUV | 210.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 149 | 0 | 0.02 | 0.33 | 0.13 | 55.89 | 0.53 | 0.73 |
| Hex | DE | D9 | 95 | 0 | 2 | 21 | D | 38 | 35 | 49 |
| Octal | 336 | 331 | 225 | 0 | 2 | 41 | 15 | 70 | 65 | 111 |
| Binary | 11011110 | 11011001 | 10010101 | 0 | 10 | 100001 | 1101 | 111000 | 110101 | 1001001 |
Color Harmonies of #DED995
Complementary color
Monochromatic Colors of #DED995
Black with #DED995
Text Example
Text Example
White with #DED995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED995; }
p { color: rgb(222,217,149); }
H1.HeaderClassName
{
color: #DED995;
}
.AnyTagClassName
{
color: #DED995;
}
</style>
background-color css
<style>
a { background-color: #DED995; }
a { background-color: rgb(222,217,149); }
div.DivClassName
{
background-color: #DED995;
}
.BgClassName
{
background-color: #DED995;
}
</style>
border-color css
<style>
span { border-color: #DED995; }
span { border-color: rgb(222,217,149); }
td.TdClassName
{
border-color: #DED995;
}
.TagClassName
{
border-color: #DED995;
}
</style>