Shades of Mint Julep #DBD9A1
Tints of Mint Julep #DBD9A1
RGB
CMYK
RGB Variations
Color information
#DBD9A1 (or 0xDBD9A1) is known color: Mint Julep. HEX triplet: DB, D9 and A1. RGB value is (219,217,161). Sum of RGB (Red+Green+Blue) = 219+217+161=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 161 (63.28% from 255 or 26.97% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD9A1 is #24265E. Grayscale: #D3D3D3. Windows color (decimal): -2369119 or 10607067. OLE color: 10607067.
HSL color Cylindrical-coordinate representation of color #DBD9A1: hue angle of 57.93º degrees, saturation: 0.45, 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 #DBD9A1 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 161 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.14 |
| HSL | 57.93º | 0.45% | 0.75% | - |
| HSV(B) | 57.93º | 0.26% | 0.86% | - |
| XYZ | 60.46 | 67.26 | 43.51 | - |
| YUV | 211.21 | 99.66 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 161 | 0 | 0.01 | 0.26 | 0.14 | 57.93 | 0.45 | 0.75 |
| Hex | DB | D9 | A1 | 0 | 1 | 1A | E | 3A | 2D | 4B |
| Octal | 333 | 331 | 241 | 0 | 1 | 32 | 16 | 72 | 55 | 113 |
| Binary | 11011011 | 11011001 | 10100001 | 0 | 1 | 11010 | 1110 | 111010 | 101101 | 1001011 |
Color Harmonies of #DBD9A1
Complementary color
Monochromatic Colors of #DBD9A1
Black with #DBD9A1
Text Example
Text Example
White with #DBD9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD9A1; }
p { color: rgb(219,217,161); }
H1.HeaderClassName
{
color: #DBD9A1;
}
.AnyTagClassName
{
color: #DBD9A1;
}
</style>
background-color css
<style>
a { background-color: #DBD9A1; }
a { background-color: rgb(219,217,161); }
div.DivClassName
{
background-color: #DBD9A1;
}
.BgClassName
{
background-color: #DBD9A1;
}
</style>
border-color css
<style>
span { border-color: #DBD9A1; }
span { border-color: rgb(219,217,161); }
td.TdClassName
{
border-color: #DBD9A1;
}
.TagClassName
{
border-color: #DBD9A1;
}
</style>