Shades of Primrose #DEDD97
Tints of Primrose #DEDD97
RGB
CMYK
RGB Variations
Color information
#DEDD97 (or 0xDEDD97) is known color: Primrose. HEX triplet: DE, DD and 97. RGB value is (222,221,151). Sum of RGB (Red+Green+Blue) = 222+221+151=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 151 (59.38% from 255 or 25.42% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD97 is #212268. Grayscale: #D5D5D5. Windows color (decimal): -2171497 or 9952734. OLE color: 9952734.
HSL color Cylindrical-coordinate representation of color #DEDD97: hue angle of 59.15º 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 #DEDD97 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 151 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.13 |
| HSL | 59.15º | 0.52% | 0.73% | - |
| HSV(B) | 59.15º | 0.32% | 0.87% | - |
| XYZ | 61.57 | 69.48 | 39.44 | - |
| YUV | 213.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 151 | 0 | 0.00 | 0.32 | 0.13 | 59.15 | 0.52 | 0.73 |
| Hex | DE | DD | 97 | 0 | 0 | 20 | D | 3B | 34 | 49 |
| Octal | 336 | 335 | 227 | 0 | 0 | 40 | 15 | 73 | 64 | 111 |
| Binary | 11011110 | 11011101 | 10010111 | 0 | 0 | 100000 | 1101 | 111011 | 110100 | 1001001 |
Color Harmonies of #DEDD97
Complementary color
Monochromatic Colors of #DEDD97
Black with #DEDD97
Text Example
Text Example
White with #DEDD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD97; }
p { color: rgb(222,221,151); }
H1.HeaderClassName
{
color: #DEDD97;
}
.AnyTagClassName
{
color: #DEDD97;
}
</style>
background-color css
<style>
a { background-color: #DEDD97; }
a { background-color: rgb(222,221,151); }
div.DivClassName
{
background-color: #DEDD97;
}
.BgClassName
{
background-color: #DEDD97;
}
</style>
border-color css
<style>
span { border-color: #DEDD97; }
span { border-color: rgb(222,221,151); }
td.TdClassName
{
border-color: #DEDD97;
}
.TagClassName
{
border-color: #DEDD97;
}
</style>