Shades of Mint Julep #D7D8A4
Tints of Mint Julep #D7D8A4
RGB
CMYK
RGB Variations
Color information
#D7D8A4 (or 0xD7D8A4) is known color: Mint Julep. HEX triplet: D7, D8 and A4. RGB value is (215,216,164). Sum of RGB (Red+Green+Blue) = 215+216+164=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 164 (64.45% from 255 or 27.56% from 595); Max value from RGB is 216 - color contains mainly: green. Hex color #D7D8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D8A4 is #28275B. Grayscale: #D1D1D1. Windows color (decimal): -2631516 or 10803415. OLE color: 10803415.
HSL color Cylindrical-coordinate representation of color #D7D8A4: hue angle of 61.15º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7D8A4 is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 216 | 164 | - |
| CMYK | 0.00 | 0 | 0.24 | 0.15 |
| HSL | 61.15º | 0.4% | 0.75% | - |
| HSV(B) | 61.15º | 0.24% | 0.85% | - |
| XYZ | 59.28 | 66.24 | 44.78 | - |
| YUV | 209.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 216 | 164 | 0.00 | 0 | 0.24 | 0.15 | 61.15 | 0.4 | 0.75 |
| Hex | D7 | D8 | A4 | 0 | 0 | 18 | F | 3D | 28 | 4B |
| Octal | 327 | 330 | 244 | 0 | 0 | 30 | 17 | 75 | 50 | 113 |
| Binary | 11010111 | 11011000 | 10100100 | 0 | 0 | 11000 | 1111 | 111101 | 101000 | 1001011 |
Color Harmonies of #D7D8A4
Complementary color
Monochromatic Colors of #D7D8A4
Black with #D7D8A4
Text Example
Text Example
White with #D7D8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D8A4; }
p { color: rgb(215,216,164); }
H1.HeaderClassName
{
color: #D7D8A4;
}
.AnyTagClassName
{
color: #D7D8A4;
}
</style>
background-color css
<style>
a { background-color: #D7D8A4; }
a { background-color: rgb(215,216,164); }
div.DivClassName
{
background-color: #D7D8A4;
}
.BgClassName
{
background-color: #D7D8A4;
}
</style>
border-color css
<style>
span { border-color: #D7D8A4; }
span { border-color: rgb(215,216,164); }
td.TdClassName
{
border-color: #D7D8A4;
}
.TagClassName
{
border-color: #D7D8A4;
}
</style>