Shades of Mint Julep #D8D69D
Tints of Mint Julep #D8D69D
RGB
CMYK
RGB Variations
Color information
#D8D69D (or 0xD8D69D) is known color: Mint Julep. HEX triplet: D8, D6 and 9D. RGB value is (216,214,157). Sum of RGB (Red+Green+Blue) = 216+214+157=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 157 (61.72% from 255 or 26.75% from 587); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D69D is #272962. Grayscale: #D0D0D0. Windows color (decimal): -2566499 or 10344152. OLE color: 10344152.
HSL color Cylindrical-coordinate representation of color #D8D69D: hue angle of 57.97º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8D69D is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 214 | 157 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.15 |
| HSL | 57.97º | 0.43% | 0.73% | - |
| HSV(B) | 57.97º | 0.27% | 0.85% | - |
| XYZ | 58.45 | 65.13 | 41.39 | - |
| YUV | 208.1 | 99.16 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 214 | 157 | 0 | 0.01 | 0.27 | 0.15 | 57.97 | 0.43 | 0.73 |
| Hex | D8 | D6 | 9D | 0 | 1 | 1B | F | 3A | 2B | 49 |
| Octal | 330 | 326 | 235 | 0 | 1 | 33 | 17 | 72 | 53 | 111 |
| Binary | 11011000 | 11010110 | 10011101 | 0 | 1 | 11011 | 1111 | 111010 | 101011 | 1001001 |
Color Harmonies of #D8D69D
Complementary color
Monochromatic Colors of #D8D69D
Black with #D8D69D
Text Example
Text Example
White with #D8D69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D69D; }
p { color: rgb(216,214,157); }
H1.HeaderClassName
{
color: #D8D69D;
}
.AnyTagClassName
{
color: #D8D69D;
}
</style>
background-color css
<style>
a { background-color: #D8D69D; }
a { background-color: rgb(216,214,157); }
div.DivClassName
{
background-color: #D8D69D;
}
.BgClassName
{
background-color: #D8D69D;
}
</style>
border-color css
<style>
span { border-color: #D8D69D; }
span { border-color: rgb(216,214,157); }
td.TdClassName
{
border-color: #D8D69D;
}
.TagClassName
{
border-color: #D8D69D;
}
</style>