Shades of Primrose #DDD586
Tints of Primrose #DDD586
RGB
CMYK
RGB Variations
Color information
#DDD586 (or 0xDDD586) is known color: Primrose. HEX triplet: DD, D5 and 86. RGB value is (221,213,134). Sum of RGB (Red+Green+Blue) = 221+213+134=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 134 (52.73% from 255 or 23.59% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD586 is #222A79. Grayscale: #CECECE. Windows color (decimal): -2239098 or 8836573. OLE color: 8836573.
HSL color Cylindrical-coordinate representation of color #DDD586: hue angle of 54.48º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDD586 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 134 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.13 |
| HSL | 54.48º | 0.56% | 0.7% | - |
| HSV(B) | 54.48º | 0.39% | 0.87% | - |
| XYZ | 57.92 | 64.68 | 31.99 | - |
| YUV | 206.39 | 87.15 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 134 | 0 | 0.04 | 0.39 | 0.13 | 54.48 | 0.56 | 0.7 |
| Hex | DD | D5 | 86 | 0 | 4 | 27 | D | 36 | 38 | 46 |
| Octal | 335 | 325 | 206 | 0 | 4 | 47 | 15 | 66 | 70 | 106 |
| Binary | 11011101 | 11010101 | 10000110 | 0 | 100 | 100111 | 1101 | 110110 | 111000 | 1000110 |
Color Harmonies of #DDD586
Complementary color
Monochromatic Colors of #DDD586
Black with #DDD586
Text Example
Text Example
White with #DDD586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD586; }
p { color: rgb(221,213,134); }
H1.HeaderClassName
{
color: #DDD586;
}
.AnyTagClassName
{
color: #DDD586;
}
</style>
background-color css
<style>
a { background-color: #DDD586; }
a { background-color: rgb(221,213,134); }
div.DivClassName
{
background-color: #DDD586;
}
.BgClassName
{
background-color: #DDD586;
}
</style>
border-color css
<style>
span { border-color: #DDD586; }
span { border-color: rgb(221,213,134); }
td.TdClassName
{
border-color: #DDD586;
}
.TagClassName
{
border-color: #DDD586;
}
</style>