Shades of Mint Julep #DBD7A3
Tints of Mint Julep #DBD7A3
RGB
CMYK
RGB Variations
Color information
#DBD7A3 (or 0xDBD7A3) is known color: Mint Julep. HEX triplet: DB, D7 and A3. RGB value is (219,215,163). Sum of RGB (Red+Green+Blue) = 219+215+163=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 215 (84.38% from 255 or 36.01% from 597); Blue value is 163 (64.06% from 255 or 27.30% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD7A3 is #24285C. Grayscale: #D2D2D2. Windows color (decimal): -2369629 or 10737627. OLE color: 10737627.
HSL color Cylindrical-coordinate representation of color #DBD7A3: hue angle of 55.71º 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 #DBD7A3 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 163 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.14 |
| HSL | 55.71º | 0.44% | 0.75% | - |
| HSV(B) | 55.71º | 0.26% | 0.86% | - |
| XYZ | 60.12 | 66.31 | 44.28 | - |
| YUV | 210.27 | 101.33 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 163 | 0 | 0.02 | 0.26 | 0.14 | 55.71 | 0.44 | 0.75 |
| Hex | DB | D7 | A3 | 0 | 2 | 1A | E | 38 | 2C | 4B |
| Octal | 333 | 327 | 243 | 0 | 2 | 32 | 16 | 70 | 54 | 113 |
| Binary | 11011011 | 11010111 | 10100011 | 0 | 10 | 11010 | 1110 | 111000 | 101100 | 1001011 |
Color Harmonies of #DBD7A3
Complementary color
Monochromatic Colors of #DBD7A3
Black with #DBD7A3
Text Example
Text Example
White with #DBD7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD7A3; }
p { color: rgb(219,215,163); }
H1.HeaderClassName
{
color: #DBD7A3;
}
.AnyTagClassName
{
color: #DBD7A3;
}
</style>
background-color css
<style>
a { background-color: #DBD7A3; }
a { background-color: rgb(219,215,163); }
div.DivClassName
{
background-color: #DBD7A3;
}
.BgClassName
{
background-color: #DBD7A3;
}
</style>
border-color css
<style>
span { border-color: #DBD7A3; }
span { border-color: rgb(219,215,163); }
td.TdClassName
{
border-color: #DBD7A3;
}
.TagClassName
{
border-color: #DBD7A3;
}
</style>