Shades of Primrose #DBD487
Tints of Primrose #DBD487
RGB
CMYK
RGB Variations
Color information
#DBD487 (or 0xDBD487) is known color: Primrose. HEX triplet: DB, D4 and 87. RGB value is (219,212,135). Sum of RGB (Red+Green+Blue) = 219+212+135=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 135 (53.12% from 255 or 23.85% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD487 is #242B78. Grayscale: #CDCDCD. Windows color (decimal): -2370425 or 8901851. OLE color: 8901851.
HSL color Cylindrical-coordinate representation of color #DBD487: hue angle of 55º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBD487 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 135 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.14 |
| HSL | 55º | 0.54% | 0.69% | - |
| HSV(B) | 55º | 0.38% | 0.86% | - |
| XYZ | 57.13 | 63.9 | 32.24 | - |
| YUV | 205.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 135 | 0 | 0.03 | 0.38 | 0.14 | 55 | 0.54 | 0.69 |
| Hex | DB | D4 | 87 | 0 | 3 | 26 | E | 37 | 36 | 45 |
| Octal | 333 | 324 | 207 | 0 | 3 | 46 | 16 | 67 | 66 | 105 |
| Binary | 11011011 | 11010100 | 10000111 | 0 | 11 | 100110 | 1110 | 110111 | 110110 | 1000101 |
Color Harmonies of #DBD487
Complementary color
Monochromatic Colors of #DBD487
Black with #DBD487
Text Example
Text Example
White with #DBD487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD487; }
p { color: rgb(219,212,135); }
H1.HeaderClassName
{
color: #DBD487;
}
.AnyTagClassName
{
color: #DBD487;
}
</style>
background-color css
<style>
a { background-color: #DBD487; }
a { background-color: rgb(219,212,135); }
div.DivClassName
{
background-color: #DBD487;
}
.BgClassName
{
background-color: #DBD487;
}
</style>
border-color css
<style>
span { border-color: #DBD487; }
span { border-color: rgb(219,212,135); }
td.TdClassName
{
border-color: #DBD487;
}
.TagClassName
{
border-color: #DBD487;
}
</style>