Shades of Primrose #DEDD9C
Tints of Primrose #DEDD9C
RGB
CMYK
RGB Variations
Color information
#DEDD9C (or 0xDEDD9C) is known color: Primrose. HEX triplet: DE, DD and 9C. RGB value is (222,221,156). Sum of RGB (Red+Green+Blue) = 222+221+156=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 156 (61.33% from 255 or 26.04% from 599); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD9C is #212263. Grayscale: #D6D6D6. Windows color (decimal): -2171492 or 10280414. OLE color: 10280414.
HSL color Cylindrical-coordinate representation of color #DEDD9C: hue angle of 59.09º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEDD9C is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 156 | - |
| CMYK | 0 | 0.00 | 0.30 | 0.13 |
| HSL | 59.09º | 0.5% | 0.74% | - |
| HSV(B) | 59.09º | 0.3% | 0.87% | - |
| XYZ | 61.98 | 69.64 | 41.63 | - |
| YUV | 213.89 | 95.33 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 156 | 0 | 0.00 | 0.30 | 0.13 | 59.09 | 0.5 | 0.74 |
| Hex | DE | DD | 9C | 0 | 0 | 1E | D | 3B | 32 | 4A |
| Octal | 336 | 335 | 234 | 0 | 0 | 36 | 15 | 73 | 62 | 112 |
| Binary | 11011110 | 11011101 | 10011100 | 0 | 0 | 11110 | 1101 | 111011 | 110010 | 1001010 |
Color Harmonies of #DEDD9C
Complementary color
Monochromatic Colors of #DEDD9C
Black with #DEDD9C
Text Example
Text Example
White with #DEDD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD9C; }
p { color: rgb(222,221,156); }
H1.HeaderClassName
{
color: #DEDD9C;
}
.AnyTagClassName
{
color: #DEDD9C;
}
</style>
background-color css
<style>
a { background-color: #DEDD9C; }
a { background-color: rgb(222,221,156); }
div.DivClassName
{
background-color: #DEDD9C;
}
.BgClassName
{
background-color: #DEDD9C;
}
</style>
border-color css
<style>
span { border-color: #DEDD9C; }
span { border-color: rgb(222,221,156); }
td.TdClassName
{
border-color: #DEDD9C;
}
.TagClassName
{
border-color: #DEDD9C;
}
</style>