Shades of Primrose #DBDA87
Tints of Primrose #DBDA87
RGB
CMYK
RGB Variations
Color information
#DBDA87 (or 0xDBDA87) is known color: Primrose. HEX triplet: DB, DA and 87. RGB value is (219,218,135). Sum of RGB (Red+Green+Blue) = 219+218+135=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 135 (53.12% from 255 or 23.60% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA87 is #242578. Grayscale: #D1D1D1. Windows color (decimal): -2368889 or 8903387. OLE color: 8903387.
HSL color Cylindrical-coordinate representation of color #DBDA87: hue angle of 59.29º 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 #DBDA87 is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 135 | - |
| CMYK | 0 | 0.00 | 0.38 | 0.14 |
| HSL | 59.29º | 0.54% | 0.69% | - |
| HSV(B) | 59.29º | 0.38% | 0.86% | - |
| XYZ | 58.66 | 66.95 | 32.75 | - |
| YUV | 208.84 | 86.33 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 135 | 0 | 0.00 | 0.38 | 0.14 | 59.29 | 0.54 | 0.69 |
| Hex | DB | DA | 87 | 0 | 0 | 26 | E | 3B | 36 | 45 |
| Octal | 333 | 332 | 207 | 0 | 0 | 46 | 16 | 73 | 66 | 105 |
| Binary | 11011011 | 11011010 | 10000111 | 0 | 0 | 100110 | 1110 | 111011 | 110110 | 1000101 |
Color Harmonies of #DBDA87
Complementary color
Monochromatic Colors of #DBDA87
Black with #DBDA87
Text Example
Text Example
White with #DBDA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA87; }
p { color: rgb(219,218,135); }
H1.HeaderClassName
{
color: #DBDA87;
}
.AnyTagClassName
{
color: #DBDA87;
}
</style>
background-color css
<style>
a { background-color: #DBDA87; }
a { background-color: rgb(219,218,135); }
div.DivClassName
{
background-color: #DBDA87;
}
.BgClassName
{
background-color: #DBDA87;
}
</style>
border-color css
<style>
span { border-color: #DBDA87; }
span { border-color: rgb(219,218,135); }
td.TdClassName
{
border-color: #DBDA87;
}
.TagClassName
{
border-color: #DBDA87;
}
</style>