Shades of Mint Julep #DDD9AA
Tints of Mint Julep #DDD9AA
RGB
CMYK
RGB Variations
Color information
#DDD9AA (or 0xDDD9AA) is known color: Mint Julep. HEX triplet: DD, D9 and AA. RGB value is (221,217,170). Sum of RGB (Red+Green+Blue) = 221+217+170=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD9AA is #222655. Grayscale: #D5D5D5. Windows color (decimal): -2238038 or 11196893. OLE color: 11196893.
HSL color Cylindrical-coordinate representation of color #DDD9AA: hue angle of 55.29º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDD9AA is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 170 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.13 |
| HSL | 55.29º | 0.43% | 0.77% | - |
| HSV(B) | 55.29º | 0.23% | 0.87% | - |
| XYZ | 61.89 | 67.9 | 47.87 | - |
| YUV | 212.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 170 | 0 | 0.02 | 0.23 | 0.13 | 55.29 | 0.43 | 0.77 |
| Hex | DD | D9 | AA | 0 | 2 | 17 | D | 37 | 2B | 4D |
| Octal | 335 | 331 | 252 | 0 | 2 | 27 | 15 | 67 | 53 | 115 |
| Binary | 11011101 | 11011001 | 10101010 | 0 | 10 | 10111 | 1101 | 110111 | 101011 | 1001101 |
Color Harmonies of #DDD9AA
Complementary color
Monochromatic Colors of #DDD9AA
Black with #DDD9AA
Text Example
Text Example
White with #DDD9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9AA; }
p { color: rgb(221,217,170); }
H1.HeaderClassName
{
color: #DDD9AA;
}
.AnyTagClassName
{
color: #DDD9AA;
}
</style>
background-color css
<style>
a { background-color: #DDD9AA; }
a { background-color: rgb(221,217,170); }
div.DivClassName
{
background-color: #DDD9AA;
}
.BgClassName
{
background-color: #DDD9AA;
}
</style>
border-color css
<style>
span { border-color: #DDD9AA; }
span { border-color: rgb(221,217,170); }
td.TdClassName
{
border-color: #DDD9AA;
}
.TagClassName
{
border-color: #DDD9AA;
}
</style>