Shades of Primrose #DEDD96
Tints of Primrose #DEDD96
RGB
CMYK
RGB Variations
Color information
#DEDD96 (or 0xDEDD96) is known color: Primrose. HEX triplet: DE, DD and 96. RGB value is (222,221,150). Sum of RGB (Red+Green+Blue) = 222+221+150=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 150 (58.98% from 255 or 25.30% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD96 is #212269. Grayscale: #D5D5D5. Windows color (decimal): -2171498 or 9887198. OLE color: 9887198.
HSL color Cylindrical-coordinate representation of color #DEDD96: hue angle of 59.17º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEDD96 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 150 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.13 |
| HSL | 59.17º | 0.52% | 0.73% | - |
| HSV(B) | 59.17º | 0.32% | 0.87% | - |
| XYZ | 61.49 | 69.44 | 39.02 | - |
| YUV | 213.21 | 92.33 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 150 | 0 | 0.00 | 0.32 | 0.13 | 59.17 | 0.52 | 0.73 |
| Hex | DE | DD | 96 | 0 | 0 | 20 | D | 3B | 34 | 49 |
| Octal | 336 | 335 | 226 | 0 | 0 | 40 | 15 | 73 | 64 | 111 |
| Binary | 11011110 | 11011101 | 10010110 | 0 | 0 | 100000 | 1101 | 111011 | 110100 | 1001001 |
Color Harmonies of #DEDD96
Complementary color
Monochromatic Colors of #DEDD96
Black with #DEDD96
Text Example
Text Example
White with #DEDD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD96; }
p { color: rgb(222,221,150); }
H1.HeaderClassName
{
color: #DEDD96;
}
.AnyTagClassName
{
color: #DEDD96;
}
</style>
background-color css
<style>
a { background-color: #DEDD96; }
a { background-color: rgb(222,221,150); }
div.DivClassName
{
background-color: #DEDD96;
}
.BgClassName
{
background-color: #DEDD96;
}
</style>
border-color css
<style>
span { border-color: #DEDD96; }
span { border-color: rgb(222,221,150); }
td.TdClassName
{
border-color: #DEDD96;
}
.TagClassName
{
border-color: #DEDD96;
}
</style>