Shades of Mint Julep #DAD6A0
Tints of Mint Julep #DAD6A0
RGB
CMYK
RGB Variations
Color information
#DAD6A0 (or 0xDAD6A0) is known color: Mint Julep. HEX triplet: DA, D6 and A0. RGB value is (218,214,160). Sum of RGB (Red+Green+Blue) = 218+214+160=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 160 (62.89% from 255 or 27.03% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD6A0 is #25295F. Grayscale: #D1D1D1. Windows color (decimal): -2435424 or 10540762. OLE color: 10540762.
HSL color Cylindrical-coordinate representation of color #DAD6A0: hue angle of 55.86º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAD6A0 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 214 | 160 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.15 |
| HSL | 55.86º | 0.44% | 0.74% | - |
| HSV(B) | 55.86º | 0.27% | 0.85% | - |
| XYZ | 59.31 | 65.54 | 42.78 | - |
| YUV | 209.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 160 | 0 | 0.02 | 0.27 | 0.15 | 55.86 | 0.44 | 0.74 |
| Hex | DA | D6 | A0 | 0 | 2 | 1B | F | 38 | 2C | 4A |
| Octal | 332 | 326 | 240 | 0 | 2 | 33 | 17 | 70 | 54 | 112 |
| Binary | 11011010 | 11010110 | 10100000 | 0 | 10 | 11011 | 1111 | 111000 | 101100 | 1001010 |
Color Harmonies of #DAD6A0
Complementary color
Monochromatic Colors of #DAD6A0
Black with #DAD6A0
Text Example
Text Example
White with #DAD6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD6A0; }
p { color: rgb(218,214,160); }
H1.HeaderClassName
{
color: #DAD6A0;
}
.AnyTagClassName
{
color: #DAD6A0;
}
</style>
background-color css
<style>
a { background-color: #DAD6A0; }
a { background-color: rgb(218,214,160); }
div.DivClassName
{
background-color: #DAD6A0;
}
.BgClassName
{
background-color: #DAD6A0;
}
</style>
border-color css
<style>
span { border-color: #DAD6A0; }
span { border-color: rgb(218,214,160); }
td.TdClassName
{
border-color: #DAD6A0;
}
.TagClassName
{
border-color: #DAD6A0;
}
</style>