Shades of Primrose #DED993
Tints of Primrose #DED993
RGB
CMYK
RGB Variations
Color information
#DED993 (or 0xDED993) is known color: Primrose. HEX triplet: DE, D9 and 93. RGB value is (222,217,147). Sum of RGB (Red+Green+Blue) = 222+217+147=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 147 (57.81% from 255 or 25.09% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DED993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED993 is #21266C. Grayscale: #D2D2D2. Windows color (decimal): -2172525 or 9689566. OLE color: 9689566.
HSL color Cylindrical-coordinate representation of color #DED993: hue angle of 56º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DED993 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 147 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.13 |
| HSL | 56º | 0.53% | 0.72% | - |
| HSV(B) | 56º | 0.34% | 0.87% | - |
| XYZ | 60.2 | 67.26 | 37.41 | - |
| YUV | 210.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 147 | 0 | 0.02 | 0.34 | 0.13 | 56 | 0.53 | 0.72 |
| Hex | DE | D9 | 93 | 0 | 2 | 22 | D | 38 | 35 | 48 |
| Octal | 336 | 331 | 223 | 0 | 2 | 42 | 15 | 70 | 65 | 110 |
| Binary | 11011110 | 11011001 | 10010011 | 0 | 10 | 100010 | 1101 | 111000 | 110101 | 1001000 |
Color Harmonies of #DED993
Complementary color
Monochromatic Colors of #DED993
Black with #DED993
Text Example
Text Example
White with #DED993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED993; }
p { color: rgb(222,217,147); }
H1.HeaderClassName
{
color: #DED993;
}
.AnyTagClassName
{
color: #DED993;
}
</style>
background-color css
<style>
a { background-color: #DED993; }
a { background-color: rgb(222,217,147); }
div.DivClassName
{
background-color: #DED993;
}
.BgClassName
{
background-color: #DED993;
}
</style>
border-color css
<style>
span { border-color: #DED993; }
span { border-color: rgb(222,217,147); }
td.TdClassName
{
border-color: #DED993;
}
.TagClassName
{
border-color: #DED993;
}
</style>