Shades of Mint Julep #DBD5A3
Tints of Mint Julep #DBD5A3
RGB
CMYK
RGB Variations
Color information
#DBD5A3 (or 0xDBD5A3) is known color: Mint Julep. HEX triplet: DB, D5 and A3. RGB value is (219,213,163). Sum of RGB (Red+Green+Blue) = 219+213+163=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 163 (64.06% from 255 or 27.39% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD5A3 is #242A5C. Grayscale: #D1D1D1. Windows color (decimal): -2370141 or 10737115. OLE color: 10737115.
HSL color Cylindrical-coordinate representation of color #DBD5A3: hue angle of 53.57º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBD5A3 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 163 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.14 |
| HSL | 53.57º | 0.44% | 0.75% | - |
| HSV(B) | 53.57º | 0.26% | 0.86% | - |
| XYZ | 59.62 | 65.29 | 44.11 | - |
| YUV | 209.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 163 | 0 | 0.03 | 0.26 | 0.14 | 53.57 | 0.44 | 0.75 |
| Hex | DB | D5 | A3 | 0 | 3 | 1A | E | 36 | 2C | 4B |
| Octal | 333 | 325 | 243 | 0 | 3 | 32 | 16 | 66 | 54 | 113 |
| Binary | 11011011 | 11010101 | 10100011 | 0 | 11 | 11010 | 1110 | 110110 | 101100 | 1001011 |
Color Harmonies of #DBD5A3
Complementary color
Monochromatic Colors of #DBD5A3
Black with #DBD5A3
Text Example
Text Example
White with #DBD5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5A3; }
p { color: rgb(219,213,163); }
H1.HeaderClassName
{
color: #DBD5A3;
}
.AnyTagClassName
{
color: #DBD5A3;
}
</style>
background-color css
<style>
a { background-color: #DBD5A3; }
a { background-color: rgb(219,213,163); }
div.DivClassName
{
background-color: #DBD5A3;
}
.BgClassName
{
background-color: #DBD5A3;
}
</style>
border-color css
<style>
span { border-color: #DBD5A3; }
span { border-color: rgb(219,213,163); }
td.TdClassName
{
border-color: #DBD5A3;
}
.TagClassName
{
border-color: #DBD5A3;
}
</style>