Shades of Mint Julep #DDDCAA
Tints of Mint Julep #DDDCAA
RGB
CMYK
RGB Variations
Color information
#DDDCAA (or 0xDDDCAA) is known color: Mint Julep. HEX triplet: DD, DC and AA. RGB value is (221,220,170). Sum of RGB (Red+Green+Blue) = 221+220+170=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 170 (66.80% from 255 or 27.82% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDCAA is #222355. Grayscale: #D6D6D6. Windows color (decimal): -2237270 or 11197661. OLE color: 11197661.
HSL color Cylindrical-coordinate representation of color #DDDCAA: hue angle of 58.82º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDDCAA is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 170 | - |
| CMYK | 0 | 0.00 | 0.23 | 0.13 |
| HSL | 58.82º | 0.43% | 0.77% | - |
| HSV(B) | 58.82º | 0.23% | 0.87% | - |
| XYZ | 62.67 | 69.46 | 48.13 | - |
| YUV | 214.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 170 | 0 | 0.00 | 0.23 | 0.13 | 58.82 | 0.43 | 0.77 |
| Hex | DD | DC | AA | 0 | 0 | 17 | D | 3B | 2B | 4D |
| Octal | 335 | 334 | 252 | 0 | 0 | 27 | 15 | 73 | 53 | 115 |
| Binary | 11011101 | 11011100 | 10101010 | 0 | 0 | 10111 | 1101 | 111011 | 101011 | 1001101 |
Color Harmonies of #DDDCAA
Complementary color
Monochromatic Colors of #DDDCAA
Black with #DDDCAA
Text Example
Text Example
White with #DDDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCAA; }
p { color: rgb(221,220,170); }
H1.HeaderClassName
{
color: #DDDCAA;
}
.AnyTagClassName
{
color: #DDDCAA;
}
</style>
background-color css
<style>
a { background-color: #DDDCAA; }
a { background-color: rgb(221,220,170); }
div.DivClassName
{
background-color: #DDDCAA;
}
.BgClassName
{
background-color: #DDDCAA;
}
</style>
border-color css
<style>
span { border-color: #DDDCAA; }
span { border-color: rgb(221,220,170); }
td.TdClassName
{
border-color: #DDDCAA;
}
.TagClassName
{
border-color: #DDDCAA;
}
</style>