Shades of Primrose #DBD892
Tints of Primrose #DBD892
RGB
CMYK
RGB Variations
Color information
#DBD892 (or 0xDBD892) is known color: Primrose. HEX triplet: DB, D8 and 92. RGB value is (219,216,146). Sum of RGB (Red+Green+Blue) = 219+216+146=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD892 is #24276D. Grayscale: #D1D1D1. Windows color (decimal): -2369390 or 9623771. OLE color: 9623771.
HSL color Cylindrical-coordinate representation of color #DBD892: hue angle of 57.53º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBD892 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 146 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.14 |
| HSL | 57.53º | 0.5% | 0.72% | - |
| HSV(B) | 57.53º | 0.33% | 0.86% | - |
| XYZ | 58.96 | 66.25 | 36.87 | - |
| YUV | 208.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 146 | 0 | 0.01 | 0.33 | 0.14 | 57.53 | 0.5 | 0.72 |
| Hex | DB | D8 | 92 | 0 | 1 | 21 | E | 3A | 32 | 48 |
| Octal | 333 | 330 | 222 | 0 | 1 | 41 | 16 | 72 | 62 | 110 |
| Binary | 11011011 | 11011000 | 10010010 | 0 | 1 | 100001 | 1110 | 111010 | 110010 | 1001000 |
Color Harmonies of #DBD892
Complementary color
Monochromatic Colors of #DBD892
Black with #DBD892
Text Example
Text Example
White with #DBD892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD892; }
p { color: rgb(219,216,146); }
H1.HeaderClassName
{
color: #DBD892;
}
.AnyTagClassName
{
color: #DBD892;
}
</style>
background-color css
<style>
a { background-color: #DBD892; }
a { background-color: rgb(219,216,146); }
div.DivClassName
{
background-color: #DBD892;
}
.BgClassName
{
background-color: #DBD892;
}
</style>
border-color css
<style>
span { border-color: #DBD892; }
span { border-color: rgb(219,216,146); }
td.TdClassName
{
border-color: #DBD892;
}
.TagClassName
{
border-color: #DBD892;
}
</style>