Shades of Mint Julep #D6D2A5
Tints of Mint Julep #D6D2A5
RGB
CMYK
RGB Variations
Color information
#D6D2A5 (or 0xD6D2A5) is known color: Mint Julep. HEX triplet: D6, D2 and A5. RGB value is (214,210,165). Sum of RGB (Red+Green+Blue) = 214+210+165=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D2A5 is #292D5A. Grayscale: #CECECE. Windows color (decimal): -2698587 or 10867414. OLE color: 10867414.
HSL color Cylindrical-coordinate representation of color #D6D2A5: hue angle of 55.1º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6D2A5 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 165 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.16 |
| HSL | 55.1º | 0.37% | 0.74% | - |
| HSV(B) | 55.1º | 0.23% | 0.84% | - |
| XYZ | 57.57 | 63.11 | 44.74 | - |
| YUV | 206.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 165 | 0 | 0.02 | 0.23 | 0.16 | 55.1 | 0.37 | 0.74 |
| Hex | D6 | D2 | A5 | 0 | 2 | 17 | 10 | 37 | 25 | 4A |
| Octal | 326 | 322 | 245 | 0 | 2 | 27 | 20 | 67 | 45 | 112 |
| Binary | 11010110 | 11010010 | 10100101 | 0 | 10 | 10111 | 10000 | 110111 | 100101 | 1001010 |
Color Harmonies of #D6D2A5
Complementary color
Monochromatic Colors of #D6D2A5
Black with #D6D2A5
Text Example
Text Example
White with #D6D2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D2A5; }
p { color: rgb(214,210,165); }
H1.HeaderClassName
{
color: #D6D2A5;
}
.AnyTagClassName
{
color: #D6D2A5;
}
</style>
background-color css
<style>
a { background-color: #D6D2A5; }
a { background-color: rgb(214,210,165); }
div.DivClassName
{
background-color: #D6D2A5;
}
.BgClassName
{
background-color: #D6D2A5;
}
</style>
border-color css
<style>
span { border-color: #D6D2A5; }
span { border-color: rgb(214,210,165); }
td.TdClassName
{
border-color: #D6D2A5;
}
.TagClassName
{
border-color: #D6D2A5;
}
</style>