Shades of Primrose #DBDA84
Tints of Primrose #DBDA84
RGB
CMYK
RGB Variations
Color information
#DBDA84 (or 0xDBDA84) is known color: Primrose. HEX triplet: DB, DA and 84. RGB value is (219,218,132). Sum of RGB (Red+Green+Blue) = 219+218+132=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA84 is #24257B. Grayscale: #D0D0D0. Windows color (decimal): -2368892 or 8706779. OLE color: 8706779.
HSL color Cylindrical-coordinate representation of color #DBDA84: hue angle of 59.31º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBDA84 is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 132 | - |
| CMYK | 0 | 0.00 | 0.40 | 0.14 |
| HSL | 59.31º | 0.55% | 0.69% | - |
| HSV(B) | 59.31º | 0.4% | 0.86% | - |
| XYZ | 58.45 | 66.87 | 31.66 | - |
| YUV | 208.5 | 84.83 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 132 | 0 | 0.00 | 0.40 | 0.14 | 59.31 | 0.55 | 0.69 |
| Hex | DB | DA | 84 | 0 | 0 | 28 | E | 3B | 37 | 45 |
| Octal | 333 | 332 | 204 | 0 | 0 | 50 | 16 | 73 | 67 | 105 |
| Binary | 11011011 | 11011010 | 10000100 | 0 | 0 | 101000 | 1110 | 111011 | 110111 | 1000101 |
Color Harmonies of #DBDA84
Complementary color
Monochromatic Colors of #DBDA84
Black with #DBDA84
Text Example
Text Example
White with #DBDA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA84; }
p { color: rgb(219,218,132); }
H1.HeaderClassName
{
color: #DBDA84;
}
.AnyTagClassName
{
color: #DBDA84;
}
</style>
background-color css
<style>
a { background-color: #DBDA84; }
a { background-color: rgb(219,218,132); }
div.DivClassName
{
background-color: #DBDA84;
}
.BgClassName
{
background-color: #DBDA84;
}
</style>
border-color css
<style>
span { border-color: #DBDA84; }
span { border-color: rgb(219,218,132); }
td.TdClassName
{
border-color: #DBDA84;
}
.TagClassName
{
border-color: #DBDA84;
}
</style>