Shades of Mint Julep #D9D5AB
Tints of Mint Julep #D9D5AB
RGB
CMYK
RGB Variations
Color information
#D9D5AB (or 0xD9D5AB) is known color: Mint Julep. HEX triplet: D9, D5 and AB. RGB value is (217,213,171). Sum of RGB (Red+Green+Blue) = 217+213+171=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D5AB is #262A54. Grayscale: #D1D1D1. Windows color (decimal): -2501205 or 11261401. OLE color: 11261401.
HSL color Cylindrical-coordinate representation of color #D9D5AB: hue angle of 54.78º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9D5AB is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 213 | 171 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.15 |
| HSL | 54.78º | 0.38% | 0.76% | - |
| HSV(B) | 54.78º | 0.21% | 0.85% | - |
| XYZ | 59.76 | 65.28 | 47.98 | - |
| YUV | 209.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 213 | 171 | 0 | 0.02 | 0.21 | 0.15 | 54.78 | 0.38 | 0.76 |
| Hex | D9 | D5 | AB | 0 | 2 | 15 | F | 37 | 26 | 4C |
| Octal | 331 | 325 | 253 | 0 | 2 | 25 | 17 | 67 | 46 | 114 |
| Binary | 11011001 | 11010101 | 10101011 | 0 | 10 | 10101 | 1111 | 110111 | 100110 | 1001100 |
Color Harmonies of #D9D5AB
Complementary color
Monochromatic Colors of #D9D5AB
Black with #D9D5AB
Text Example
Text Example
White with #D9D5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D5AB; }
p { color: rgb(217,213,171); }
H1.HeaderClassName
{
color: #D9D5AB;
}
.AnyTagClassName
{
color: #D9D5AB;
}
</style>
background-color css
<style>
a { background-color: #D9D5AB; }
a { background-color: rgb(217,213,171); }
div.DivClassName
{
background-color: #D9D5AB;
}
.BgClassName
{
background-color: #D9D5AB;
}
</style>
border-color css
<style>
span { border-color: #D9D5AB; }
span { border-color: rgb(217,213,171); }
td.TdClassName
{
border-color: #D9D5AB;
}
.TagClassName
{
border-color: #D9D5AB;
}
</style>