Shades of Primrose #DDD588
Tints of Primrose #DDD588
RGB
CMYK
RGB Variations
Color information
#DDD588 (or 0xDDD588) is known color: Primrose. HEX triplet: DD, D5 and 88. RGB value is (221,213,136). Sum of RGB (Red+Green+Blue) = 221+213+136=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 136 (53.52% from 255 or 23.86% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD588 is #222A77. Grayscale: #CECECE. Windows color (decimal): -2239096 or 8967645. OLE color: 8967645.
HSL color Cylindrical-coordinate representation of color #DDD588: hue angle of 54.35º 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 #DDD588 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 136 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.13 |
| HSL | 54.35º | 0.56% | 0.7% | - |
| HSV(B) | 54.35º | 0.38% | 0.87% | - |
| XYZ | 58.06 | 64.74 | 32.73 | - |
| YUV | 206.61 | 88.15 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 136 | 0 | 0.04 | 0.38 | 0.13 | 54.35 | 0.56 | 0.7 |
| Hex | DD | D5 | 88 | 0 | 4 | 26 | D | 36 | 38 | 46 |
| Octal | 335 | 325 | 210 | 0 | 4 | 46 | 15 | 66 | 70 | 106 |
| Binary | 11011101 | 11010101 | 10001000 | 0 | 100 | 100110 | 1101 | 110110 | 111000 | 1000110 |
Color Harmonies of #DDD588
Complementary color
Monochromatic Colors of #DDD588
Black with #DDD588
Text Example
Text Example
White with #DDD588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD588; }
p { color: rgb(221,213,136); }
H1.HeaderClassName
{
color: #DDD588;
}
.AnyTagClassName
{
color: #DDD588;
}
</style>
background-color css
<style>
a { background-color: #DDD588; }
a { background-color: rgb(221,213,136); }
div.DivClassName
{
background-color: #DDD588;
}
.BgClassName
{
background-color: #DDD588;
}
</style>
border-color css
<style>
span { border-color: #DDD588; }
span { border-color: rgb(221,213,136); }
td.TdClassName
{
border-color: #DDD588;
}
.TagClassName
{
border-color: #DDD588;
}
</style>