Shades of Primrose #DDD894
Tints of Primrose #DDD894
RGB
CMYK
RGB Variations
Color information
#DDD894 (or 0xDDD894) is known color: Primrose. HEX triplet: DD, D8 and 94. RGB value is (221,216,148). Sum of RGB (Red+Green+Blue) = 221+216+148=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD894 is #22276B. Grayscale: #D2D2D2. Windows color (decimal): -2238316 or 9754845. OLE color: 9754845.
HSL color Cylindrical-coordinate representation of color #DDD894: hue angle of 55.89º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDD894 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 148 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.13 |
| HSL | 55.89º | 0.52% | 0.72% | - |
| HSV(B) | 55.89º | 0.33% | 0.87% | - |
| XYZ | 59.72 | 66.62 | 37.73 | - |
| YUV | 209.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 148 | 0 | 0.02 | 0.33 | 0.13 | 55.89 | 0.52 | 0.72 |
| Hex | DD | D8 | 94 | 0 | 2 | 21 | D | 38 | 34 | 48 |
| Octal | 335 | 330 | 224 | 0 | 2 | 41 | 15 | 70 | 64 | 110 |
| Binary | 11011101 | 11011000 | 10010100 | 0 | 10 | 100001 | 1101 | 111000 | 110100 | 1001000 |
Color Harmonies of #DDD894
Complementary color
Monochromatic Colors of #DDD894
Black with #DDD894
Text Example
Text Example
White with #DDD894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD894; }
p { color: rgb(221,216,148); }
H1.HeaderClassName
{
color: #DDD894;
}
.AnyTagClassName
{
color: #DDD894;
}
</style>
background-color css
<style>
a { background-color: #DDD894; }
a { background-color: rgb(221,216,148); }
div.DivClassName
{
background-color: #DDD894;
}
.BgClassName
{
background-color: #DDD894;
}
</style>
border-color css
<style>
span { border-color: #DDD894; }
span { border-color: rgb(221,216,148); }
td.TdClassName
{
border-color: #DDD894;
}
.TagClassName
{
border-color: #DDD894;
}
</style>