Shades of Primrose #DBD895
Tints of Primrose #DBD895
RGB
CMYK
RGB Variations
Color information
#DBD895 (or 0xDBD895) is known color: Primrose. HEX triplet: DB, D8 and 95. RGB value is (219,216,149). Sum of RGB (Red+Green+Blue) = 219+216+149=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD895 is #24276A. Grayscale: #D1D1D1. Windows color (decimal): -2369387 or 9820379. OLE color: 9820379.
HSL color Cylindrical-coordinate representation of color #DBD895: hue angle of 57.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBD895 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 149 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.14 |
| HSL | 57.43º | 0.49% | 0.72% | - |
| HSV(B) | 57.43º | 0.32% | 0.86% | - |
| XYZ | 59.19 | 66.34 | 38.12 | - |
| YUV | 209.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 149 | 0 | 0.01 | 0.32 | 0.14 | 57.43 | 0.49 | 0.72 |
| Hex | DB | D8 | 95 | 0 | 1 | 20 | E | 39 | 31 | 48 |
| Octal | 333 | 330 | 225 | 0 | 1 | 40 | 16 | 71 | 61 | 110 |
| Binary | 11011011 | 11011000 | 10010101 | 0 | 1 | 100000 | 1110 | 111001 | 110001 | 1001000 |
Color Harmonies of #DBD895
Complementary color
Monochromatic Colors of #DBD895
Black with #DBD895
Text Example
Text Example
White with #DBD895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD895; }
p { color: rgb(219,216,149); }
H1.HeaderClassName
{
color: #DBD895;
}
.AnyTagClassName
{
color: #DBD895;
}
</style>
background-color css
<style>
a { background-color: #DBD895; }
a { background-color: rgb(219,216,149); }
div.DivClassName
{
background-color: #DBD895;
}
.BgClassName
{
background-color: #DBD895;
}
</style>
border-color css
<style>
span { border-color: #DBD895; }
span { border-color: rgb(219,216,149); }
td.TdClassName
{
border-color: #DBD895;
}
.TagClassName
{
border-color: #DBD895;
}
</style>