Shades of Mint Julep #DBD3AD
Tints of Mint Julep #DBD3AD
RGB
CMYK
RGB Variations
Color information
#DBD3AD (or 0xDBD3AD) is known color: Mint Julep. HEX triplet: DB, D3 and AD. RGB value is (219,211,173). Sum of RGB (Red+Green+Blue) = 219+211+173=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD3AD is #242C52. Grayscale: #D1D1D1. Windows color (decimal): -2370643 or 11391963. OLE color: 11391963.
HSL color Cylindrical-coordinate representation of color #DBD3AD: hue angle of 49.57º 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 #DBD3AD is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 173 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.14 |
| HSL | 49.57º | 0.39% | 0.77% | - |
| HSV(B) | 49.57º | 0.21% | 0.86% | - |
| XYZ | 60.05 | 64.67 | 48.85 | - |
| YUV | 209.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 173 | 0 | 0.04 | 0.21 | 0.14 | 49.57 | 0.39 | 0.77 |
| Hex | DB | D3 | AD | 0 | 4 | 15 | E | 32 | 27 | 4D |
| Octal | 333 | 323 | 255 | 0 | 4 | 25 | 16 | 62 | 47 | 115 |
| Binary | 11011011 | 11010011 | 10101101 | 0 | 100 | 10101 | 1110 | 110010 | 100111 | 1001101 |
Color Harmonies of #DBD3AD
Complementary color
Monochromatic Colors of #DBD3AD
Black with #DBD3AD
Text Example
Text Example
White with #DBD3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3AD; }
p { color: rgb(219,211,173); }
H1.HeaderClassName
{
color: #DBD3AD;
}
.AnyTagClassName
{
color: #DBD3AD;
}
</style>
background-color css
<style>
a { background-color: #DBD3AD; }
a { background-color: rgb(219,211,173); }
div.DivClassName
{
background-color: #DBD3AD;
}
.BgClassName
{
background-color: #DBD3AD;
}
</style>
border-color css
<style>
span { border-color: #DBD3AD; }
span { border-color: rgb(219,211,173); }
td.TdClassName
{
border-color: #DBD3AD;
}
.TagClassName
{
border-color: #DBD3AD;
}
</style>