Shades of Mint Julep #D7D99D
Tints of Mint Julep #D7D99D
RGB
CMYK
RGB Variations
Color information
#D7D99D (or 0xD7D99D) is known color: Mint Julep. HEX triplet: D7, D9 and 9D. RGB value is (215,217,157). Sum of RGB (Red+Green+Blue) = 215+217+157=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #D7D99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D99D is #282662. Grayscale: #D1D1D1. Windows color (decimal): -2631267 or 10344919. OLE color: 10344919.
HSL color Cylindrical-coordinate representation of color #D7D99D: hue angle of 62º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7D99D is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 217 | 157 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.15 |
| HSL | 62º | 0.44% | 0.73% | - |
| HSV(B) | 62º | 0.28% | 0.85% | - |
| XYZ | 58.92 | 66.51 | 41.63 | - |
| YUV | 209.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 217 | 157 | 0.01 | 0 | 0.28 | 0.15 | 62 | 0.44 | 0.73 |
| Hex | D7 | D9 | 9D | 1 | 0 | 1C | F | 3E | 2C | 49 |
| Octal | 327 | 331 | 235 | 1 | 0 | 34 | 17 | 76 | 54 | 111 |
| Binary | 11010111 | 11011001 | 10011101 | 1 | 0 | 11100 | 1111 | 111110 | 101100 | 1001001 |
Color Harmonies of #D7D99D
Complementary color
Monochromatic Colors of #D7D99D
Black with #D7D99D
Text Example
Text Example
White with #D7D99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D99D; }
p { color: rgb(215,217,157); }
H1.HeaderClassName
{
color: #D7D99D;
}
.AnyTagClassName
{
color: #D7D99D;
}
</style>
background-color css
<style>
a { background-color: #D7D99D; }
a { background-color: rgb(215,217,157); }
div.DivClassName
{
background-color: #D7D99D;
}
.BgClassName
{
background-color: #D7D99D;
}
</style>
border-color css
<style>
span { border-color: #D7D99D; }
span { border-color: rgb(215,217,157); }
td.TdClassName
{
border-color: #D7D99D;
}
.TagClassName
{
border-color: #D7D99D;
}
</style>