Shades of Mint Julep #DBD8A0
Tints of Mint Julep #DBD8A0
RGB
CMYK
RGB Variations
Color information
#DBD8A0 (or 0xDBD8A0) is known color: Mint Julep. HEX triplet: DB, D8 and A0. RGB value is (219,216,160). Sum of RGB (Red+Green+Blue) = 219+216+160=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 160 (62.89% from 255 or 26.89% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD8A0 is #24275F. Grayscale: #D2D2D2. Windows color (decimal): -2369376 or 10541275. OLE color: 10541275.
HSL color Cylindrical-coordinate representation of color #DBD8A0: hue angle of 56.95º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBD8A0 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 160 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.14 |
| HSL | 56.95º | 0.45% | 0.74% | - |
| HSV(B) | 56.95º | 0.27% | 0.86% | - |
| XYZ | 60.11 | 66.71 | 42.97 | - |
| YUV | 210.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 160 | 0 | 0.01 | 0.27 | 0.14 | 56.95 | 0.45 | 0.74 |
| Hex | DB | D8 | A0 | 0 | 1 | 1B | E | 39 | 2D | 4A |
| Octal | 333 | 330 | 240 | 0 | 1 | 33 | 16 | 71 | 55 | 112 |
| Binary | 11011011 | 11011000 | 10100000 | 0 | 1 | 11011 | 1110 | 111001 | 101101 | 1001010 |
Color Harmonies of #DBD8A0
Complementary color
Monochromatic Colors of #DBD8A0
Black with #DBD8A0
Text Example
Text Example
White with #DBD8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD8A0; }
p { color: rgb(219,216,160); }
H1.HeaderClassName
{
color: #DBD8A0;
}
.AnyTagClassName
{
color: #DBD8A0;
}
</style>
background-color css
<style>
a { background-color: #DBD8A0; }
a { background-color: rgb(219,216,160); }
div.DivClassName
{
background-color: #DBD8A0;
}
.BgClassName
{
background-color: #DBD8A0;
}
</style>
border-color css
<style>
span { border-color: #DBD8A0; }
span { border-color: rgb(219,216,160); }
td.TdClassName
{
border-color: #DBD8A0;
}
.TagClassName
{
border-color: #DBD8A0;
}
</style>