Shades of Mint Julep #D6D0A7
Tints of Mint Julep #D6D0A7
RGB
CMYK
RGB Variations
Color information
#D6D0A7 (or 0xD6D0A7) is known color: Mint Julep. HEX triplet: D6, D0 and A7. RGB value is (214,208,167). Sum of RGB (Red+Green+Blue) = 214+208+167=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 167 (65.62% from 255 or 28.35% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D0A7 is #292F58. Grayscale: #CDCDCD. Windows color (decimal): -2699097 or 10997974. OLE color: 10997974.
HSL color Cylindrical-coordinate representation of color #D6D0A7: hue angle of 52.34º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6D0A7 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 167 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.16 |
| HSL | 52.34º | 0.36% | 0.75% | - |
| HSV(B) | 52.34º | 0.22% | 0.84% | - |
| XYZ | 57.26 | 62.2 | 45.55 | - |
| YUV | 205.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 167 | 0 | 0.03 | 0.22 | 0.16 | 52.34 | 0.36 | 0.75 |
| Hex | D6 | D0 | A7 | 0 | 3 | 16 | 10 | 34 | 24 | 4B |
| Octal | 326 | 320 | 247 | 0 | 3 | 26 | 20 | 64 | 44 | 113 |
| Binary | 11010110 | 11010000 | 10100111 | 0 | 11 | 10110 | 10000 | 110100 | 100100 | 1001011 |
Color Harmonies of #D6D0A7
Complementary color
Monochromatic Colors of #D6D0A7
Black with #D6D0A7
Text Example
Text Example
White with #D6D0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D0A7; }
p { color: rgb(214,208,167); }
H1.HeaderClassName
{
color: #D6D0A7;
}
.AnyTagClassName
{
color: #D6D0A7;
}
</style>
background-color css
<style>
a { background-color: #D6D0A7; }
a { background-color: rgb(214,208,167); }
div.DivClassName
{
background-color: #D6D0A7;
}
.BgClassName
{
background-color: #D6D0A7;
}
</style>
border-color css
<style>
span { border-color: #D6D0A7; }
span { border-color: rgb(214,208,167); }
td.TdClassName
{
border-color: #D6D0A7;
}
.TagClassName
{
border-color: #D6D0A7;
}
</style>