Shades of Primrose #DBD893
Tints of Primrose #DBD893
RGB
CMYK
RGB Variations
Color information
#DBD893 (or 0xDBD893) is known color: Primrose. HEX triplet: DB, D8 and 93. RGB value is (219,216,147). Sum of RGB (Red+Green+Blue) = 219+216+147=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 147 (57.81% from 255 or 25.26% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD893 is #24276C. Grayscale: #D1D1D1. Windows color (decimal): -2369389 or 9689307. OLE color: 9689307.
HSL color Cylindrical-coordinate representation of color #DBD893: hue angle of 57.5º 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 #DBD893 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 147 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.14 |
| HSL | 57.5º | 0.5% | 0.72% | - |
| HSV(B) | 57.5º | 0.33% | 0.86% | - |
| XYZ | 59.04 | 66.28 | 37.29 | - |
| YUV | 209.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 147 | 0 | 0.01 | 0.33 | 0.14 | 57.5 | 0.5 | 0.72 |
| Hex | DB | D8 | 93 | 0 | 1 | 21 | E | 3A | 32 | 48 |
| Octal | 333 | 330 | 223 | 0 | 1 | 41 | 16 | 72 | 62 | 110 |
| Binary | 11011011 | 11011000 | 10010011 | 0 | 1 | 100001 | 1110 | 111010 | 110010 | 1001000 |
Color Harmonies of #DBD893
Complementary color
Monochromatic Colors of #DBD893
Black with #DBD893
Text Example
Text Example
White with #DBD893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD893; }
p { color: rgb(219,216,147); }
H1.HeaderClassName
{
color: #DBD893;
}
.AnyTagClassName
{
color: #DBD893;
}
</style>
background-color css
<style>
a { background-color: #DBD893; }
a { background-color: rgb(219,216,147); }
div.DivClassName
{
background-color: #DBD893;
}
.BgClassName
{
background-color: #DBD893;
}
</style>
border-color css
<style>
span { border-color: #DBD893; }
span { border-color: rgb(219,216,147); }
td.TdClassName
{
border-color: #DBD893;
}
.TagClassName
{
border-color: #DBD893;
}
</style>