Shades of Mint Julep #D7D69D
Tints of Mint Julep #D7D69D
RGB
CMYK
RGB Variations
Color information
#D7D69D (or 0xD7D69D) is known color: Mint Julep. HEX triplet: D7, D6 and 9D. RGB value is (215,214,157). Sum of RGB (Red+Green+Blue) = 215+214+157=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 157 (61.72% from 255 or 26.79% from 586); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D69D is #282962. Grayscale: #D0D0D0. Windows color (decimal): -2632035 or 10344151. OLE color: 10344151.
HSL color Cylindrical-coordinate representation of color #D7D69D: hue angle of 58.97º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7D69D is Cyan = 0, Magento = 0.00, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 214 | 157 | - |
| CMYK | 0 | 0.00 | 0.27 | 0.16 |
| HSL | 58.97º | 0.42% | 0.73% | - |
| HSV(B) | 58.97º | 0.27% | 0.84% | - |
| XYZ | 58.16 | 64.97 | 41.37 | - |
| YUV | 207.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 214 | 157 | 0 | 0.00 | 0.27 | 0.16 | 58.97 | 0.42 | 0.73 |
| Hex | D7 | D6 | 9D | 0 | 0 | 1B | 10 | 3B | 2A | 49 |
| Octal | 327 | 326 | 235 | 0 | 0 | 33 | 20 | 73 | 52 | 111 |
| Binary | 11010111 | 11010110 | 10011101 | 0 | 0 | 11011 | 10000 | 111011 | 101010 | 1001001 |
Color Harmonies of #D7D69D
Complementary color
Monochromatic Colors of #D7D69D
Black with #D7D69D
Text Example
Text Example
White with #D7D69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D69D; }
p { color: rgb(215,214,157); }
H1.HeaderClassName
{
color: #D7D69D;
}
.AnyTagClassName
{
color: #D7D69D;
}
</style>
background-color css
<style>
a { background-color: #D7D69D; }
a { background-color: rgb(215,214,157); }
div.DivClassName
{
background-color: #D7D69D;
}
.BgClassName
{
background-color: #D7D69D;
}
</style>
border-color css
<style>
span { border-color: #D7D69D; }
span { border-color: rgb(215,214,157); }
td.TdClassName
{
border-color: #D7D69D;
}
.TagClassName
{
border-color: #D7D69D;
}
</style>