Shades of Mint Julep #DCDAA0
Tints of Mint Julep #DCDAA0
RGB
CMYK
RGB Variations
Color information
#DCDAA0 (or 0xDCDAA0) is known color: Mint Julep. HEX triplet: DC, DA and A0. RGB value is (220,218,160). Sum of RGB (Red+Green+Blue) = 220+218+160=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAA0 is #23255F. Grayscale: #D4D4D4. Windows color (decimal): -2303328 or 10541788. OLE color: 10541788.
HSL color Cylindrical-coordinate representation of color #DCDAA0: hue angle of 58º 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 #DCDAA0 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 160 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.14 |
| HSL | 58º | 0.46% | 0.75% | - |
| HSV(B) | 58º | 0.27% | 0.86% | - |
| XYZ | 60.93 | 67.9 | 43.15 | - |
| YUV | 211.99 | 98.66 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 160 | 0 | 0.01 | 0.27 | 0.14 | 58 | 0.46 | 0.75 |
| Hex | DC | DA | A0 | 0 | 1 | 1B | E | 3A | 2E | 4B |
| Octal | 334 | 332 | 240 | 0 | 1 | 33 | 16 | 72 | 56 | 113 |
| Binary | 11011100 | 11011010 | 10100000 | 0 | 1 | 11011 | 1110 | 111010 | 101110 | 1001011 |
Color Harmonies of #DCDAA0
Complementary color
Monochromatic Colors of #DCDAA0
Black with #DCDAA0
Text Example
Text Example
White with #DCDAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAA0; }
p { color: rgb(220,218,160); }
H1.HeaderClassName
{
color: #DCDAA0;
}
.AnyTagClassName
{
color: #DCDAA0;
}
</style>
background-color css
<style>
a { background-color: #DCDAA0; }
a { background-color: rgb(220,218,160); }
div.DivClassName
{
background-color: #DCDAA0;
}
.BgClassName
{
background-color: #DCDAA0;
}
</style>
border-color css
<style>
span { border-color: #DCDAA0; }
span { border-color: rgb(220,218,160); }
td.TdClassName
{
border-color: #DCDAA0;
}
.TagClassName
{
border-color: #DCDAA0;
}
</style>