Shades of Primrose #DED990
Tints of Primrose #DED990
RGB
CMYK
RGB Variations
Color information
#DED990 (or 0xDED990) is known color: Primrose. HEX triplet: DE, D9 and 90. RGB value is (222,217,144). Sum of RGB (Red+Green+Blue) = 222+217+144=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 144 (56.64% from 255 or 24.70% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DED990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED990 is #21266F. Grayscale: #D2D2D2. Windows color (decimal): -2172528 or 9492958. OLE color: 9492958.
HSL color Cylindrical-coordinate representation of color #DED990: hue angle of 56.15º 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 #DED990 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 144 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.13 |
| HSL | 56.15º | 0.54% | 0.72% | - |
| HSV(B) | 56.15º | 0.35% | 0.87% | - |
| XYZ | 59.97 | 67.17 | 36.19 | - |
| YUV | 210.17 | 90.66 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 144 | 0 | 0.02 | 0.35 | 0.13 | 56.15 | 0.54 | 0.72 |
| Hex | DE | D9 | 90 | 0 | 2 | 23 | D | 38 | 36 | 48 |
| Octal | 336 | 331 | 220 | 0 | 2 | 43 | 15 | 70 | 66 | 110 |
| Binary | 11011110 | 11011001 | 10010000 | 0 | 10 | 100011 | 1101 | 111000 | 110110 | 1001000 |
Color Harmonies of #DED990
Complementary color
Monochromatic Colors of #DED990
Black with #DED990
Text Example
Text Example
White with #DED990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED990; }
p { color: rgb(222,217,144); }
H1.HeaderClassName
{
color: #DED990;
}
.AnyTagClassName
{
color: #DED990;
}
</style>
background-color css
<style>
a { background-color: #DED990; }
a { background-color: rgb(222,217,144); }
div.DivClassName
{
background-color: #DED990;
}
.BgClassName
{
background-color: #DED990;
}
</style>
border-color css
<style>
span { border-color: #DED990; }
span { border-color: rgb(222,217,144); }
td.TdClassName
{
border-color: #DED990;
}
.TagClassName
{
border-color: #DED990;
}
</style>