Shades of Mint Julep #DDDCA0
Tints of Mint Julep #DDDCA0
RGB
CMYK
RGB Variations
Color information
#DDDCA0 (or 0xDDDCA0) is known color: Mint Julep. HEX triplet: DD, DC and A0. RGB value is (221,220,160). Sum of RGB (Red+Green+Blue) = 221+220+160=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDCA0 is #22235F. Grayscale: #D5D5D5. Windows color (decimal): -2237280 or 10542301. OLE color: 10542301.
HSL color Cylindrical-coordinate representation of color #DDDCA0: hue angle of 59.02º 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 #DDDCA0 is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 220 | 160 | - |
CMYK | 0 | 0.00 | 0.28 | 0.13 |
HSL | 59.02º | 0.47% | 0.75% | - |
HSV(B) | 59.02º | 0.28% | 0.87% | - |
XYZ | 61.76 | 69.1 | 43.34 | - |
YUV | 213.46 | 97.83 | 133.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 160 | 0 | 0.00 | 0.28 | 0.13 | 59.02 | 0.47 | 0.75 |
Hex | DD | DC | A0 | 0 | 0 | 1C | D | 3B | 2F | 4B |
Octal | 335 | 334 | 240 | 0 | 0 | 34 | 15 | 73 | 57 | 113 |
Binary | 11011101 | 11011100 | 10100000 | 0 | 0 | 11100 | 1101 | 111011 | 101111 | 1001011 |
Color Harmonies of #DDDCA0
Complementary color
Monochromatic Colors of #DDDCA0
Black with #DDDCA0
Text Example
Text Example
White with #DDDCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCA0; }
p { color: rgb(221,220,160); }
H1.HeaderClassName
{
color: #DDDCA0;
}
.AnyTagClassName
{
color: #DDDCA0;
}
</style>
background-color css
<style>
a { background-color: #DDDCA0; }
a { background-color: rgb(221,220,160); }
div.DivClassName
{
background-color: #DDDCA0;
}
.BgClassName
{
background-color: #DDDCA0;
}
</style>
border-color css
<style>
span { border-color: #DDDCA0; }
span { border-color: rgb(221,220,160); }
td.TdClassName
{
border-color: #DDDCA0;
}
.TagClassName
{
border-color: #DDDCA0;
}
</style>