Shades of Primrose #DED790
Tints of Primrose #DED790
RGB
CMYK
RGB Variations
Color information
#DED790 (or 0xDED790) is known color: Primrose. HEX triplet: DE, D7 and 90. RGB value is (222,215,144). Sum of RGB (Red+Green+Blue) = 222+215+144=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DED790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED790 is #21286F. Grayscale: #D1D1D1. Windows color (decimal): -2173040 or 9492446. OLE color: 9492446.
HSL color Cylindrical-coordinate representation of color #DED790: hue angle of 54.62º 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 #DED790 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 144 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.13 |
| HSL | 54.62º | 0.54% | 0.72% | - |
| HSV(B) | 54.62º | 0.35% | 0.87% | - |
| XYZ | 59.46 | 66.14 | 36.02 | - |
| YUV | 209 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 144 | 0 | 0.03 | 0.35 | 0.13 | 54.62 | 0.54 | 0.72 |
| Hex | DE | D7 | 90 | 0 | 3 | 23 | D | 37 | 36 | 48 |
| Octal | 336 | 327 | 220 | 0 | 3 | 43 | 15 | 67 | 66 | 110 |
| Binary | 11011110 | 11010111 | 10010000 | 0 | 11 | 100011 | 1101 | 110111 | 110110 | 1001000 |
Color Harmonies of #DED790
Complementary color
Monochromatic Colors of #DED790
Black with #DED790
Text Example
Text Example
White with #DED790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED790; }
p { color: rgb(222,215,144); }
H1.HeaderClassName
{
color: #DED790;
}
.AnyTagClassName
{
color: #DED790;
}
</style>
background-color css
<style>
a { background-color: #DED790; }
a { background-color: rgb(222,215,144); }
div.DivClassName
{
background-color: #DED790;
}
.BgClassName
{
background-color: #DED790;
}
</style>
border-color css
<style>
span { border-color: #DED790; }
span { border-color: rgb(222,215,144); }
td.TdClassName
{
border-color: #DED790;
}
.TagClassName
{
border-color: #DED790;
}
</style>