Shades of Mint Julep #DDD6A4
Tints of Mint Julep #DDD6A4
RGB
CMYK
RGB Variations
Color information
#DDD6A4 (or 0xDDD6A4) is known color: Mint Julep. HEX triplet: DD, D6 and A4. RGB value is (221,214,164). Sum of RGB (Red+Green+Blue) = 221+214+164=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 214 (83.98% from 255 or 35.73% from 599); Blue value is 164 (64.45% from 255 or 27.38% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD6A4 is #22295B. Grayscale: #D2D2D2. Windows color (decimal): -2238812 or 10802909. OLE color: 10802909.
HSL color Cylindrical-coordinate representation of color #DDD6A4: hue angle of 52.63º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDD6A4 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 164 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.13 |
| HSL | 52.63º | 0.46% | 0.75% | - |
| HSV(B) | 52.63º | 0.26% | 0.87% | - |
| XYZ | 60.57 | 66.15 | 44.7 | - |
| YUV | 210.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 164 | 0 | 0.03 | 0.26 | 0.13 | 52.63 | 0.46 | 0.75 |
| Hex | DD | D6 | A4 | 0 | 3 | 1A | D | 35 | 2E | 4B |
| Octal | 335 | 326 | 244 | 0 | 3 | 32 | 15 | 65 | 56 | 113 |
| Binary | 11011101 | 11010110 | 10100100 | 0 | 11 | 11010 | 1101 | 110101 | 101110 | 1001011 |
Color Harmonies of #DDD6A4
Complementary color
Monochromatic Colors of #DDD6A4
Black with #DDD6A4
Text Example
Text Example
White with #DDD6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6A4; }
p { color: rgb(221,214,164); }
H1.HeaderClassName
{
color: #DDD6A4;
}
.AnyTagClassName
{
color: #DDD6A4;
}
</style>
background-color css
<style>
a { background-color: #DDD6A4; }
a { background-color: rgb(221,214,164); }
div.DivClassName
{
background-color: #DDD6A4;
}
.BgClassName
{
background-color: #DDD6A4;
}
</style>
border-color css
<style>
span { border-color: #DDD6A4; }
span { border-color: rgb(221,214,164); }
td.TdClassName
{
border-color: #DDD6A4;
}
.TagClassName
{
border-color: #DDD6A4;
}
</style>