Shades of Mint Julep #DAD3A0
Tints of Mint Julep #DAD3A0
RGB
CMYK
RGB Variations
Color information
#DAD3A0 (or 0xDAD3A0) is known color: Mint Julep. HEX triplet: DA, D3 and A0. RGB value is (218,211,160). Sum of RGB (Red+Green+Blue) = 218+211+160=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD3A0 is #252C5F. Grayscale: #CFCFCF. Windows color (decimal): -2436192 or 10539994. OLE color: 10539994.
HSL color Cylindrical-coordinate representation of color #DAD3A0: hue angle of 52.76º 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 #DAD3A0 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 160 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.15 |
| HSL | 52.76º | 0.44% | 0.74% | - |
| HSV(B) | 52.76º | 0.27% | 0.85% | - |
| XYZ | 58.55 | 64.03 | 42.53 | - |
| YUV | 207.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 160 | 0 | 0.03 | 0.27 | 0.15 | 52.76 | 0.44 | 0.74 |
| Hex | DA | D3 | A0 | 0 | 3 | 1B | F | 35 | 2C | 4A |
| Octal | 332 | 323 | 240 | 0 | 3 | 33 | 17 | 65 | 54 | 112 |
| Binary | 11011010 | 11010011 | 10100000 | 0 | 11 | 11011 | 1111 | 110101 | 101100 | 1001010 |
Color Harmonies of #DAD3A0
Complementary color
Monochromatic Colors of #DAD3A0
Black with #DAD3A0
Text Example
Text Example
White with #DAD3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD3A0; }
p { color: rgb(218,211,160); }
H1.HeaderClassName
{
color: #DAD3A0;
}
.AnyTagClassName
{
color: #DAD3A0;
}
</style>
background-color css
<style>
a { background-color: #DAD3A0; }
a { background-color: rgb(218,211,160); }
div.DivClassName
{
background-color: #DAD3A0;
}
.BgClassName
{
background-color: #DAD3A0;
}
</style>
border-color css
<style>
span { border-color: #DAD3A0; }
span { border-color: rgb(218,211,160); }
td.TdClassName
{
border-color: #DAD3A0;
}
.TagClassName
{
border-color: #DAD3A0;
}
</style>