Shades of Mint Julep #DCDCA1
Tints of Mint Julep #DCDCA1
RGB
CMYK
RGB Variations
Color information
#DCDCA1 (or 0xDCDCA1) is known color: Mint Julep. HEX triplet: DC, DC and A1. RGB value is (220,220,161). Sum of RGB (Red+Green+Blue) = 220+220+161=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDCA1 is #23235E. Grayscale: #D5D5D5. Windows color (decimal): -2302815 or 10607836. OLE color: 10607836.
HSL color Cylindrical-coordinate representation of color #DCDCA1: hue angle of 60º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCDCA1 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 161 | - |
| CMYK | 0 | 0 | 0.27 | 0.14 |
| HSL | 60º | 0.46% | 0.75% | - |
| HSV(B) | 60º | 0.27% | 0.86% | - |
| XYZ | 61.54 | 68.98 | 43.79 | - |
| YUV | 213.27 | 98.5 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 161 | 0 | 0 | 0.27 | 0.14 | 60 | 0.46 | 0.75 |
| Hex | DC | DC | A1 | 0 | 0 | 1B | E | 3C | 2E | 4B |
| Octal | 334 | 334 | 241 | 0 | 0 | 33 | 16 | 74 | 56 | 113 |
| Binary | 11011100 | 11011100 | 10100001 | 0 | 0 | 11011 | 1110 | 111100 | 101110 | 1001011 |
Color Harmonies of #DCDCA1
Complementary color
Monochromatic Colors of #DCDCA1
Black with #DCDCA1
Text Example
Text Example
White with #DCDCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCA1; }
p { color: rgb(220,220,161); }
H1.HeaderClassName
{
color: #DCDCA1;
}
.AnyTagClassName
{
color: #DCDCA1;
}
</style>
background-color css
<style>
a { background-color: #DCDCA1; }
a { background-color: rgb(220,220,161); }
div.DivClassName
{
background-color: #DCDCA1;
}
.BgClassName
{
background-color: #DCDCA1;
}
</style>
border-color css
<style>
span { border-color: #DCDCA1; }
span { border-color: rgb(220,220,161); }
td.TdClassName
{
border-color: #DCDCA1;
}
.TagClassName
{
border-color: #DCDCA1;
}
</style>