Shades of Primrose #DDD991
Tints of Primrose #DDD991
RGB
CMYK
RGB Variations
Color information
#DDD991 (or 0xDDD991) is known color: Primrose. HEX triplet: DD, D9 and 91. RGB value is (221,217,145). Sum of RGB (Red+Green+Blue) = 221+217+145=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 145 (57.03% from 255 or 24.87% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD991 is #22266E. Grayscale: #D2D2D2. Windows color (decimal): -2238063 or 9558493. OLE color: 9558493.
HSL color Cylindrical-coordinate representation of color #DDD991: hue angle of 56.84º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDD991 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 145 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.13 |
| HSL | 56.84º | 0.53% | 0.72% | - |
| HSV(B) | 56.84º | 0.34% | 0.87% | - |
| XYZ | 59.74 | 67.04 | 36.58 | - |
| YUV | 209.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 145 | 0 | 0.02 | 0.34 | 0.13 | 56.84 | 0.53 | 0.72 |
| Hex | DD | D9 | 91 | 0 | 2 | 22 | D | 39 | 35 | 48 |
| Octal | 335 | 331 | 221 | 0 | 2 | 42 | 15 | 71 | 65 | 110 |
| Binary | 11011101 | 11011001 | 10010001 | 0 | 10 | 100010 | 1101 | 111001 | 110101 | 1001000 |
Color Harmonies of #DDD991
Complementary color
Monochromatic Colors of #DDD991
Black with #DDD991
Text Example
Text Example
White with #DDD991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD991; }
p { color: rgb(221,217,145); }
H1.HeaderClassName
{
color: #DDD991;
}
.AnyTagClassName
{
color: #DDD991;
}
</style>
background-color css
<style>
a { background-color: #DDD991; }
a { background-color: rgb(221,217,145); }
div.DivClassName
{
background-color: #DDD991;
}
.BgClassName
{
background-color: #DDD991;
}
</style>
border-color css
<style>
span { border-color: #DDD991; }
span { border-color: rgb(221,217,145); }
td.TdClassName
{
border-color: #DDD991;
}
.TagClassName
{
border-color: #DDD991;
}
</style>