Shades of Primrose #DDD996
Tints of Primrose #DDD996
RGB
CMYK
RGB Variations
Color information
#DDD996 (or 0xDDD996) is known color: Primrose. HEX triplet: DD, D9 and 96. RGB value is (221,217,150). Sum of RGB (Red+Green+Blue) = 221+217+150=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 150 (58.98% from 255 or 25.51% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD996 is #222669. Grayscale: #D2D2D2. Windows color (decimal): -2238058 or 9886173. OLE color: 9886173.
HSL color Cylindrical-coordinate representation of color #DDD996: hue angle of 56.62º 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 #DDD996 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 150 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.13 |
| HSL | 56.62º | 0.51% | 0.73% | - |
| HSV(B) | 56.62º | 0.32% | 0.87% | - |
| XYZ | 60.14 | 67.2 | 38.66 | - |
| YUV | 210.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 150 | 0 | 0.02 | 0.32 | 0.13 | 56.62 | 0.51 | 0.73 |
| Hex | DD | D9 | 96 | 0 | 2 | 20 | D | 39 | 33 | 49 |
| Octal | 335 | 331 | 226 | 0 | 2 | 40 | 15 | 71 | 63 | 111 |
| Binary | 11011101 | 11011001 | 10010110 | 0 | 10 | 100000 | 1101 | 111001 | 110011 | 1001001 |
Color Harmonies of #DDD996
Complementary color
Monochromatic Colors of #DDD996
Black with #DDD996
Text Example
Text Example
White with #DDD996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD996; }
p { color: rgb(221,217,150); }
H1.HeaderClassName
{
color: #DDD996;
}
.AnyTagClassName
{
color: #DDD996;
}
</style>
background-color css
<style>
a { background-color: #DDD996; }
a { background-color: rgb(221,217,150); }
div.DivClassName
{
background-color: #DDD996;
}
.BgClassName
{
background-color: #DDD996;
}
</style>
border-color css
<style>
span { border-color: #DDD996; }
span { border-color: rgb(221,217,150); }
td.TdClassName
{
border-color: #DDD996;
}
.TagClassName
{
border-color: #DDD996;
}
</style>