Shades of Primrose #DDD988
Tints of Primrose #DDD988
RGB
CMYK
RGB Variations
Color information
#DDD988 (or 0xDDD988) is known color: Primrose. HEX triplet: DD, D9 and 88. RGB value is (221,217,136). Sum of RGB (Red+Green+Blue) = 221+217+136=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 136 (53.52% from 255 or 23.69% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD988 is #222677. Grayscale: #D1D1D1. Windows color (decimal): -2238072 or 8968669. OLE color: 8968669.
HSL color Cylindrical-coordinate representation of color #DDD988: hue angle of 57.18º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDD988 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 136 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.13 |
| HSL | 57.18º | 0.56% | 0.7% | - |
| HSV(B) | 57.18º | 0.38% | 0.87% | - |
| XYZ | 59.08 | 66.78 | 33.07 | - |
| YUV | 208.96 | 86.83 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 136 | 0 | 0.02 | 0.38 | 0.13 | 57.18 | 0.56 | 0.7 |
| Hex | DD | D9 | 88 | 0 | 2 | 26 | D | 39 | 38 | 46 |
| Octal | 335 | 331 | 210 | 0 | 2 | 46 | 15 | 71 | 70 | 106 |
| Binary | 11011101 | 11011001 | 10001000 | 0 | 10 | 100110 | 1101 | 111001 | 111000 | 1000110 |
Color Harmonies of #DDD988
Complementary color
Monochromatic Colors of #DDD988
Black with #DDD988
Text Example
Text Example
White with #DDD988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD988; }
p { color: rgb(221,217,136); }
H1.HeaderClassName
{
color: #DDD988;
}
.AnyTagClassName
{
color: #DDD988;
}
</style>
background-color css
<style>
a { background-color: #DDD988; }
a { background-color: rgb(221,217,136); }
div.DivClassName
{
background-color: #DDD988;
}
.BgClassName
{
background-color: #DDD988;
}
</style>
border-color css
<style>
span { border-color: #DDD988; }
span { border-color: rgb(221,217,136); }
td.TdClassName
{
border-color: #DDD988;
}
.TagClassName
{
border-color: #DDD988;
}
</style>