Shades of Primrose #DDD896
Tints of Primrose #DDD896
RGB
CMYK
RGB Variations
Color information
#DDD896 (or 0xDDD896) is known color: Primrose. HEX triplet: DD, D8 and 96. RGB value is (221,216,150). Sum of RGB (Red+Green+Blue) = 221+216+150=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD896 is #222769. Grayscale: #D2D2D2. Windows color (decimal): -2238314 or 9885917. OLE color: 9885917.
HSL color Cylindrical-coordinate representation of color #DDD896: hue angle of 55.77º 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 #DDD896 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 150 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.13 |
| HSL | 55.77º | 0.51% | 0.73% | - |
| HSV(B) | 55.77º | 0.32% | 0.87% | - |
| XYZ | 59.88 | 66.69 | 38.57 | - |
| YUV | 209.97 | 94.16 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 150 | 0 | 0.02 | 0.32 | 0.13 | 55.77 | 0.51 | 0.73 |
| Hex | DD | D8 | 96 | 0 | 2 | 20 | D | 38 | 33 | 49 |
| Octal | 335 | 330 | 226 | 0 | 2 | 40 | 15 | 70 | 63 | 111 |
| Binary | 11011101 | 11011000 | 10010110 | 0 | 10 | 100000 | 1101 | 111000 | 110011 | 1001001 |
Color Harmonies of #DDD896
Complementary color
Monochromatic Colors of #DDD896
Black with #DDD896
Text Example
Text Example
White with #DDD896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD896; }
p { color: rgb(221,216,150); }
H1.HeaderClassName
{
color: #DDD896;
}
.AnyTagClassName
{
color: #DDD896;
}
</style>
background-color css
<style>
a { background-color: #DDD896; }
a { background-color: rgb(221,216,150); }
div.DivClassName
{
background-color: #DDD896;
}
.BgClassName
{
background-color: #DDD896;
}
</style>
border-color css
<style>
span { border-color: #DDD896; }
span { border-color: rgb(221,216,150); }
td.TdClassName
{
border-color: #DDD896;
}
.TagClassName
{
border-color: #DDD896;
}
</style>