Shades of Mint Julep #DDD7A0
Tints of Mint Julep #DDD7A0
RGB
CMYK
RGB Variations
Color information
#DDD7A0 (or 0xDDD7A0) is known color: Mint Julep. HEX triplet: DD, D7 and A0. RGB value is (221,215,160). Sum of RGB (Red+Green+Blue) = 221+215+160=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD7A0 is #22285F. Grayscale: #D2D2D2. Windows color (decimal): -2238560 or 10541021. OLE color: 10541021.
HSL color Cylindrical-coordinate representation of color #DDD7A0: hue angle of 54.1º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDD7A0 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 160 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.13 |
| HSL | 54.1º | 0.47% | 0.75% | - |
| HSV(B) | 54.1º | 0.28% | 0.87% | - |
| XYZ | 60.46 | 66.51 | 42.91 | - |
| YUV | 210.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 160 | 0 | 0.03 | 0.28 | 0.13 | 54.1 | 0.47 | 0.75 |
| Hex | DD | D7 | A0 | 0 | 3 | 1C | D | 36 | 2F | 4B |
| Octal | 335 | 327 | 240 | 0 | 3 | 34 | 15 | 66 | 57 | 113 |
| Binary | 11011101 | 11010111 | 10100000 | 0 | 11 | 11100 | 1101 | 110110 | 101111 | 1001011 |
Color Harmonies of #DDD7A0
Complementary color
Monochromatic Colors of #DDD7A0
Black with #DDD7A0
Text Example
Text Example
White with #DDD7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7A0; }
p { color: rgb(221,215,160); }
H1.HeaderClassName
{
color: #DDD7A0;
}
.AnyTagClassName
{
color: #DDD7A0;
}
</style>
background-color css
<style>
a { background-color: #DDD7A0; }
a { background-color: rgb(221,215,160); }
div.DivClassName
{
background-color: #DDD7A0;
}
.BgClassName
{
background-color: #DDD7A0;
}
</style>
border-color css
<style>
span { border-color: #DDD7A0; }
span { border-color: rgb(221,215,160); }
td.TdClassName
{
border-color: #DDD7A0;
}
.TagClassName
{
border-color: #DDD7A0;
}
</style>