Shades of Mint Julep #DDD5A5
Tints of Mint Julep #DDD5A5
RGB
CMYK
RGB Variations
Color information
#DDD5A5 (or 0xDDD5A5) is known color: Mint Julep. HEX triplet: DD, D5 and A5. RGB value is (221,213,165). Sum of RGB (Red+Green+Blue) = 221+213+165=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 165 (64.84% from 255 or 27.55% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD5A5 is #222A5A. Grayscale: #D2D2D2. Windows color (decimal): -2239067 or 10868189. OLE color: 10868189.
HSL color Cylindrical-coordinate representation of color #DDD5A5: hue angle of 51.43º 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 #DDD5A5 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 165 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.13 |
| HSL | 51.43º | 0.45% | 0.76% | - |
| HSV(B) | 51.43º | 0.25% | 0.87% | - |
| XYZ | 60.4 | 65.68 | 45.09 | - |
| YUV | 209.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 165 | 0 | 0.04 | 0.25 | 0.13 | 51.43 | 0.45 | 0.76 |
| Hex | DD | D5 | A5 | 0 | 4 | 19 | D | 33 | 2D | 4C |
| Octal | 335 | 325 | 245 | 0 | 4 | 31 | 15 | 63 | 55 | 114 |
| Binary | 11011101 | 11010101 | 10100101 | 0 | 100 | 11001 | 1101 | 110011 | 101101 | 1001100 |
Color Harmonies of #DDD5A5
Complementary color
Monochromatic Colors of #DDD5A5
Black with #DDD5A5
Text Example
Text Example
White with #DDD5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD5A5; }
p { color: rgb(221,213,165); }
H1.HeaderClassName
{
color: #DDD5A5;
}
.AnyTagClassName
{
color: #DDD5A5;
}
</style>
background-color css
<style>
a { background-color: #DDD5A5; }
a { background-color: rgb(221,213,165); }
div.DivClassName
{
background-color: #DDD5A5;
}
.BgClassName
{
background-color: #DDD5A5;
}
</style>
border-color css
<style>
span { border-color: #DDD5A5; }
span { border-color: rgb(221,213,165); }
td.TdClassName
{
border-color: #DDD5A5;
}
.TagClassName
{
border-color: #DDD5A5;
}
</style>