Shades of Mint Julep #D7DA9C
Tints of Mint Julep #D7DA9C
RGB
CMYK
RGB Variations
Color information
#D7DA9C (or 0xD7DA9C) is known color: Mint Julep. HEX triplet: D7, DA and 9C. RGB value is (215,218,156). Sum of RGB (Red+Green+Blue) = 215+218+156=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 156 (61.33% from 255 or 26.49% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DA9C is #282563. Grayscale: #D2D2D2. Windows color (decimal): -2631012 or 10279639. OLE color: 10279639.
HSL color Cylindrical-coordinate representation of color #D7DA9C: hue angle of 62.9º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7DA9C is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 218 | 156 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.15 |
| HSL | 62.9º | 0.46% | 0.73% | - |
| HSV(B) | 62.9º | 0.28% | 0.85% | - |
| XYZ | 59.1 | 66.99 | 41.27 | - |
| YUV | 210.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 218 | 156 | 0.01 | 0 | 0.28 | 0.15 | 62.9 | 0.46 | 0.73 |
| Hex | D7 | DA | 9C | 1 | 0 | 1C | F | 3F | 2E | 49 |
| Octal | 327 | 332 | 234 | 1 | 0 | 34 | 17 | 77 | 56 | 111 |
| Binary | 11010111 | 11011010 | 10011100 | 1 | 0 | 11100 | 1111 | 111111 | 101110 | 1001001 |
Color Harmonies of #D7DA9C
Complementary color
Monochromatic Colors of #D7DA9C
Black with #D7DA9C
Text Example
Text Example
White with #D7DA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DA9C; }
p { color: rgb(215,218,156); }
H1.HeaderClassName
{
color: #D7DA9C;
}
.AnyTagClassName
{
color: #D7DA9C;
}
</style>
background-color css
<style>
a { background-color: #D7DA9C; }
a { background-color: rgb(215,218,156); }
div.DivClassName
{
background-color: #D7DA9C;
}
.BgClassName
{
background-color: #D7DA9C;
}
</style>
border-color css
<style>
span { border-color: #D7DA9C; }
span { border-color: rgb(215,218,156); }
td.TdClassName
{
border-color: #D7DA9C;
}
.TagClassName
{
border-color: #D7DA9C;
}
</style>