Shades of Mint Julep #D8DA9F
Tints of Mint Julep #D8DA9F
RGB
CMYK
RGB Variations
Color information
#D8DA9F (or 0xD8DA9F) is known color: Mint Julep. HEX triplet: D8, DA and 9F. RGB value is (216,218,159). Sum of RGB (Red+Green+Blue) = 216+218+159=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 159 (62.5% from 255 or 26.81% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DA9F is #272560. Grayscale: #D2D2D2. Windows color (decimal): -2565473 or 10476248. OLE color: 10476248.
HSL color Cylindrical-coordinate representation of color #D8DA9F: hue angle of 62.03º 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 #D8DA9F is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 159 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.15 |
| HSL | 62.03º | 0.44% | 0.74% | - |
| HSV(B) | 62.03º | 0.27% | 0.85% | - |
| XYZ | 59.65 | 67.24 | 42.64 | - |
| YUV | 210.68 | 98.84 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 159 | 0.01 | 0 | 0.27 | 0.15 | 62.03 | 0.44 | 0.74 |
| Hex | D8 | DA | 9F | 1 | 0 | 1B | F | 3E | 2C | 4A |
| Octal | 330 | 332 | 237 | 1 | 0 | 33 | 17 | 76 | 54 | 112 |
| Binary | 11011000 | 11011010 | 10011111 | 1 | 0 | 11011 | 1111 | 111110 | 101100 | 1001010 |
Color Harmonies of #D8DA9F
Complementary color
Monochromatic Colors of #D8DA9F
Black with #D8DA9F
Text Example
Text Example
White with #D8DA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DA9F; }
p { color: rgb(216,218,159); }
H1.HeaderClassName
{
color: #D8DA9F;
}
.AnyTagClassName
{
color: #D8DA9F;
}
</style>
background-color css
<style>
a { background-color: #D8DA9F; }
a { background-color: rgb(216,218,159); }
div.DivClassName
{
background-color: #D8DA9F;
}
.BgClassName
{
background-color: #D8DA9F;
}
</style>
border-color css
<style>
span { border-color: #D8DA9F; }
span { border-color: rgb(216,218,159); }
td.TdClassName
{
border-color: #D8DA9F;
}
.TagClassName
{
border-color: #D8DA9F;
}
</style>