Shades of Primrose #DBDA8D
Tints of Primrose #DBDA8D
RGB
CMYK
RGB Variations
Color information
#DBDA8D (or 0xDBDA8D) is known color: Primrose. HEX triplet: DB, DA and 8D. RGB value is (219,218,141). Sum of RGB (Red+Green+Blue) = 219+218+141=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA8D is #242572. Grayscale: #D1D1D1. Windows color (decimal): -2368883 or 9296603. OLE color: 9296603.
HSL color Cylindrical-coordinate representation of color #DBDA8D: hue angle of 59.23º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBDA8D is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 141 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.14 |
| HSL | 59.23º | 0.52% | 0.71% | - |
| HSV(B) | 59.23º | 0.36% | 0.86% | - |
| XYZ | 59.09 | 67.13 | 35.04 | - |
| YUV | 209.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 141 | 0 | 0.00 | 0.36 | 0.14 | 59.23 | 0.52 | 0.71 |
| Hex | DB | DA | 8D | 0 | 0 | 24 | E | 3B | 34 | 47 |
| Octal | 333 | 332 | 215 | 0 | 0 | 44 | 16 | 73 | 64 | 107 |
| Binary | 11011011 | 11011010 | 10001101 | 0 | 0 | 100100 | 1110 | 111011 | 110100 | 1000111 |
Color Harmonies of #DBDA8D
Complementary color
Monochromatic Colors of #DBDA8D
Black with #DBDA8D
Text Example
Text Example
White with #DBDA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA8D; }
p { color: rgb(219,218,141); }
H1.HeaderClassName
{
color: #DBDA8D;
}
.AnyTagClassName
{
color: #DBDA8D;
}
</style>
background-color css
<style>
a { background-color: #DBDA8D; }
a { background-color: rgb(219,218,141); }
div.DivClassName
{
background-color: #DBDA8D;
}
.BgClassName
{
background-color: #DBDA8D;
}
</style>
border-color css
<style>
span { border-color: #DBDA8D; }
span { border-color: rgb(219,218,141); }
td.TdClassName
{
border-color: #DBDA8D;
}
.TagClassName
{
border-color: #DBDA8D;
}
</style>