Shades of Primrose #DEDD98
Tints of Primrose #DEDD98
RGB
CMYK
RGB Variations
Color information
#DEDD98 (or 0xDEDD98) is known color: Primrose. HEX triplet: DE, DD and 98. RGB value is (222,221,152). Sum of RGB (Red+Green+Blue) = 222+221+152=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 152 (59.77% from 255 or 25.55% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD98 is #212267. Grayscale: #D5D5D5. Windows color (decimal): -2171496 or 10018270. OLE color: 10018270.
HSL color Cylindrical-coordinate representation of color #DEDD98: hue angle of 59.14º degrees, saturation: 0.51, 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 #DEDD98 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 152 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.13 |
| HSL | 59.14º | 0.51% | 0.73% | - |
| HSV(B) | 59.14º | 0.32% | 0.87% | - |
| XYZ | 61.65 | 69.51 | 39.87 | - |
| YUV | 213.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 152 | 0 | 0.00 | 0.32 | 0.13 | 59.14 | 0.51 | 0.73 |
| Hex | DE | DD | 98 | 0 | 0 | 20 | D | 3B | 33 | 49 |
| Octal | 336 | 335 | 230 | 0 | 0 | 40 | 15 | 73 | 63 | 111 |
| Binary | 11011110 | 11011101 | 10011000 | 0 | 0 | 100000 | 1101 | 111011 | 110011 | 1001001 |
Color Harmonies of #DEDD98
Complementary color
Monochromatic Colors of #DEDD98
Black with #DEDD98
Text Example
Text Example
White with #DEDD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD98; }
p { color: rgb(222,221,152); }
H1.HeaderClassName
{
color: #DEDD98;
}
.AnyTagClassName
{
color: #DEDD98;
}
</style>
background-color css
<style>
a { background-color: #DEDD98; }
a { background-color: rgb(222,221,152); }
div.DivClassName
{
background-color: #DEDD98;
}
.BgClassName
{
background-color: #DEDD98;
}
</style>
border-color css
<style>
span { border-color: #DEDD98; }
span { border-color: rgb(222,221,152); }
td.TdClassName
{
border-color: #DEDD98;
}
.TagClassName
{
border-color: #DEDD98;
}
</style>