Shades of Primrose #DBDA8E
Tints of Primrose #DBDA8E
RGB
CMYK
RGB Variations
Color information
#DBDA8E (or 0xDBDA8E) is known color: Primrose. HEX triplet: DB, DA and 8E. RGB value is (219,218,142). Sum of RGB (Red+Green+Blue) = 219+218+142=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 142 (55.86% from 255 or 24.53% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA8E is #242571. Grayscale: #D1D1D1. Windows color (decimal): -2368882 or 9362139. OLE color: 9362139.
HSL color Cylindrical-coordinate representation of color #DBDA8E: hue angle of 59.22º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBDA8E is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 142 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.14 |
| HSL | 59.22º | 0.52% | 0.71% | - |
| HSV(B) | 59.22º | 0.35% | 0.86% | - |
| XYZ | 59.17 | 67.16 | 35.44 | - |
| YUV | 209.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 142 | 0 | 0.00 | 0.35 | 0.14 | 59.22 | 0.52 | 0.71 |
| Hex | DB | DA | 8E | 0 | 0 | 23 | E | 3B | 34 | 47 |
| Octal | 333 | 332 | 216 | 0 | 0 | 43 | 16 | 73 | 64 | 107 |
| Binary | 11011011 | 11011010 | 10001110 | 0 | 0 | 100011 | 1110 | 111011 | 110100 | 1000111 |
Color Harmonies of #DBDA8E
Complementary color
Monochromatic Colors of #DBDA8E
Black with #DBDA8E
Text Example
Text Example
White with #DBDA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA8E; }
p { color: rgb(219,218,142); }
H1.HeaderClassName
{
color: #DBDA8E;
}
.AnyTagClassName
{
color: #DBDA8E;
}
</style>
background-color css
<style>
a { background-color: #DBDA8E; }
a { background-color: rgb(219,218,142); }
div.DivClassName
{
background-color: #DBDA8E;
}
.BgClassName
{
background-color: #DBDA8E;
}
</style>
border-color css
<style>
span { border-color: #DBDA8E; }
span { border-color: rgb(219,218,142); }
td.TdClassName
{
border-color: #DBDA8E;
}
.TagClassName
{
border-color: #DBDA8E;
}
</style>