Shades of Primrose #DDD589
Tints of Primrose #DDD589
RGB
CMYK
RGB Variations
Color information
#DDD589 (or 0xDDD589) is known color: Primrose. HEX triplet: DD, D5 and 89. RGB value is (221,213,137). Sum of RGB (Red+Green+Blue) = 221+213+137=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 137 (53.91% from 255 or 23.99% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD589 is #222A76. Grayscale: #CFCFCF. Windows color (decimal): -2239095 or 9033181. OLE color: 9033181.
HSL color Cylindrical-coordinate representation of color #DDD589: hue angle of 54.29º degrees, saturation: 0.55, 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 #DDD589 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 137 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.13 |
| HSL | 54.29º | 0.55% | 0.7% | - |
| HSV(B) | 54.29º | 0.38% | 0.87% | - |
| XYZ | 58.13 | 64.77 | 33.1 | - |
| YUV | 206.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 137 | 0 | 0.04 | 0.38 | 0.13 | 54.29 | 0.55 | 0.7 |
| Hex | DD | D5 | 89 | 0 | 4 | 26 | D | 36 | 37 | 46 |
| Octal | 335 | 325 | 211 | 0 | 4 | 46 | 15 | 66 | 67 | 106 |
| Binary | 11011101 | 11010101 | 10001001 | 0 | 100 | 100110 | 1101 | 110110 | 110111 | 1000110 |
Color Harmonies of #DDD589
Complementary color
Monochromatic Colors of #DDD589
Black with #DDD589
Text Example
Text Example
White with #DDD589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD589; }
p { color: rgb(221,213,137); }
H1.HeaderClassName
{
color: #DDD589;
}
.AnyTagClassName
{
color: #DDD589;
}
</style>
background-color css
<style>
a { background-color: #DDD589; }
a { background-color: rgb(221,213,137); }
div.DivClassName
{
background-color: #DDD589;
}
.BgClassName
{
background-color: #DDD589;
}
</style>
border-color css
<style>
span { border-color: #DDD589; }
span { border-color: rgb(221,213,137); }
td.TdClassName
{
border-color: #DDD589;
}
.TagClassName
{
border-color: #DDD589;
}
</style>