Shades of Mint Julep #DDD6A5
Tints of Mint Julep #DDD6A5
RGB
CMYK
RGB Variations
Color information
#DDD6A5 (or 0xDDD6A5) is known color: Mint Julep. HEX triplet: DD, D6 and A5. RGB value is (221,214,165). Sum of RGB (Red+Green+Blue) = 221+214+165=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 165 (64.84% from 255 or 27.5% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD6A5 is #22295A. Grayscale: #D2D2D2. Windows color (decimal): -2238811 or 10868445. OLE color: 10868445.
HSL color Cylindrical-coordinate representation of color #DDD6A5: hue angle of 52.5º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDD6A5 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 165 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.13 |
| HSL | 52.5º | 0.45% | 0.76% | - |
| HSV(B) | 52.5º | 0.25% | 0.87% | - |
| XYZ | 60.66 | 66.18 | 45.17 | - |
| YUV | 210.51 | 102.32 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 165 | 0 | 0.03 | 0.25 | 0.13 | 52.5 | 0.45 | 0.76 |
| Hex | DD | D6 | A5 | 0 | 3 | 19 | D | 34 | 2D | 4C |
| Octal | 335 | 326 | 245 | 0 | 3 | 31 | 15 | 64 | 55 | 114 |
| Binary | 11011101 | 11010110 | 10100101 | 0 | 11 | 11001 | 1101 | 110100 | 101101 | 1001100 |
Color Harmonies of #DDD6A5
Complementary color
Monochromatic Colors of #DDD6A5
Black with #DDD6A5
Text Example
Text Example
White with #DDD6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6A5; }
p { color: rgb(221,214,165); }
H1.HeaderClassName
{
color: #DDD6A5;
}
.AnyTagClassName
{
color: #DDD6A5;
}
</style>
background-color css
<style>
a { background-color: #DDD6A5; }
a { background-color: rgb(221,214,165); }
div.DivClassName
{
background-color: #DDD6A5;
}
.BgClassName
{
background-color: #DDD6A5;
}
</style>
border-color css
<style>
span { border-color: #DDD6A5; }
span { border-color: rgb(221,214,165); }
td.TdClassName
{
border-color: #DDD6A5;
}
.TagClassName
{
border-color: #DDD6A5;
}
</style>