Shades of Mint Julep #DBD3A0
Tints of Mint Julep #DBD3A0
RGB
CMYK
RGB Variations
Color information
#DBD3A0 (or 0xDBD3A0) is known color: Mint Julep. HEX triplet: DB, D3 and A0. RGB value is (219,211,160). Sum of RGB (Red+Green+Blue) = 219+211+160=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD3A0 is #242C5F. Grayscale: #CFCFCF. Windows color (decimal): -2370656 or 10539995. OLE color: 10539995.
HSL color Cylindrical-coordinate representation of color #DBD3A0: hue angle of 51.86º 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 #DBD3A0 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 160 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.14 |
| HSL | 51.86º | 0.45% | 0.74% | - |
| HSV(B) | 51.86º | 0.27% | 0.86% | - |
| XYZ | 58.85 | 64.19 | 42.55 | - |
| YUV | 207.58 | 101.15 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 160 | 0 | 0.04 | 0.27 | 0.14 | 51.86 | 0.45 | 0.74 |
| Hex | DB | D3 | A0 | 0 | 4 | 1B | E | 34 | 2D | 4A |
| Octal | 333 | 323 | 240 | 0 | 4 | 33 | 16 | 64 | 55 | 112 |
| Binary | 11011011 | 11010011 | 10100000 | 0 | 100 | 11011 | 1110 | 110100 | 101101 | 1001010 |
Color Harmonies of #DBD3A0
Complementary color
Monochromatic Colors of #DBD3A0
Black with #DBD3A0
Text Example
Text Example
White with #DBD3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3A0; }
p { color: rgb(219,211,160); }
H1.HeaderClassName
{
color: #DBD3A0;
}
.AnyTagClassName
{
color: #DBD3A0;
}
</style>
background-color css
<style>
a { background-color: #DBD3A0; }
a { background-color: rgb(219,211,160); }
div.DivClassName
{
background-color: #DBD3A0;
}
.BgClassName
{
background-color: #DBD3A0;
}
</style>
border-color css
<style>
span { border-color: #DBD3A0; }
span { border-color: rgb(219,211,160); }
td.TdClassName
{
border-color: #DBD3A0;
}
.TagClassName
{
border-color: #DBD3A0;
}
</style>