Shades of Mint Julep #D8D79B
Tints of Mint Julep #D8D79B
RGB
CMYK
RGB Variations
Color information
#D8D79B (or 0xD8D79B) is known color: Mint Julep. HEX triplet: D8, D7 and 9B. RGB value is (216,215,155). Sum of RGB (Red+Green+Blue) = 216+215+155=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D79B is #272864. Grayscale: #D0D0D0. Windows color (decimal): -2566245 or 10213336. OLE color: 10213336.
HSL color Cylindrical-coordinate representation of color #D8D79B: hue angle of 59.02º 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 #D8D79B is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 215 | 155 | - |
| CMYK | 0 | 0.00 | 0.28 | 0.15 |
| HSL | 59.02º | 0.44% | 0.73% | - |
| HSV(B) | 59.02º | 0.28% | 0.85% | - |
| XYZ | 58.54 | 65.57 | 40.58 | - |
| YUV | 208.46 | 97.83 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 215 | 155 | 0 | 0.00 | 0.28 | 0.15 | 59.02 | 0.44 | 0.73 |
| Hex | D8 | D7 | 9B | 0 | 0 | 1C | F | 3B | 2C | 49 |
| Octal | 330 | 327 | 233 | 0 | 0 | 34 | 17 | 73 | 54 | 111 |
| Binary | 11011000 | 11010111 | 10011011 | 0 | 0 | 11100 | 1111 | 111011 | 101100 | 1001001 |
Color Harmonies of #D8D79B
Complementary color
Monochromatic Colors of #D8D79B
Black with #D8D79B
Text Example
Text Example
White with #D8D79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D79B; }
p { color: rgb(216,215,155); }
H1.HeaderClassName
{
color: #D8D79B;
}
.AnyTagClassName
{
color: #D8D79B;
}
</style>
background-color css
<style>
a { background-color: #D8D79B; }
a { background-color: rgb(216,215,155); }
div.DivClassName
{
background-color: #D8D79B;
}
.BgClassName
{
background-color: #D8D79B;
}
</style>
border-color css
<style>
span { border-color: #D8D79B; }
span { border-color: rgb(216,215,155); }
td.TdClassName
{
border-color: #D8D79B;
}
.TagClassName
{
border-color: #D8D79B;
}
</style>