Shades of Mint Julep #DCD9A4
Tints of Mint Julep #DCD9A4
RGB
CMYK
RGB Variations
Color information
#DCD9A4 (or 0xDCD9A4) is known color: Mint Julep. HEX triplet: DC, D9 and A4. RGB value is (220,217,164). Sum of RGB (Red+Green+Blue) = 220+217+164=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 164 (64.45% from 255 or 27.29% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD9A4 is #23265B. Grayscale: #D4D4D4. Windows color (decimal): -2303580 or 10803676. OLE color: 10803676.
HSL color Cylindrical-coordinate representation of color #DCD9A4: hue angle of 56.79º 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 #DCD9A4 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 164 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.14 |
| HSL | 56.79º | 0.44% | 0.75% | - |
| HSV(B) | 56.79º | 0.25% | 0.86% | - |
| XYZ | 61.03 | 67.52 | 44.94 | - |
| YUV | 211.86 | 100.99 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 164 | 0 | 0.01 | 0.25 | 0.14 | 56.79 | 0.44 | 0.75 |
| Hex | DC | D9 | A4 | 0 | 1 | 19 | E | 39 | 2C | 4B |
| Octal | 334 | 331 | 244 | 0 | 1 | 31 | 16 | 71 | 54 | 113 |
| Binary | 11011100 | 11011001 | 10100100 | 0 | 1 | 11001 | 1110 | 111001 | 101100 | 1001011 |
Color Harmonies of #DCD9A4
Complementary color
Monochromatic Colors of #DCD9A4
Black with #DCD9A4
Text Example
Text Example
White with #DCD9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD9A4; }
p { color: rgb(220,217,164); }
H1.HeaderClassName
{
color: #DCD9A4;
}
.AnyTagClassName
{
color: #DCD9A4;
}
</style>
background-color css
<style>
a { background-color: #DCD9A4; }
a { background-color: rgb(220,217,164); }
div.DivClassName
{
background-color: #DCD9A4;
}
.BgClassName
{
background-color: #DCD9A4;
}
</style>
border-color css
<style>
span { border-color: #DCD9A4; }
span { border-color: rgb(220,217,164); }
td.TdClassName
{
border-color: #DCD9A4;
}
.TagClassName
{
border-color: #DCD9A4;
}
</style>