Shades of Mint Julep #D7D2AA
Tints of Mint Julep #D7D2AA
RGB
CMYK
RGB Variations
Color information
#D7D2AA (or 0xD7D2AA) is known color: Mint Julep. HEX triplet: D7, D2 and AA. RGB value is (215,210,170). Sum of RGB (Red+Green+Blue) = 215+210+170=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D2AA is #282D55. Grayscale: #CFCFCF. Windows color (decimal): -2633046 or 11195095. OLE color: 11195095.
HSL color Cylindrical-coordinate representation of color #D7D2AA: hue angle of 53.33º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7D2AA is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 210 | 170 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.16 |
| HSL | 53.33º | 0.36% | 0.75% | - |
| HSV(B) | 53.33º | 0.21% | 0.84% | - |
| XYZ | 58.33 | 63.44 | 47.2 | - |
| YUV | 206.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 210 | 170 | 0 | 0.02 | 0.21 | 0.16 | 53.33 | 0.36 | 0.75 |
| Hex | D7 | D2 | AA | 0 | 2 | 15 | 10 | 35 | 24 | 4B |
| Octal | 327 | 322 | 252 | 0 | 2 | 25 | 20 | 65 | 44 | 113 |
| Binary | 11010111 | 11010010 | 10101010 | 0 | 10 | 10101 | 10000 | 110101 | 100100 | 1001011 |
Color Harmonies of #D7D2AA
Complementary color
Monochromatic Colors of #D7D2AA
Black with #D7D2AA
Text Example
Text Example
White with #D7D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D2AA; }
p { color: rgb(215,210,170); }
H1.HeaderClassName
{
color: #D7D2AA;
}
.AnyTagClassName
{
color: #D7D2AA;
}
</style>
background-color css
<style>
a { background-color: #D7D2AA; }
a { background-color: rgb(215,210,170); }
div.DivClassName
{
background-color: #D7D2AA;
}
.BgClassName
{
background-color: #D7D2AA;
}
</style>
border-color css
<style>
span { border-color: #D7D2AA; }
span { border-color: rgb(215,210,170); }
td.TdClassName
{
border-color: #D7D2AA;
}
.TagClassName
{
border-color: #D7D2AA;
}
</style>