Shades of Mint Julep #D8DAA1
Tints of Mint Julep #D8DAA1
RGB
CMYK
RGB Variations
Color information
#D8DAA1 (or 0xD8DAA1) is known color: Mint Julep. HEX triplet: D8, DA and A1. RGB value is (216,218,161). Sum of RGB (Red+Green+Blue) = 216+218+161=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 161 (63.28% from 255 or 27.06% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DAA1 is #27255E. Grayscale: #D3D3D3. Windows color (decimal): -2565471 or 10607320. OLE color: 10607320.
HSL color Cylindrical-coordinate representation of color #D8DAA1: hue angle of 62.11º degrees, saturation: 0.44, 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 #D8DAA1 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 161 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.15 |
| HSL | 62.11º | 0.44% | 0.74% | - |
| HSV(B) | 62.11º | 0.26% | 0.85% | - |
| XYZ | 59.82 | 67.31 | 43.56 | - |
| YUV | 210.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 161 | 0.01 | 0 | 0.26 | 0.15 | 62.11 | 0.44 | 0.74 |
| Hex | D8 | DA | A1 | 1 | 0 | 1A | F | 3E | 2C | 4A |
| Octal | 330 | 332 | 241 | 1 | 0 | 32 | 17 | 76 | 54 | 112 |
| Binary | 11011000 | 11011010 | 10100001 | 1 | 0 | 11010 | 1111 | 111110 | 101100 | 1001010 |
Color Harmonies of #D8DAA1
Complementary color
Monochromatic Colors of #D8DAA1
Black with #D8DAA1
Text Example
Text Example
White with #D8DAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DAA1; }
p { color: rgb(216,218,161); }
H1.HeaderClassName
{
color: #D8DAA1;
}
.AnyTagClassName
{
color: #D8DAA1;
}
</style>
background-color css
<style>
a { background-color: #D8DAA1; }
a { background-color: rgb(216,218,161); }
div.DivClassName
{
background-color: #D8DAA1;
}
.BgClassName
{
background-color: #D8DAA1;
}
</style>
border-color css
<style>
span { border-color: #D8DAA1; }
span { border-color: rgb(216,218,161); }
td.TdClassName
{
border-color: #D8DAA1;
}
.TagClassName
{
border-color: #D8DAA1;
}
</style>