Shades of Primrose #DEDD90
Tints of Primrose #DEDD90
RGB
CMYK
RGB Variations
Color information
#DEDD90 (or 0xDEDD90) is known color: Primrose. HEX triplet: DE, DD and 90. RGB value is (222,221,144). Sum of RGB (Red+Green+Blue) = 222+221+144=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD90 is #21226F. Grayscale: #D4D4D4. Windows color (decimal): -2171504 or 9493982. OLE color: 9493982.
HSL color Cylindrical-coordinate representation of color #DEDD90: hue angle of 59.23º 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 #DEDD90 is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 144 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.13 |
| HSL | 59.23º | 0.54% | 0.72% | - |
| HSV(B) | 59.23º | 0.35% | 0.87% | - |
| XYZ | 61.01 | 69.26 | 36.54 | - |
| YUV | 212.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 144 | 0 | 0.00 | 0.35 | 0.13 | 59.23 | 0.54 | 0.72 |
| Hex | DE | DD | 90 | 0 | 0 | 23 | D | 3B | 36 | 48 |
| Octal | 336 | 335 | 220 | 0 | 0 | 43 | 15 | 73 | 66 | 110 |
| Binary | 11011110 | 11011101 | 10010000 | 0 | 0 | 100011 | 1101 | 111011 | 110110 | 1001000 |
Color Harmonies of #DEDD90
Complementary color
Monochromatic Colors of #DEDD90
Black with #DEDD90
Text Example
Text Example
White with #DEDD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD90; }
p { color: rgb(222,221,144); }
H1.HeaderClassName
{
color: #DEDD90;
}
.AnyTagClassName
{
color: #DEDD90;
}
</style>
background-color css
<style>
a { background-color: #DEDD90; }
a { background-color: rgb(222,221,144); }
div.DivClassName
{
background-color: #DEDD90;
}
.BgClassName
{
background-color: #DEDD90;
}
</style>
border-color css
<style>
span { border-color: #DEDD90; }
span { border-color: rgb(222,221,144); }
td.TdClassName
{
border-color: #DEDD90;
}
.TagClassName
{
border-color: #DEDD90;
}
</style>