Shades of Primrose #DBDA88
Tints of Primrose #DBDA88
RGB
CMYK
RGB Variations
Color information
#DBDA88 (or 0xDBDA88) is known color: Primrose. HEX triplet: DB, DA and 88. RGB value is (219,218,136). Sum of RGB (Red+Green+Blue) = 219+218+136=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 136 (53.52% from 255 or 23.73% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA88 is #242577. Grayscale: #D1D1D1. Windows color (decimal): -2368888 or 8968923. OLE color: 8968923.
HSL color Cylindrical-coordinate representation of color #DBDA88: hue angle of 59.28º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBDA88 is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 136 | - |
| CMYK | 0 | 0.00 | 0.38 | 0.14 |
| HSL | 59.28º | 0.54% | 0.7% | - |
| HSV(B) | 59.28º | 0.38% | 0.86% | - |
| XYZ | 58.73 | 66.98 | 33.13 | - |
| YUV | 208.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 136 | 0 | 0.00 | 0.38 | 0.14 | 59.28 | 0.54 | 0.7 |
| Hex | DB | DA | 88 | 0 | 0 | 26 | E | 3B | 36 | 46 |
| Octal | 333 | 332 | 210 | 0 | 0 | 46 | 16 | 73 | 66 | 106 |
| Binary | 11011011 | 11011010 | 10001000 | 0 | 0 | 100110 | 1110 | 111011 | 110110 | 1000110 |
Color Harmonies of #DBDA88
Complementary color
Monochromatic Colors of #DBDA88
Black with #DBDA88
Text Example
Text Example
White with #DBDA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA88; }
p { color: rgb(219,218,136); }
H1.HeaderClassName
{
color: #DBDA88;
}
.AnyTagClassName
{
color: #DBDA88;
}
</style>
background-color css
<style>
a { background-color: #DBDA88; }
a { background-color: rgb(219,218,136); }
div.DivClassName
{
background-color: #DBDA88;
}
.BgClassName
{
background-color: #DBDA88;
}
</style>
border-color css
<style>
span { border-color: #DBDA88; }
span { border-color: rgb(219,218,136); }
td.TdClassName
{
border-color: #DBDA88;
}
.TagClassName
{
border-color: #DBDA88;
}
</style>