Shades of Mint Julep #DCD9A3
Tints of Mint Julep #DCD9A3
RGB
CMYK
RGB Variations
Color information
#DCD9A3 (or 0xDCD9A3) is known color: Mint Julep. HEX triplet: DC, D9 and A3. RGB value is (220,217,163). Sum of RGB (Red+Green+Blue) = 220+217+163=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 217 (85.16% from 255 or 36.17% from 600); Blue value is 163 (64.06% from 255 or 27.17% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD9A3 is #23265C. Grayscale: #D3D3D3. Windows color (decimal): -2303581 or 10738140. OLE color: 10738140.
HSL color Cylindrical-coordinate representation of color #DCD9A3: hue angle of 56.84º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCD9A3 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 163 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.14 |
| HSL | 56.84º | 0.45% | 0.75% | - |
| HSV(B) | 56.84º | 0.26% | 0.86% | - |
| XYZ | 60.94 | 67.49 | 44.46 | - |
| YUV | 211.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 163 | 0 | 0.01 | 0.26 | 0.14 | 56.84 | 0.45 | 0.75 |
| Hex | DC | D9 | A3 | 0 | 1 | 1A | E | 39 | 2D | 4B |
| Octal | 334 | 331 | 243 | 0 | 1 | 32 | 16 | 71 | 55 | 113 |
| Binary | 11011100 | 11011001 | 10100011 | 0 | 1 | 11010 | 1110 | 111001 | 101101 | 1001011 |
Color Harmonies of #DCD9A3
Complementary color
Monochromatic Colors of #DCD9A3
Black with #DCD9A3
Text Example
Text Example
White with #DCD9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD9A3; }
p { color: rgb(220,217,163); }
H1.HeaderClassName
{
color: #DCD9A3;
}
.AnyTagClassName
{
color: #DCD9A3;
}
</style>
background-color css
<style>
a { background-color: #DCD9A3; }
a { background-color: rgb(220,217,163); }
div.DivClassName
{
background-color: #DCD9A3;
}
.BgClassName
{
background-color: #DCD9A3;
}
</style>
border-color css
<style>
span { border-color: #DCD9A3; }
span { border-color: rgb(220,217,163); }
td.TdClassName
{
border-color: #DCD9A3;
}
.TagClassName
{
border-color: #DCD9A3;
}
</style>