Shades of Mint Julep #D9DC9F
Tints of Mint Julep #D9DC9F
RGB
CMYK
RGB Variations
Color information
#D9DC9F (or 0xD9DC9F) is known color: Mint Julep. HEX triplet: D9, DC and 9F. RGB value is (217,220,159). Sum of RGB (Red+Green+Blue) = 217+220+159=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 159 (62.5% from 255 or 26.68% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DC9F is #262360. Grayscale: #D4D4D4. Windows color (decimal): -2499425 or 10476761. OLE color: 10476761.
HSL color Cylindrical-coordinate representation of color #D9DC9F: hue angle of 62.95º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9DC9F is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 159 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.14 |
| HSL | 62.95º | 0.47% | 0.74% | - |
| HSV(B) | 62.95º | 0.28% | 0.86% | - |
| XYZ | 60.47 | 68.44 | 42.82 | - |
| YUV | 212.15 | 98.01 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 159 | 0.01 | 0 | 0.28 | 0.14 | 62.95 | 0.47 | 0.74 |
| Hex | D9 | DC | 9F | 1 | 0 | 1C | E | 3F | 2F | 4A |
| Octal | 331 | 334 | 237 | 1 | 0 | 34 | 16 | 77 | 57 | 112 |
| Binary | 11011001 | 11011100 | 10011111 | 1 | 0 | 11100 | 1110 | 111111 | 101111 | 1001010 |
Color Harmonies of #D9DC9F
Complementary color
Monochromatic Colors of #D9DC9F
Black with #D9DC9F
Text Example
Text Example
White with #D9DC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC9F; }
p { color: rgb(217,220,159); }
H1.HeaderClassName
{
color: #D9DC9F;
}
.AnyTagClassName
{
color: #D9DC9F;
}
</style>
background-color css
<style>
a { background-color: #D9DC9F; }
a { background-color: rgb(217,220,159); }
div.DivClassName
{
background-color: #D9DC9F;
}
.BgClassName
{
background-color: #D9DC9F;
}
</style>
border-color css
<style>
span { border-color: #D9DC9F; }
span { border-color: rgb(217,220,159); }
td.TdClassName
{
border-color: #D9DC9F;
}
.TagClassName
{
border-color: #D9DC9F;
}
</style>