Shades of Mint Julep #DBD4A0
Tints of Mint Julep #DBD4A0
RGB
CMYK
RGB Variations
Color information
#DBD4A0 (or 0xDBD4A0) is known color: Mint Julep. HEX triplet: DB, D4 and A0. RGB value is (219,212,160). Sum of RGB (Red+Green+Blue) = 219+212+160=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 160 (62.89% from 255 or 27.07% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD4A0 is #242B5F. Grayscale: #D0D0D0. Windows color (decimal): -2370400 or 10540251. OLE color: 10540251.
HSL color Cylindrical-coordinate representation of color #DBD4A0: hue angle of 52.88º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBD4A0 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 212 | 160 | - |
CMYK | 0 | 0.03 | 0.27 | 0.14 |
HSL | 52.88º | 0.45% | 0.74% | - |
HSV(B) | 52.88º | 0.27% | 0.86% | - |
XYZ | 59.1 | 64.69 | 42.63 | - |
YUV | 208.17 | 100.82 | 135.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 212 | 160 | 0 | 0.03 | 0.27 | 0.14 | 52.88 | 0.45 | 0.74 |
Hex | DB | D4 | A0 | 0 | 3 | 1B | E | 35 | 2D | 4A |
Octal | 333 | 324 | 240 | 0 | 3 | 33 | 16 | 65 | 55 | 112 |
Binary | 11011011 | 11010100 | 10100000 | 0 | 11 | 11011 | 1110 | 110101 | 101101 | 1001010 |
Color Harmonies of #DBD4A0
Complementary color
Monochromatic Colors of #DBD4A0
Black with #DBD4A0
Text Example
Text Example
White with #DBD4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4A0; }
p { color: rgb(219,212,160); }
H1.HeaderClassName
{
color: #DBD4A0;
}
.AnyTagClassName
{
color: #DBD4A0;
}
</style>
background-color css
<style>
a { background-color: #DBD4A0; }
a { background-color: rgb(219,212,160); }
div.DivClassName
{
background-color: #DBD4A0;
}
.BgClassName
{
background-color: #DBD4A0;
}
</style>
border-color css
<style>
span { border-color: #DBD4A0; }
span { border-color: rgb(219,212,160); }
td.TdClassName
{
border-color: #DBD4A0;
}
.TagClassName
{
border-color: #DBD4A0;
}
</style>