Shades of Primrose #DDD984
Tints of Primrose #DDD984
RGB
CMYK
RGB Variations
Color information
#DDD984 (or 0xDDD984) is known color: Primrose. HEX triplet: DD, D9 and 84. RGB value is (221,217,132). Sum of RGB (Red+Green+Blue) = 221+217+132=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 132 (51.95% from 255 or 23.16% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD984 is #22267B. Grayscale: #D0D0D0. Windows color (decimal): -2238076 or 8706525. OLE color: 8706525.
HSL color Cylindrical-coordinate representation of color #DDD984: hue angle of 57.3º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDD984 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 132 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.13 |
| HSL | 57.3º | 0.57% | 0.69% | - |
| HSV(B) | 57.3º | 0.4% | 0.87% | - |
| XYZ | 58.8 | 66.66 | 31.6 | - |
| YUV | 208.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 132 | 0 | 0.02 | 0.40 | 0.13 | 57.3 | 0.57 | 0.69 |
| Hex | DD | D9 | 84 | 0 | 2 | 28 | D | 39 | 39 | 45 |
| Octal | 335 | 331 | 204 | 0 | 2 | 50 | 15 | 71 | 71 | 105 |
| Binary | 11011101 | 11011001 | 10000100 | 0 | 10 | 101000 | 1101 | 111001 | 111001 | 1000101 |
Color Harmonies of #DDD984
Complementary color
Monochromatic Colors of #DDD984
Black with #DDD984
Text Example
Text Example
White with #DDD984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD984; }
p { color: rgb(221,217,132); }
H1.HeaderClassName
{
color: #DDD984;
}
.AnyTagClassName
{
color: #DDD984;
}
</style>
background-color css
<style>
a { background-color: #DDD984; }
a { background-color: rgb(221,217,132); }
div.DivClassName
{
background-color: #DDD984;
}
.BgClassName
{
background-color: #DDD984;
}
</style>
border-color css
<style>
span { border-color: #DDD984; }
span { border-color: rgb(221,217,132); }
td.TdClassName
{
border-color: #DDD984;
}
.TagClassName
{
border-color: #DDD984;
}
</style>