Shades of Mint Julep #DDD5A4
Tints of Mint Julep #DDD5A4
RGB
CMYK
RGB Variations
Color information
#DDD5A4 (or 0xDDD5A4) is known color: Mint Julep. HEX triplet: DD, D5 and A4. RGB value is (221,213,164). Sum of RGB (Red+Green+Blue) = 221+213+164=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 164 (64.45% from 255 or 27.42% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD5A4 is #222A5B. Grayscale: #D2D2D2. Windows color (decimal): -2239068 or 10802653. OLE color: 10802653.
HSL color Cylindrical-coordinate representation of color #DDD5A4: hue angle of 51.58º 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 #DDD5A4 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 164 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.13 |
| HSL | 51.58º | 0.46% | 0.75% | - |
| HSV(B) | 51.58º | 0.26% | 0.87% | - |
| XYZ | 60.31 | 65.64 | 44.61 | - |
| YUV | 209.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 164 | 0 | 0.04 | 0.26 | 0.13 | 51.58 | 0.46 | 0.75 |
| Hex | DD | D5 | A4 | 0 | 4 | 1A | D | 34 | 2E | 4B |
| Octal | 335 | 325 | 244 | 0 | 4 | 32 | 15 | 64 | 56 | 113 |
| Binary | 11011101 | 11010101 | 10100100 | 0 | 100 | 11010 | 1101 | 110100 | 101110 | 1001011 |
Color Harmonies of #DDD5A4
Complementary color
Monochromatic Colors of #DDD5A4
Black with #DDD5A4
Text Example
Text Example
White with #DDD5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD5A4; }
p { color: rgb(221,213,164); }
H1.HeaderClassName
{
color: #DDD5A4;
}
.AnyTagClassName
{
color: #DDD5A4;
}
</style>
background-color css
<style>
a { background-color: #DDD5A4; }
a { background-color: rgb(221,213,164); }
div.DivClassName
{
background-color: #DDD5A4;
}
.BgClassName
{
background-color: #DDD5A4;
}
</style>
border-color css
<style>
span { border-color: #DDD5A4; }
span { border-color: rgb(221,213,164); }
td.TdClassName
{
border-color: #DDD5A4;
}
.TagClassName
{
border-color: #DDD5A4;
}
</style>