Shades of Mint Julep #D9D6A8
Tints of Mint Julep #D9D6A8
RGB
CMYK
RGB Variations
Color information
#D9D6A8 (or 0xD9D6A8) is known color: Mint Julep. HEX triplet: D9, D6 and A8. RGB value is (217,214,168). Sum of RGB (Red+Green+Blue) = 217+214+168=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 214 (83.98% from 255 or 35.73% from 599); Blue value is 168 (66.02% from 255 or 28.05% from 599); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D6A8 is #262957. Grayscale: #D1D1D1. Windows color (decimal): -2500952 or 11065049. OLE color: 11065049.
HSL color Cylindrical-coordinate representation of color #D9D6A8: hue angle of 56.33º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9D6A8 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 214 | 168 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.15 |
| HSL | 56.33º | 0.39% | 0.75% | - |
| HSV(B) | 56.33º | 0.23% | 0.85% | - |
| XYZ | 59.73 | 65.67 | 46.57 | - |
| YUV | 209.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 214 | 168 | 0 | 0.01 | 0.23 | 0.15 | 56.33 | 0.39 | 0.75 |
| Hex | D9 | D6 | A8 | 0 | 1 | 17 | F | 38 | 27 | 4B |
| Octal | 331 | 326 | 250 | 0 | 1 | 27 | 17 | 70 | 47 | 113 |
| Binary | 11011001 | 11010110 | 10101000 | 0 | 1 | 10111 | 1111 | 111000 | 100111 | 1001011 |
Color Harmonies of #D9D6A8
Complementary color
Monochromatic Colors of #D9D6A8
Black with #D9D6A8
Text Example
Text Example
White with #D9D6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D6A8; }
p { color: rgb(217,214,168); }
H1.HeaderClassName
{
color: #D9D6A8;
}
.AnyTagClassName
{
color: #D9D6A8;
}
</style>
background-color css
<style>
a { background-color: #D9D6A8; }
a { background-color: rgb(217,214,168); }
div.DivClassName
{
background-color: #D9D6A8;
}
.BgClassName
{
background-color: #D9D6A8;
}
</style>
border-color css
<style>
span { border-color: #D9D6A8; }
span { border-color: rgb(217,214,168); }
td.TdClassName
{
border-color: #D9D6A8;
}
.TagClassName
{
border-color: #D9D6A8;
}
</style>