Shades of Mint Julep #D6D49F
Tints of Mint Julep #D6D49F
RGB
CMYK
RGB Variations
Color information
#D6D49F (or 0xD6D49F) is known color: Mint Julep. HEX triplet: D6, D4 and 9F. RGB value is (214,212,159). Sum of RGB (Red+Green+Blue) = 214+212+159=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D49F is #292B60. Grayscale: #CECECE. Windows color (decimal): -2698081 or 10474710. OLE color: 10474710.
HSL color Cylindrical-coordinate representation of color #D6D49F: hue angle of 57.82º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6D49F is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 159 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.16 |
| HSL | 57.82º | 0.4% | 0.73% | - |
| HSV(B) | 57.82º | 0.26% | 0.84% | - |
| XYZ | 57.53 | 63.89 | 42.1 | - |
| YUV | 206.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 159 | 0 | 0.01 | 0.26 | 0.16 | 57.82 | 0.4 | 0.73 |
| Hex | D6 | D4 | 9F | 0 | 1 | 1A | 10 | 3A | 28 | 49 |
| Octal | 326 | 324 | 237 | 0 | 1 | 32 | 20 | 72 | 50 | 111 |
| Binary | 11010110 | 11010100 | 10011111 | 0 | 1 | 11010 | 10000 | 111010 | 101000 | 1001001 |
Color Harmonies of #D6D49F
Complementary color
Monochromatic Colors of #D6D49F
Black with #D6D49F
Text Example
Text Example
White with #D6D49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D49F; }
p { color: rgb(214,212,159); }
H1.HeaderClassName
{
color: #D6D49F;
}
.AnyTagClassName
{
color: #D6D49F;
}
</style>
background-color css
<style>
a { background-color: #D6D49F; }
a { background-color: rgb(214,212,159); }
div.DivClassName
{
background-color: #D6D49F;
}
.BgClassName
{
background-color: #D6D49F;
}
</style>
border-color css
<style>
span { border-color: #D6D49F; }
span { border-color: rgb(214,212,159); }
td.TdClassName
{
border-color: #D6D49F;
}
.TagClassName
{
border-color: #D6D49F;
}
</style>