Shades of Primrose #DDDB89
Tints of Primrose #DDDB89
RGB
CMYK
RGB Variations
Color information
#DDDB89 (or 0xDDDB89) is known color: Primrose. HEX triplet: DD, DB and 89. RGB value is (221,219,137). Sum of RGB (Red+Green+Blue) = 221+219+137=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 137 (53.91% from 255 or 23.74% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB89 is #222476. Grayscale: #D2D2D2. Windows color (decimal): -2237559 or 9034717. OLE color: 9034717.
HSL color Cylindrical-coordinate representation of color #DDDB89: hue angle of 58.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 #DDDB89 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 137 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.13 |
| HSL | 58.57º | 0.55% | 0.7% | - |
| HSV(B) | 58.57º | 0.38% | 0.87% | - |
| XYZ | 59.67 | 67.84 | 33.62 | - |
| YUV | 210.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 137 | 0 | 0.01 | 0.38 | 0.13 | 58.57 | 0.55 | 0.7 |
| Hex | DD | DB | 89 | 0 | 1 | 26 | D | 3B | 37 | 46 |
| Octal | 335 | 333 | 211 | 0 | 1 | 46 | 15 | 73 | 67 | 106 |
| Binary | 11011101 | 11011011 | 10001001 | 0 | 1 | 100110 | 1101 | 111011 | 110111 | 1000110 |
Color Harmonies of #DDDB89
Complementary color
Monochromatic Colors of #DDDB89
Black with #DDDB89
Text Example
Text Example
White with #DDDB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB89; }
p { color: rgb(221,219,137); }
H1.HeaderClassName
{
color: #DDDB89;
}
.AnyTagClassName
{
color: #DDDB89;
}
</style>
background-color css
<style>
a { background-color: #DDDB89; }
a { background-color: rgb(221,219,137); }
div.DivClassName
{
background-color: #DDDB89;
}
.BgClassName
{
background-color: #DDDB89;
}
</style>
border-color css
<style>
span { border-color: #DDDB89; }
span { border-color: rgb(221,219,137); }
td.TdClassName
{
border-color: #DDDB89;
}
.TagClassName
{
border-color: #DDDB89;
}
</style>