Shades of Mint Julep #DCD5A4
Tints of Mint Julep #DCD5A4
RGB
CMYK
RGB Variations
Color information
#DCD5A4 (or 0xDCD5A4) is known color: Mint Julep. HEX triplet: DC, D5 and A4. RGB value is (220,213,164). Sum of RGB (Red+Green+Blue) = 220+213+164=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 164 (64.45% from 255 or 27.47% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD5A4 is #232A5B. Grayscale: #D1D1D1. Windows color (decimal): -2304604 or 10802652. OLE color: 10802652.
HSL color Cylindrical-coordinate representation of color #DCD5A4: hue angle of 52.5º 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 #DCD5A4 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 164 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.14 |
| HSL | 52.5º | 0.44% | 0.75% | - |
| HSV(B) | 52.5º | 0.25% | 0.86% | - |
| XYZ | 60.01 | 65.48 | 44.6 | - |
| YUV | 209.51 | 102.32 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 164 | 0 | 0.03 | 0.25 | 0.14 | 52.5 | 0.44 | 0.75 |
| Hex | DC | D5 | A4 | 0 | 3 | 19 | E | 34 | 2C | 4B |
| Octal | 334 | 325 | 244 | 0 | 3 | 31 | 16 | 64 | 54 | 113 |
| Binary | 11011100 | 11010101 | 10100100 | 0 | 11 | 11001 | 1110 | 110100 | 101100 | 1001011 |
Color Harmonies of #DCD5A4
Complementary color
Monochromatic Colors of #DCD5A4
Black with #DCD5A4
Text Example
Text Example
White with #DCD5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD5A4; }
p { color: rgb(220,213,164); }
H1.HeaderClassName
{
color: #DCD5A4;
}
.AnyTagClassName
{
color: #DCD5A4;
}
</style>
background-color css
<style>
a { background-color: #DCD5A4; }
a { background-color: rgb(220,213,164); }
div.DivClassName
{
background-color: #DCD5A4;
}
.BgClassName
{
background-color: #DCD5A4;
}
</style>
border-color css
<style>
span { border-color: #DCD5A4; }
span { border-color: rgb(220,213,164); }
td.TdClassName
{
border-color: #DCD5A4;
}
.TagClassName
{
border-color: #DCD5A4;
}
</style>