Shades of Primrose #DBD589
Tints of Primrose #DBD589
RGB
CMYK
RGB Variations
Color information
#DBD589 (or 0xDBD589) is known color: Primrose. HEX triplet: DB, D5 and 89. RGB value is (219,213,137). Sum of RGB (Red+Green+Blue) = 219+213+137=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 137 (53.91% from 255 or 24.08% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD589 is #242A76. Grayscale: #CECECE. Windows color (decimal): -2370167 or 9033179. OLE color: 9033179.
HSL color Cylindrical-coordinate representation of color #DBD589: hue angle of 55.61º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBD589 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 137 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.14 |
| HSL | 55.61º | 0.53% | 0.7% | - |
| HSV(B) | 55.61º | 0.37% | 0.86% | - |
| XYZ | 57.52 | 64.45 | 33.08 | - |
| YUV | 206.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 137 | 0 | 0.03 | 0.37 | 0.14 | 55.61 | 0.53 | 0.7 |
| Hex | DB | D5 | 89 | 0 | 3 | 25 | E | 38 | 35 | 46 |
| Octal | 333 | 325 | 211 | 0 | 3 | 45 | 16 | 70 | 65 | 106 |
| Binary | 11011011 | 11010101 | 10001001 | 0 | 11 | 100101 | 1110 | 111000 | 110101 | 1000110 |
Color Harmonies of #DBD589
Complementary color
Monochromatic Colors of #DBD589
Black with #DBD589
Text Example
Text Example
White with #DBD589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD589; }
p { color: rgb(219,213,137); }
H1.HeaderClassName
{
color: #DBD589;
}
.AnyTagClassName
{
color: #DBD589;
}
</style>
background-color css
<style>
a { background-color: #DBD589; }
a { background-color: rgb(219,213,137); }
div.DivClassName
{
background-color: #DBD589;
}
.BgClassName
{
background-color: #DBD589;
}
</style>
border-color css
<style>
span { border-color: #DBD589; }
span { border-color: rgb(219,213,137); }
td.TdClassName
{
border-color: #DBD589;
}
.TagClassName
{
border-color: #DBD589;
}
</style>