Shades of Primrose #DDD891
Tints of Primrose #DDD891
RGB
CMYK
RGB Variations
Color information
#DDD891 (or 0xDDD891) is known color: Primrose. HEX triplet: DD, D8 and 91. RGB value is (221,216,145). Sum of RGB (Red+Green+Blue) = 221+216+145=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 145 (57.03% from 255 or 24.91% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD891 is #22276E. Grayscale: #D1D1D1. Windows color (decimal): -2238319 or 9558237. OLE color: 9558237.
HSL color Cylindrical-coordinate representation of color #DDD891: hue angle of 56.05º 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 #DDD891 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 145 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.13 |
| HSL | 56.05º | 0.53% | 0.72% | - |
| HSV(B) | 56.05º | 0.34% | 0.87% | - |
| XYZ | 59.49 | 66.53 | 36.49 | - |
| YUV | 209.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 145 | 0 | 0.02 | 0.34 | 0.13 | 56.05 | 0.53 | 0.72 |
| Hex | DD | D8 | 91 | 0 | 2 | 22 | D | 38 | 35 | 48 |
| Octal | 335 | 330 | 221 | 0 | 2 | 42 | 15 | 70 | 65 | 110 |
| Binary | 11011101 | 11011000 | 10010001 | 0 | 10 | 100010 | 1101 | 111000 | 110101 | 1001000 |
Color Harmonies of #DDD891
Complementary color
Monochromatic Colors of #DDD891
Black with #DDD891
Text Example
Text Example
White with #DDD891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD891; }
p { color: rgb(221,216,145); }
H1.HeaderClassName
{
color: #DDD891;
}
.AnyTagClassName
{
color: #DDD891;
}
</style>
background-color css
<style>
a { background-color: #DDD891; }
a { background-color: rgb(221,216,145); }
div.DivClassName
{
background-color: #DDD891;
}
.BgClassName
{
background-color: #DDD891;
}
</style>
border-color css
<style>
span { border-color: #DDD891; }
span { border-color: rgb(221,216,145); }
td.TdClassName
{
border-color: #DDD891;
}
.TagClassName
{
border-color: #DDD891;
}
</style>