Shades of Mint Julep #DBD5AC
Tints of Mint Julep #DBD5AC
RGB
CMYK
RGB Variations
Color information
#DBD5AC (or 0xDBD5AC) is known color: Mint Julep. HEX triplet: DB, D5 and AC. RGB value is (219,213,172). Sum of RGB (Red+Green+Blue) = 219+213+172=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD5AC is #242A53. Grayscale: #D2D2D2. Windows color (decimal): -2370132 or 11326939. OLE color: 11326939.
HSL color Cylindrical-coordinate representation of color #DBD5AC: hue angle of 52.34º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBD5AC is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 172 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.14 |
| HSL | 52.34º | 0.39% | 0.77% | - |
| HSV(B) | 52.34º | 0.21% | 0.86% | - |
| XYZ | 60.45 | 65.63 | 48.51 | - |
| YUV | 210.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 172 | 0 | 0.03 | 0.21 | 0.14 | 52.34 | 0.39 | 0.77 |
| Hex | DB | D5 | AC | 0 | 3 | 15 | E | 34 | 27 | 4D |
| Octal | 333 | 325 | 254 | 0 | 3 | 25 | 16 | 64 | 47 | 115 |
| Binary | 11011011 | 11010101 | 10101100 | 0 | 11 | 10101 | 1110 | 110100 | 100111 | 1001101 |
Color Harmonies of #DBD5AC
Complementary color
Monochromatic Colors of #DBD5AC
Black with #DBD5AC
Text Example
Text Example
White with #DBD5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5AC; }
p { color: rgb(219,213,172); }
H1.HeaderClassName
{
color: #DBD5AC;
}
.AnyTagClassName
{
color: #DBD5AC;
}
</style>
background-color css
<style>
a { background-color: #DBD5AC; }
a { background-color: rgb(219,213,172); }
div.DivClassName
{
background-color: #DBD5AC;
}
.BgClassName
{
background-color: #DBD5AC;
}
</style>
border-color css
<style>
span { border-color: #DBD5AC; }
span { border-color: rgb(219,213,172); }
td.TdClassName
{
border-color: #DBD5AC;
}
.TagClassName
{
border-color: #DBD5AC;
}
</style>