Shades of Mint Julep #DCDAA4
Tints of Mint Julep #DCDAA4
RGB
CMYK
RGB Variations
Color information
#DCDAA4 (or 0xDCDAA4) is known color: Mint Julep. HEX triplet: DC, DA and A4. RGB value is (220,218,164). Sum of RGB (Red+Green+Blue) = 220+218+164=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 164 (64.45% from 255 or 27.24% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAA4 is #23255B. Grayscale: #D4D4D4. Windows color (decimal): -2303324 or 10803932. OLE color: 10803932.
HSL color Cylindrical-coordinate representation of color #DCDAA4: hue angle of 57.86º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCDAA4 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 164 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.14 |
| HSL | 57.86º | 0.44% | 0.75% | - |
| HSV(B) | 57.86º | 0.25% | 0.86% | - |
| XYZ | 61.29 | 68.04 | 45.02 | - |
| YUV | 212.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 164 | 0 | 0.01 | 0.25 | 0.14 | 57.86 | 0.44 | 0.75 |
| Hex | DC | DA | A4 | 0 | 1 | 19 | E | 3A | 2C | 4B |
| Octal | 334 | 332 | 244 | 0 | 1 | 31 | 16 | 72 | 54 | 113 |
| Binary | 11011100 | 11011010 | 10100100 | 0 | 1 | 11001 | 1110 | 111010 | 101100 | 1001011 |
Color Harmonies of #DCDAA4
Complementary color
Monochromatic Colors of #DCDAA4
Black with #DCDAA4
Text Example
Text Example
White with #DCDAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAA4; }
p { color: rgb(220,218,164); }
H1.HeaderClassName
{
color: #DCDAA4;
}
.AnyTagClassName
{
color: #DCDAA4;
}
</style>
background-color css
<style>
a { background-color: #DCDAA4; }
a { background-color: rgb(220,218,164); }
div.DivClassName
{
background-color: #DCDAA4;
}
.BgClassName
{
background-color: #DCDAA4;
}
</style>
border-color css
<style>
span { border-color: #DCDAA4; }
span { border-color: rgb(220,218,164); }
td.TdClassName
{
border-color: #DCDAA4;
}
.TagClassName
{
border-color: #DCDAA4;
}
</style>