Shades of Primrose #DBD890
Tints of Primrose #DBD890
RGB
CMYK
RGB Variations
Color information
#DBD890 (or 0xDBD890) is known color: Primrose. HEX triplet: DB, D8 and 90. RGB value is (219,216,144). Sum of RGB (Red+Green+Blue) = 219+216+144=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD890 is #24276F. Grayscale: #D0D0D0. Windows color (decimal): -2369392 or 9492699. OLE color: 9492699.
HSL color Cylindrical-coordinate representation of color #DBD890: hue angle of 57.6º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBD890 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 144 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.14 |
| HSL | 57.6º | 0.51% | 0.71% | - |
| HSV(B) | 57.6º | 0.34% | 0.86% | - |
| XYZ | 58.8 | 66.19 | 36.06 | - |
| YUV | 208.69 | 91.49 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 144 | 0 | 0.01 | 0.34 | 0.14 | 57.6 | 0.51 | 0.71 |
| Hex | DB | D8 | 90 | 0 | 1 | 22 | E | 3A | 33 | 47 |
| Octal | 333 | 330 | 220 | 0 | 1 | 42 | 16 | 72 | 63 | 107 |
| Binary | 11011011 | 11011000 | 10010000 | 0 | 1 | 100010 | 1110 | 111010 | 110011 | 1000111 |
Color Harmonies of #DBD890
Complementary color
Monochromatic Colors of #DBD890
Black with #DBD890
Text Example
Text Example
White with #DBD890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD890; }
p { color: rgb(219,216,144); }
H1.HeaderClassName
{
color: #DBD890;
}
.AnyTagClassName
{
color: #DBD890;
}
</style>
background-color css
<style>
a { background-color: #DBD890; }
a { background-color: rgb(219,216,144); }
div.DivClassName
{
background-color: #DBD890;
}
.BgClassName
{
background-color: #DBD890;
}
</style>
border-color css
<style>
span { border-color: #DBD890; }
span { border-color: rgb(219,216,144); }
td.TdClassName
{
border-color: #DBD890;
}
.TagClassName
{
border-color: #DBD890;
}
</style>