Shades of Primrose #DBD593
Tints of Primrose #DBD593
RGB
CMYK
RGB Variations
Color information
#DBD593 (or 0xDBD593) is known color: Primrose. HEX triplet: DB, D5 and 93. RGB value is (219,213,147). Sum of RGB (Red+Green+Blue) = 219+213+147=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 147 (57.81% from 255 or 25.39% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD593 is #242A6C. Grayscale: #CFCFCF. Windows color (decimal): -2370157 or 9688539. OLE color: 9688539.
HSL color Cylindrical-coordinate representation of color #DBD593: hue angle of 55º 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 #DBD593 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 147 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.14 |
| HSL | 55º | 0.5% | 0.72% | - |
| HSV(B) | 55º | 0.33% | 0.86% | - |
| XYZ | 58.27 | 64.76 | 37.03 | - |
| YUV | 207.27 | 93.99 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 147 | 0 | 0.03 | 0.33 | 0.14 | 55 | 0.5 | 0.72 |
| Hex | DB | D5 | 93 | 0 | 3 | 21 | E | 37 | 32 | 48 |
| Octal | 333 | 325 | 223 | 0 | 3 | 41 | 16 | 67 | 62 | 110 |
| Binary | 11011011 | 11010101 | 10010011 | 0 | 11 | 100001 | 1110 | 110111 | 110010 | 1001000 |
Color Harmonies of #DBD593
Complementary color
Monochromatic Colors of #DBD593
Black with #DBD593
Text Example
Text Example
White with #DBD593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD593; }
p { color: rgb(219,213,147); }
H1.HeaderClassName
{
color: #DBD593;
}
.AnyTagClassName
{
color: #DBD593;
}
</style>
background-color css
<style>
a { background-color: #DBD593; }
a { background-color: rgb(219,213,147); }
div.DivClassName
{
background-color: #DBD593;
}
.BgClassName
{
background-color: #DBD593;
}
</style>
border-color css
<style>
span { border-color: #DBD593; }
span { border-color: rgb(219,213,147); }
td.TdClassName
{
border-color: #DBD593;
}
.TagClassName
{
border-color: #DBD593;
}
</style>