Shades of Primrose #DDD489
Tints of Primrose #DDD489
RGB
CMYK
RGB Variations
Color information
#DDD489 (or 0xDDD489) is known color: Primrose. HEX triplet: DD, D4 and 89. RGB value is (221,212,137). Sum of RGB (Red+Green+Blue) = 221+212+137=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 137 (53.91% from 255 or 24.04% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD489 is #222B76. Grayscale: #CECECE. Windows color (decimal): -2239351 or 9032925. OLE color: 9032925.
HSL color Cylindrical-coordinate representation of color #DDD489: hue angle of 53.57º 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 #DDD489 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 137 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.13 |
| HSL | 53.57º | 0.55% | 0.7% | - |
| HSV(B) | 53.57º | 0.38% | 0.87% | - |
| XYZ | 57.88 | 64.27 | 33.02 | - |
| YUV | 206.14 | 88.98 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 137 | 0 | 0.04 | 0.38 | 0.13 | 53.57 | 0.55 | 0.7 |
| Hex | DD | D4 | 89 | 0 | 4 | 26 | D | 36 | 37 | 46 |
| Octal | 335 | 324 | 211 | 0 | 4 | 46 | 15 | 66 | 67 | 106 |
| Binary | 11011101 | 11010100 | 10001001 | 0 | 100 | 100110 | 1101 | 110110 | 110111 | 1000110 |
Color Harmonies of #DDD489
Complementary color
Monochromatic Colors of #DDD489
Black with #DDD489
Text Example
Text Example
White with #DDD489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD489; }
p { color: rgb(221,212,137); }
H1.HeaderClassName
{
color: #DDD489;
}
.AnyTagClassName
{
color: #DDD489;
}
</style>
background-color css
<style>
a { background-color: #DDD489; }
a { background-color: rgb(221,212,137); }
div.DivClassName
{
background-color: #DDD489;
}
.BgClassName
{
background-color: #DDD489;
}
</style>
border-color css
<style>
span { border-color: #DDD489; }
span { border-color: rgb(221,212,137); }
td.TdClassName
{
border-color: #DDD489;
}
.TagClassName
{
border-color: #DDD489;
}
</style>