Shades of Mint Julep #D8D69F
Tints of Mint Julep #D8D69F
RGB
CMYK
RGB Variations
Color information
#D8D69F (or 0xD8D69F) is known color: Mint Julep. HEX triplet: D8, D6 and 9F. RGB value is (216,214,159). Sum of RGB (Red+Green+Blue) = 216+214+159=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 159 (62.5% from 255 or 26.99% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D69F is #272960. Grayscale: #D0D0D0. Windows color (decimal): -2566497 or 10475224. OLE color: 10475224.
HSL color Cylindrical-coordinate representation of color #D8D69F: hue angle of 57.89º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8D69F is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 214 | 159 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.15 |
| HSL | 57.89º | 0.42% | 0.74% | - |
| HSV(B) | 57.89º | 0.26% | 0.85% | - |
| XYZ | 58.62 | 65.2 | 42.3 | - |
| YUV | 208.33 | 100.16 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 214 | 159 | 0 | 0.01 | 0.26 | 0.15 | 57.89 | 0.42 | 0.74 |
| Hex | D8 | D6 | 9F | 0 | 1 | 1A | F | 3A | 2A | 4A |
| Octal | 330 | 326 | 237 | 0 | 1 | 32 | 17 | 72 | 52 | 112 |
| Binary | 11011000 | 11010110 | 10011111 | 0 | 1 | 11010 | 1111 | 111010 | 101010 | 1001010 |
Color Harmonies of #D8D69F
Complementary color
Monochromatic Colors of #D8D69F
Black with #D8D69F
Text Example
Text Example
White with #D8D69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D69F; }
p { color: rgb(216,214,159); }
H1.HeaderClassName
{
color: #D8D69F;
}
.AnyTagClassName
{
color: #D8D69F;
}
</style>
background-color css
<style>
a { background-color: #D8D69F; }
a { background-color: rgb(216,214,159); }
div.DivClassName
{
background-color: #D8D69F;
}
.BgClassName
{
background-color: #D8D69F;
}
</style>
border-color css
<style>
span { border-color: #D8D69F; }
span { border-color: rgb(216,214,159); }
td.TdClassName
{
border-color: #D8D69F;
}
.TagClassName
{
border-color: #D8D69F;
}
</style>