Shades of Mint Julep #D5D79D
Tints of Mint Julep #D5D79D
RGB
CMYK
RGB Variations
Color information
#D5D79D (or 0xD5D79D) is known color: Mint Julep. HEX triplet: D5, D7 and 9D. RGB value is (213,215,157). Sum of RGB (Red+Green+Blue) = 213+215+157=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D79D is #2A2862. Grayscale: #D0D0D0. Windows color (decimal): -2762851 or 10344405. OLE color: 10344405.
HSL color Cylindrical-coordinate representation of color #D5D79D: hue angle of 62.07º 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 #D5D79D is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 157 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.16 |
| HSL | 62.07º | 0.42% | 0.73% | - |
| HSV(B) | 62.07º | 0.27% | 0.84% | - |
| XYZ | 57.83 | 65.18 | 41.43 | - |
| YUV | 207.79 | 99.34 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 157 | 0.01 | 0 | 0.27 | 0.16 | 62.07 | 0.42 | 0.73 |
| Hex | D5 | D7 | 9D | 1 | 0 | 1B | 10 | 3E | 2A | 49 |
| Octal | 325 | 327 | 235 | 1 | 0 | 33 | 20 | 76 | 52 | 111 |
| Binary | 11010101 | 11010111 | 10011101 | 1 | 0 | 11011 | 10000 | 111110 | 101010 | 1001001 |
Color Harmonies of #D5D79D
Complementary color
Monochromatic Colors of #D5D79D
Black with #D5D79D
Text Example
Text Example
White with #D5D79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D79D; }
p { color: rgb(213,215,157); }
H1.HeaderClassName
{
color: #D5D79D;
}
.AnyTagClassName
{
color: #D5D79D;
}
</style>
background-color css
<style>
a { background-color: #D5D79D; }
a { background-color: rgb(213,215,157); }
div.DivClassName
{
background-color: #D5D79D;
}
.BgClassName
{
background-color: #D5D79D;
}
</style>
border-color css
<style>
span { border-color: #D5D79D; }
span { border-color: rgb(213,215,157); }
td.TdClassName
{
border-color: #D5D79D;
}
.TagClassName
{
border-color: #D5D79D;
}
</style>