Shades of Mint Julep #D9DDA0
Tints of Mint Julep #D9DDA0
RGB
CMYK
RGB Variations
Color information
#D9DDA0 (or 0xD9DDA0) is known color: Mint Julep. HEX triplet: D9, DD and A0. RGB value is (217,221,160). Sum of RGB (Red+Green+Blue) = 217+221+160=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DDA0 is #26225F. Grayscale: #D5D5D5. Windows color (decimal): -2499168 or 10542553. OLE color: 10542553.
HSL color Cylindrical-coordinate representation of color #D9DDA0: hue angle of 63.93º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9DDA0 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 160 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.13 |
| HSL | 63.93º | 0.47% | 0.75% | - |
| HSV(B) | 63.93º | 0.28% | 0.87% | - |
| XYZ | 60.82 | 69 | 43.37 | - |
| YUV | 212.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 160 | 0.02 | 0 | 0.28 | 0.13 | 63.93 | 0.47 | 0.75 |
| Hex | D9 | DD | A0 | 2 | 0 | 1C | D | 40 | 2F | 4B |
| Octal | 331 | 335 | 240 | 2 | 0 | 34 | 15 | 100 | 57 | 113 |
| Binary | 11011001 | 11011101 | 10100000 | 10 | 0 | 11100 | 1101 | 1000000 | 101111 | 1001011 |
Color Harmonies of #D9DDA0
Complementary color
Monochromatic Colors of #D9DDA0
Black with #D9DDA0
Text Example
Text Example
White with #D9DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDA0; }
p { color: rgb(217,221,160); }
H1.HeaderClassName
{
color: #D9DDA0;
}
.AnyTagClassName
{
color: #D9DDA0;
}
</style>
background-color css
<style>
a { background-color: #D9DDA0; }
a { background-color: rgb(217,221,160); }
div.DivClassName
{
background-color: #D9DDA0;
}
.BgClassName
{
background-color: #D9DDA0;
}
</style>
border-color css
<style>
span { border-color: #D9DDA0; }
span { border-color: rgb(217,221,160); }
td.TdClassName
{
border-color: #D9DDA0;
}
.TagClassName
{
border-color: #D9DDA0;
}
</style>