Shades of Primrose #DED592
Tints of Primrose #DED592
RGB
CMYK
RGB Variations
Color information
#DED592 (or 0xDED592) is known color: Primrose. HEX triplet: DE, D5 and 92. RGB value is (222,213,146). Sum of RGB (Red+Green+Blue) = 222+213+146=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DED592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED592 is #212A6D. Grayscale: #D0D0D0. Windows color (decimal): -2173550 or 9623006. OLE color: 9623006.
HSL color Cylindrical-coordinate representation of color #DED592: hue angle of 52.89º degrees, saturation: 0.54, 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 #DED592 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 146 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.13 |
| HSL | 52.89º | 0.54% | 0.72% | - |
| HSV(B) | 52.89º | 0.34% | 0.87% | - |
| XYZ | 59.11 | 65.19 | 36.66 | - |
| YUV | 208.05 | 92.98 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 146 | 0 | 0.04 | 0.34 | 0.13 | 52.89 | 0.54 | 0.72 |
| Hex | DE | D5 | 92 | 0 | 4 | 22 | D | 35 | 36 | 48 |
| Octal | 336 | 325 | 222 | 0 | 4 | 42 | 15 | 65 | 66 | 110 |
| Binary | 11011110 | 11010101 | 10010010 | 0 | 100 | 100010 | 1101 | 110101 | 110110 | 1001000 |
Color Harmonies of #DED592
Complementary color
Monochromatic Colors of #DED592
Black with #DED592
Text Example
Text Example
White with #DED592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED592; }
p { color: rgb(222,213,146); }
H1.HeaderClassName
{
color: #DED592;
}
.AnyTagClassName
{
color: #DED592;
}
</style>
background-color css
<style>
a { background-color: #DED592; }
a { background-color: rgb(222,213,146); }
div.DivClassName
{
background-color: #DED592;
}
.BgClassName
{
background-color: #DED592;
}
</style>
border-color css
<style>
span { border-color: #DED592; }
span { border-color: rgb(222,213,146); }
td.TdClassName
{
border-color: #DED592;
}
.TagClassName
{
border-color: #DED592;
}
</style>