Shades of Mint Julep #DAD99E
Tints of Mint Julep #DAD99E
RGB
CMYK
RGB Variations
Color information
#DAD99E (or 0xDAD99E) is known color: Mint Julep. HEX triplet: DA, D9 and 9E. RGB value is (218,217,158). Sum of RGB (Red+Green+Blue) = 218+217+158=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 158 (62.11% from 255 or 26.64% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD99E is #252661. Grayscale: #D2D2D2. Windows color (decimal): -2434658 or 10410458. OLE color: 10410458.
HSL color Cylindrical-coordinate representation of color #DAD99E: hue angle of 59º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAD99E is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 158 | - |
| CMYK | 0 | 0.00 | 0.28 | 0.15 |
| HSL | 59º | 0.45% | 0.74% | - |
| HSV(B) | 59º | 0.28% | 0.85% | - |
| XYZ | 59.9 | 67 | 42.12 | - |
| YUV | 210.57 | 98.33 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 158 | 0 | 0.00 | 0.28 | 0.15 | 59 | 0.45 | 0.74 |
| Hex | DA | D9 | 9E | 0 | 0 | 1C | F | 3B | 2D | 4A |
| Octal | 332 | 331 | 236 | 0 | 0 | 34 | 17 | 73 | 55 | 112 |
| Binary | 11011010 | 11011001 | 10011110 | 0 | 0 | 11100 | 1111 | 111011 | 101101 | 1001010 |
Color Harmonies of #DAD99E
Complementary color
Monochromatic Colors of #DAD99E
Black with #DAD99E
Text Example
Text Example
White with #DAD99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD99E; }
p { color: rgb(218,217,158); }
H1.HeaderClassName
{
color: #DAD99E;
}
.AnyTagClassName
{
color: #DAD99E;
}
</style>
background-color css
<style>
a { background-color: #DAD99E; }
a { background-color: rgb(218,217,158); }
div.DivClassName
{
background-color: #DAD99E;
}
.BgClassName
{
background-color: #DAD99E;
}
</style>
border-color css
<style>
span { border-color: #DAD99E; }
span { border-color: rgb(218,217,158); }
td.TdClassName
{
border-color: #DAD99E;
}
.TagClassName
{
border-color: #DAD99E;
}
</style>