Shades of Mint Julep #DBD4A1
Tints of Mint Julep #DBD4A1
RGB
CMYK
RGB Variations
Color information
#DBD4A1 (or 0xDBD4A1) is known color: Mint Julep. HEX triplet: DB, D4 and A1. RGB value is (219,212,161). Sum of RGB (Red+Green+Blue) = 219+212+161=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 161 (63.28% from 255 or 27.20% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD4A1 is #242B5E. Grayscale: #D0D0D0. Windows color (decimal): -2370399 or 10605787. OLE color: 10605787.
HSL color Cylindrical-coordinate representation of color #DBD4A1: hue angle of 52.76º 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 #DBD4A1 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 161 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.14 |
| HSL | 52.76º | 0.45% | 0.75% | - |
| HSV(B) | 52.76º | 0.26% | 0.86% | - |
| XYZ | 59.19 | 64.72 | 43.09 | - |
| YUV | 208.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 161 | 0 | 0.03 | 0.26 | 0.14 | 52.76 | 0.45 | 0.75 |
| Hex | DB | D4 | A1 | 0 | 3 | 1A | E | 35 | 2D | 4B |
| Octal | 333 | 324 | 241 | 0 | 3 | 32 | 16 | 65 | 55 | 113 |
| Binary | 11011011 | 11010100 | 10100001 | 0 | 11 | 11010 | 1110 | 110101 | 101101 | 1001011 |
Color Harmonies of #DBD4A1
Complementary color
Monochromatic Colors of #DBD4A1
Black with #DBD4A1
Text Example
Text Example
White with #DBD4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4A1; }
p { color: rgb(219,212,161); }
H1.HeaderClassName
{
color: #DBD4A1;
}
.AnyTagClassName
{
color: #DBD4A1;
}
</style>
background-color css
<style>
a { background-color: #DBD4A1; }
a { background-color: rgb(219,212,161); }
div.DivClassName
{
background-color: #DBD4A1;
}
.BgClassName
{
background-color: #DBD4A1;
}
</style>
border-color css
<style>
span { border-color: #DBD4A1; }
span { border-color: rgb(219,212,161); }
td.TdClassName
{
border-color: #DBD4A1;
}
.TagClassName
{
border-color: #DBD4A1;
}
</style>