Shades of Mint Julep #DAD7A1
Tints of Mint Julep #DAD7A1
RGB
CMYK
RGB Variations
Color information
#DAD7A1 (or 0xDAD7A1) is known color: Mint Julep. HEX triplet: DA, D7 and A1. RGB value is (218,215,161). Sum of RGB (Red+Green+Blue) = 218+215+161=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 161 (63.28% from 255 or 27.10% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD7A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD7A1 is #25285E. Grayscale: #D1D1D1. Windows color (decimal): -2435167 or 10606554. OLE color: 10606554.
HSL color Cylindrical-coordinate representation of color #DAD7A1: hue angle of 56.84º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAD7A1 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 215 | 161 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.15 |
| HSL | 56.84º | 0.44% | 0.74% | - |
| HSV(B) | 56.84º | 0.26% | 0.85% | - |
| XYZ | 59.65 | 66.08 | 43.33 | - |
| YUV | 209.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 215 | 161 | 0 | 0.01 | 0.26 | 0.15 | 56.84 | 0.44 | 0.74 |
| Hex | DA | D7 | A1 | 0 | 1 | 1A | F | 39 | 2C | 4A |
| Octal | 332 | 327 | 241 | 0 | 1 | 32 | 17 | 71 | 54 | 112 |
| Binary | 11011010 | 11010111 | 10100001 | 0 | 1 | 11010 | 1111 | 111001 | 101100 | 1001010 |
Color Harmonies of #DAD7A1
Complementary color
Monochromatic Colors of #DAD7A1
Black with #DAD7A1
Text Example
Text Example
White with #DAD7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD7A1; }
p { color: rgb(218,215,161); }
H1.HeaderClassName
{
color: #DAD7A1;
}
.AnyTagClassName
{
color: #DAD7A1;
}
</style>
background-color css
<style>
a { background-color: #DAD7A1; }
a { background-color: rgb(218,215,161); }
div.DivClassName
{
background-color: #DAD7A1;
}
.BgClassName
{
background-color: #DAD7A1;
}
</style>
border-color css
<style>
span { border-color: #DAD7A1; }
span { border-color: rgb(218,215,161); }
td.TdClassName
{
border-color: #DAD7A1;
}
.TagClassName
{
border-color: #DAD7A1;
}
</style>