Shades of Mint Julep #D8D1A7
Tints of Mint Julep #D8D1A7
RGB
CMYK
RGB Variations
Color information
#D8D1A7 (or 0xD8D1A7) is known color: Mint Julep. HEX triplet: D8, D1 and A7. RGB value is (216,209,167). Sum of RGB (Red+Green+Blue) = 216+209+167=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 167 (65.62% from 255 or 28.21% from 592); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D1A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D1A7 is #272E58. Grayscale: #CECECE. Windows color (decimal): -2567769 or 10998232. OLE color: 10998232.
HSL color Cylindrical-coordinate representation of color #D8D1A7: hue angle of 51.43º 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 #D8D1A7 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 167 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.15 |
| HSL | 51.43º | 0.39% | 0.75% | - |
| HSV(B) | 51.43º | 0.23% | 0.85% | - |
| XYZ | 58.09 | 62.99 | 45.66 | - |
| YUV | 206.31 | 105.82 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 167 | 0 | 0.03 | 0.23 | 0.15 | 51.43 | 0.39 | 0.75 |
| Hex | D8 | D1 | A7 | 0 | 3 | 17 | F | 33 | 27 | 4B |
| Octal | 330 | 321 | 247 | 0 | 3 | 27 | 17 | 63 | 47 | 113 |
| Binary | 11011000 | 11010001 | 10100111 | 0 | 11 | 10111 | 1111 | 110011 | 100111 | 1001011 |
Color Harmonies of #D8D1A7
Complementary color
Monochromatic Colors of #D8D1A7
Black with #D8D1A7
Text Example
Text Example
White with #D8D1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D1A7; }
p { color: rgb(216,209,167); }
H1.HeaderClassName
{
color: #D8D1A7;
}
.AnyTagClassName
{
color: #D8D1A7;
}
</style>
background-color css
<style>
a { background-color: #D8D1A7; }
a { background-color: rgb(216,209,167); }
div.DivClassName
{
background-color: #D8D1A7;
}
.BgClassName
{
background-color: #D8D1A7;
}
</style>
border-color css
<style>
span { border-color: #D8D1A7; }
span { border-color: rgb(216,209,167); }
td.TdClassName
{
border-color: #D8D1A7;
}
.TagClassName
{
border-color: #D8D1A7;
}
</style>