Shades of Primrose #DBD993
Tints of Primrose #DBD993
RGB
CMYK
RGB Variations
Color information
#DBD993 (or 0xDBD993) is known color: Primrose. HEX triplet: DB, D9 and 93. RGB value is (219,217,147). Sum of RGB (Red+Green+Blue) = 219+217+147=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 147 (57.81% from 255 or 25.21% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD993 is #24266C. Grayscale: #D1D1D1. Windows color (decimal): -2369133 or 9689563. OLE color: 9689563.
HSL color Cylindrical-coordinate representation of color #DBD993: hue angle of 58.33º 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 #DBD993 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 147 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.14 |
| HSL | 58.33º | 0.5% | 0.72% | - |
| HSV(B) | 58.33º | 0.33% | 0.86% | - |
| XYZ | 59.29 | 66.79 | 37.37 | - |
| YUV | 209.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 147 | 0 | 0.01 | 0.33 | 0.14 | 58.33 | 0.5 | 0.72 |
| Hex | DB | D9 | 93 | 0 | 1 | 21 | E | 3A | 32 | 48 |
| Octal | 333 | 331 | 223 | 0 | 1 | 41 | 16 | 72 | 62 | 110 |
| Binary | 11011011 | 11011001 | 10010011 | 0 | 1 | 100001 | 1110 | 111010 | 110010 | 1001000 |
Color Harmonies of #DBD993
Complementary color
Monochromatic Colors of #DBD993
Black with #DBD993
Text Example
Text Example
White with #DBD993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD993; }
p { color: rgb(219,217,147); }
H1.HeaderClassName
{
color: #DBD993;
}
.AnyTagClassName
{
color: #DBD993;
}
</style>
background-color css
<style>
a { background-color: #DBD993; }
a { background-color: rgb(219,217,147); }
div.DivClassName
{
background-color: #DBD993;
}
.BgClassName
{
background-color: #DBD993;
}
</style>
border-color css
<style>
span { border-color: #DBD993; }
span { border-color: rgb(219,217,147); }
td.TdClassName
{
border-color: #DBD993;
}
.TagClassName
{
border-color: #DBD993;
}
</style>