Shades of Mint Julep #DBD49E
Tints of Mint Julep #DBD49E
RGB
CMYK
RGB Variations
Color information
#DBD49E (or 0xDBD49E) is known color: Mint Julep. HEX triplet: DB, D4 and 9E. RGB value is (219,212,158). Sum of RGB (Red+Green+Blue) = 219+212+158=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 158 (62.11% from 255 or 26.83% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD49E is #242B61. Grayscale: #D0D0D0. Windows color (decimal): -2370402 or 10409179. OLE color: 10409179.
HSL color Cylindrical-coordinate representation of color #DBD49E: hue angle of 53.11º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBD49E is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 158 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.14 |
| HSL | 53.11º | 0.46% | 0.74% | - |
| HSV(B) | 53.11º | 0.28% | 0.86% | - |
| XYZ | 58.93 | 64.62 | 41.71 | - |
| YUV | 207.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 158 | 0 | 0.03 | 0.28 | 0.14 | 53.11 | 0.46 | 0.74 |
| Hex | DB | D4 | 9E | 0 | 3 | 1C | E | 35 | 2E | 4A |
| Octal | 333 | 324 | 236 | 0 | 3 | 34 | 16 | 65 | 56 | 112 |
| Binary | 11011011 | 11010100 | 10011110 | 0 | 11 | 11100 | 1110 | 110101 | 101110 | 1001010 |
Color Harmonies of #DBD49E
Complementary color
Monochromatic Colors of #DBD49E
Black with #DBD49E
Text Example
Text Example
White with #DBD49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD49E; }
p { color: rgb(219,212,158); }
H1.HeaderClassName
{
color: #DBD49E;
}
.AnyTagClassName
{
color: #DBD49E;
}
</style>
background-color css
<style>
a { background-color: #DBD49E; }
a { background-color: rgb(219,212,158); }
div.DivClassName
{
background-color: #DBD49E;
}
.BgClassName
{
background-color: #DBD49E;
}
</style>
border-color css
<style>
span { border-color: #DBD49E; }
span { border-color: rgb(219,212,158); }
td.TdClassName
{
border-color: #DBD49E;
}
.TagClassName
{
border-color: #DBD49E;
}
</style>