Shades of Primrose #DDD689
Tints of Primrose #DDD689
RGB
CMYK
RGB Variations
Color information
#DDD689 (or 0xDDD689) is known color: Primrose. HEX triplet: DD, D6 and 89. RGB value is (221,214,137). Sum of RGB (Red+Green+Blue) = 221+214+137=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 137 (53.91% from 255 or 23.95% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD689 is #222976. Grayscale: #CFCFCF. Windows color (decimal): -2238839 or 9033437. OLE color: 9033437.
HSL color Cylindrical-coordinate representation of color #DDD689: hue angle of 55º 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 #DDD689 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 137 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.13 |
| HSL | 55º | 0.55% | 0.7% | - |
| HSV(B) | 55º | 0.38% | 0.87% | - |
| XYZ | 58.38 | 65.27 | 33.19 | - |
| YUV | 207.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 137 | 0 | 0.03 | 0.38 | 0.13 | 55 | 0.55 | 0.7 |
| Hex | DD | D6 | 89 | 0 | 3 | 26 | D | 37 | 37 | 46 |
| Octal | 335 | 326 | 211 | 0 | 3 | 46 | 15 | 67 | 67 | 106 |
| Binary | 11011101 | 11010110 | 10001001 | 0 | 11 | 100110 | 1101 | 110111 | 110111 | 1000110 |
Color Harmonies of #DDD689
Complementary color
Monochromatic Colors of #DDD689
Black with #DDD689
Text Example
Text Example
White with #DDD689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD689; }
p { color: rgb(221,214,137); }
H1.HeaderClassName
{
color: #DDD689;
}
.AnyTagClassName
{
color: #DDD689;
}
</style>
background-color css
<style>
a { background-color: #DDD689; }
a { background-color: rgb(221,214,137); }
div.DivClassName
{
background-color: #DDD689;
}
.BgClassName
{
background-color: #DDD689;
}
</style>
border-color css
<style>
span { border-color: #DDD689; }
span { border-color: rgb(221,214,137); }
td.TdClassName
{
border-color: #DDD689;
}
.TagClassName
{
border-color: #DDD689;
}
</style>