Shades of Mint Julep #DDD9AD
Tints of Mint Julep #DDD9AD
RGB
CMYK
RGB Variations
Color information
#DDD9AD (or 0xDDD9AD) is known color: Mint Julep. HEX triplet: DD, D9 and AD. RGB value is (221,217,173). Sum of RGB (Red+Green+Blue) = 221+217+173=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD9AD is #222652. Grayscale: #D5D5D5. Windows color (decimal): -2238035 or 11393501. OLE color: 11393501.
HSL color Cylindrical-coordinate representation of color #DDD9AD: hue angle of 55º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDD9AD is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 173 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.13 |
| HSL | 55º | 0.41% | 0.77% | - |
| HSV(B) | 55º | 0.22% | 0.87% | - |
| XYZ | 62.17 | 68.01 | 49.39 | - |
| YUV | 213.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 173 | 0 | 0.02 | 0.22 | 0.13 | 55 | 0.41 | 0.77 |
| Hex | DD | D9 | AD | 0 | 2 | 16 | D | 37 | 29 | 4D |
| Octal | 335 | 331 | 255 | 0 | 2 | 26 | 15 | 67 | 51 | 115 |
| Binary | 11011101 | 11011001 | 10101101 | 0 | 10 | 10110 | 1101 | 110111 | 101001 | 1001101 |
Color Harmonies of #DDD9AD
Complementary color
Monochromatic Colors of #DDD9AD
Black with #DDD9AD
Text Example
Text Example
White with #DDD9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9AD; }
p { color: rgb(221,217,173); }
H1.HeaderClassName
{
color: #DDD9AD;
}
.AnyTagClassName
{
color: #DDD9AD;
}
</style>
background-color css
<style>
a { background-color: #DDD9AD; }
a { background-color: rgb(221,217,173); }
div.DivClassName
{
background-color: #DDD9AD;
}
.BgClassName
{
background-color: #DDD9AD;
}
</style>
border-color css
<style>
span { border-color: #DDD9AD; }
span { border-color: rgb(221,217,173); }
td.TdClassName
{
border-color: #DDD9AD;
}
.TagClassName
{
border-color: #DDD9AD;
}
</style>