Shades of Primrose #DED590
Tints of Primrose #DED590
RGB
CMYK
RGB Variations
Color information
#DED590 (or 0xDED590) is known color: Primrose. HEX triplet: DE, D5 and 90. RGB value is (222,213,144). Sum of RGB (Red+Green+Blue) = 222+213+144=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DED590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED590 is #212A6F. Grayscale: #D0D0D0. Windows color (decimal): -2173552 or 9491934. OLE color: 9491934.
HSL color Cylindrical-coordinate representation of color #DED590: hue angle of 53.08º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DED590 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 144 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.13 |
| HSL | 53.08º | 0.54% | 0.72% | - |
| HSV(B) | 53.08º | 0.35% | 0.87% | - |
| XYZ | 58.95 | 65.13 | 35.85 | - |
| YUV | 207.83 | 91.98 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 144 | 0 | 0.04 | 0.35 | 0.13 | 53.08 | 0.54 | 0.72 |
| Hex | DE | D5 | 90 | 0 | 4 | 23 | D | 35 | 36 | 48 |
| Octal | 336 | 325 | 220 | 0 | 4 | 43 | 15 | 65 | 66 | 110 |
| Binary | 11011110 | 11010101 | 10010000 | 0 | 100 | 100011 | 1101 | 110101 | 110110 | 1001000 |
Color Harmonies of #DED590
Complementary color
Monochromatic Colors of #DED590
Black with #DED590
Text Example
Text Example
White with #DED590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED590; }
p { color: rgb(222,213,144); }
H1.HeaderClassName
{
color: #DED590;
}
.AnyTagClassName
{
color: #DED590;
}
</style>
background-color css
<style>
a { background-color: #DED590; }
a { background-color: rgb(222,213,144); }
div.DivClassName
{
background-color: #DED590;
}
.BgClassName
{
background-color: #DED590;
}
</style>
border-color css
<style>
span { border-color: #DED590; }
span { border-color: rgb(222,213,144); }
td.TdClassName
{
border-color: #DED590;
}
.TagClassName
{
border-color: #DED590;
}
</style>