Shades of Mint Julep #DBD89E
Tints of Mint Julep #DBD89E
RGB
CMYK
RGB Variations
Color information
#DBD89E (or 0xDBD89E) is known color: Mint Julep. HEX triplet: DB, D8 and 9E. RGB value is (219,216,158). Sum of RGB (Red+Green+Blue) = 219+216+158=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 158 (62.11% from 255 or 26.64% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD89E is #242761. Grayscale: #D2D2D2. Windows color (decimal): -2369378 or 10410203. OLE color: 10410203.
HSL color Cylindrical-coordinate representation of color #DBD89E: hue angle of 57.05º 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 #DBD89E is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 158 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.14 |
| HSL | 57.05º | 0.46% | 0.74% | - |
| HSV(B) | 57.05º | 0.28% | 0.86% | - |
| XYZ | 59.94 | 66.64 | 42.05 | - |
| YUV | 210.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 158 | 0 | 0.01 | 0.28 | 0.14 | 57.05 | 0.46 | 0.74 |
| Hex | DB | D8 | 9E | 0 | 1 | 1C | E | 39 | 2E | 4A |
| Octal | 333 | 330 | 236 | 0 | 1 | 34 | 16 | 71 | 56 | 112 |
| Binary | 11011011 | 11011000 | 10011110 | 0 | 1 | 11100 | 1110 | 111001 | 101110 | 1001010 |
Color Harmonies of #DBD89E
Complementary color
Monochromatic Colors of #DBD89E
Black with #DBD89E
Text Example
Text Example
White with #DBD89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD89E; }
p { color: rgb(219,216,158); }
H1.HeaderClassName
{
color: #DBD89E;
}
.AnyTagClassName
{
color: #DBD89E;
}
</style>
background-color css
<style>
a { background-color: #DBD89E; }
a { background-color: rgb(219,216,158); }
div.DivClassName
{
background-color: #DBD89E;
}
.BgClassName
{
background-color: #DBD89E;
}
</style>
border-color css
<style>
span { border-color: #DBD89E; }
span { border-color: rgb(219,216,158); }
td.TdClassName
{
border-color: #DBD89E;
}
.TagClassName
{
border-color: #DBD89E;
}
</style>