Shades of Primrose #DBDA8A
Tints of Primrose #DBDA8A
RGB
CMYK
RGB Variations
Color information
#DBDA8A (or 0xDBDA8A) is known color: Primrose. HEX triplet: DB, DA and 8A. RGB value is (219,218,138). Sum of RGB (Red+Green+Blue) = 219+218+138=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA8A is #242575. Grayscale: #D1D1D1. Windows color (decimal): -2368886 or 9099995. OLE color: 9099995.
HSL color Cylindrical-coordinate representation of color #DBDA8A: hue angle of 59.26º 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 #DBDA8A is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 138 | - |
| CMYK | 0 | 0.00 | 0.37 | 0.14 |
| HSL | 59.26º | 0.53% | 0.7% | - |
| HSV(B) | 59.26º | 0.37% | 0.86% | - |
| XYZ | 58.87 | 67.04 | 33.88 | - |
| YUV | 209.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 138 | 0 | 0.00 | 0.37 | 0.14 | 59.26 | 0.53 | 0.7 |
| Hex | DB | DA | 8A | 0 | 0 | 25 | E | 3B | 35 | 46 |
| Octal | 333 | 332 | 212 | 0 | 0 | 45 | 16 | 73 | 65 | 106 |
| Binary | 11011011 | 11011010 | 10001010 | 0 | 0 | 100101 | 1110 | 111011 | 110101 | 1000110 |
Color Harmonies of #DBDA8A
Complementary color
Monochromatic Colors of #DBDA8A
Black with #DBDA8A
Text Example
Text Example
White with #DBDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA8A; }
p { color: rgb(219,218,138); }
H1.HeaderClassName
{
color: #DBDA8A;
}
.AnyTagClassName
{
color: #DBDA8A;
}
</style>
background-color css
<style>
a { background-color: #DBDA8A; }
a { background-color: rgb(219,218,138); }
div.DivClassName
{
background-color: #DBDA8A;
}
.BgClassName
{
background-color: #DBDA8A;
}
</style>
border-color css
<style>
span { border-color: #DBDA8A; }
span { border-color: rgb(219,218,138); }
td.TdClassName
{
border-color: #DBDA8A;
}
.TagClassName
{
border-color: #DBDA8A;
}
</style>