Shades of Mint Julep #DCDAA1
Tints of Mint Julep #DCDAA1
RGB
CMYK
RGB Variations
Color information
#DCDAA1 (or 0xDCDAA1) is known color: Mint Julep. HEX triplet: DC, DA and A1. RGB value is (220,218,161). Sum of RGB (Red+Green+Blue) = 220+218+161=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 161 (63.28% from 255 or 26.88% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAA1 is #23255E. Grayscale: #D4D4D4. Windows color (decimal): -2303327 or 10607324. OLE color: 10607324.
HSL color Cylindrical-coordinate representation of color #DCDAA1: hue angle of 57.97º 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 #DCDAA1 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 161 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.14 |
| HSL | 57.97º | 0.46% | 0.75% | - |
| HSV(B) | 57.97º | 0.27% | 0.86% | - |
| XYZ | 61.02 | 67.93 | 43.61 | - |
| YUV | 212.1 | 99.16 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 161 | 0 | 0.01 | 0.27 | 0.14 | 57.97 | 0.46 | 0.75 |
| Hex | DC | DA | A1 | 0 | 1 | 1B | E | 3A | 2E | 4B |
| Octal | 334 | 332 | 241 | 0 | 1 | 33 | 16 | 72 | 56 | 113 |
| Binary | 11011100 | 11011010 | 10100001 | 0 | 1 | 11011 | 1110 | 111010 | 101110 | 1001011 |
Color Harmonies of #DCDAA1
Complementary color
Monochromatic Colors of #DCDAA1
Black with #DCDAA1
Text Example
Text Example
White with #DCDAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAA1; }
p { color: rgb(220,218,161); }
H1.HeaderClassName
{
color: #DCDAA1;
}
.AnyTagClassName
{
color: #DCDAA1;
}
</style>
background-color css
<style>
a { background-color: #DCDAA1; }
a { background-color: rgb(220,218,161); }
div.DivClassName
{
background-color: #DCDAA1;
}
.BgClassName
{
background-color: #DCDAA1;
}
</style>
border-color css
<style>
span { border-color: #DCDAA1; }
span { border-color: rgb(220,218,161); }
td.TdClassName
{
border-color: #DCDAA1;
}
.TagClassName
{
border-color: #DCDAA1;
}
</style>