Shades of Mint Julep #D8D6A1
Tints of Mint Julep #D8D6A1
RGB
CMYK
RGB Variations
Color information
#D8D6A1 (or 0xD8D6A1) is known color: Mint Julep. HEX triplet: D8, D6 and A1. RGB value is (216,214,161). Sum of RGB (Red+Green+Blue) = 216+214+161=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D6A1 is #27295E. Grayscale: #D0D0D0. Windows color (decimal): -2566495 or 10606296. OLE color: 10606296.
HSL color Cylindrical-coordinate representation of color #D8D6A1: hue angle of 57.82º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8D6A1 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 214 | 161 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.15 |
| HSL | 57.82º | 0.41% | 0.74% | - |
| HSV(B) | 57.82º | 0.25% | 0.85% | - |
| XYZ | 58.8 | 65.27 | 43.22 | - |
| YUV | 208.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 214 | 161 | 0 | 0.01 | 0.25 | 0.15 | 57.82 | 0.41 | 0.74 |
| Hex | D8 | D6 | A1 | 0 | 1 | 19 | F | 3A | 29 | 4A |
| Octal | 330 | 326 | 241 | 0 | 1 | 31 | 17 | 72 | 51 | 112 |
| Binary | 11011000 | 11010110 | 10100001 | 0 | 1 | 11001 | 1111 | 111010 | 101001 | 1001010 |
Color Harmonies of #D8D6A1
Complementary color
Monochromatic Colors of #D8D6A1
Black with #D8D6A1
Text Example
Text Example
White with #D8D6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D6A1; }
p { color: rgb(216,214,161); }
H1.HeaderClassName
{
color: #D8D6A1;
}
.AnyTagClassName
{
color: #D8D6A1;
}
</style>
background-color css
<style>
a { background-color: #D8D6A1; }
a { background-color: rgb(216,214,161); }
div.DivClassName
{
background-color: #D8D6A1;
}
.BgClassName
{
background-color: #D8D6A1;
}
</style>
border-color css
<style>
span { border-color: #D8D6A1; }
span { border-color: rgb(216,214,161); }
td.TdClassName
{
border-color: #D8D6A1;
}
.TagClassName
{
border-color: #D8D6A1;
}
</style>