Shades of Mint Julep #DCD7A1
Tints of Mint Julep #DCD7A1
RGB
CMYK
RGB Variations
Color information
#DCD7A1 (or 0xDCD7A1) is known color: Mint Julep. HEX triplet: DC, D7 and A1. RGB value is (220,215,161). Sum of RGB (Red+Green+Blue) = 220+215+161=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 161 (63.28% from 255 or 27.01% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD7A1 is #23285E. Grayscale: #D2D2D2. Windows color (decimal): -2304095 or 10606556. OLE color: 10606556.
HSL color Cylindrical-coordinate representation of color #DCD7A1: hue angle of 54.92º 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 #DCD7A1 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 161 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.14 |
| HSL | 54.92º | 0.46% | 0.75% | - |
| HSV(B) | 54.92º | 0.27% | 0.86% | - |
| XYZ | 60.25 | 66.39 | 43.36 | - |
| YUV | 210.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 161 | 0 | 0.02 | 0.27 | 0.14 | 54.92 | 0.46 | 0.75 |
| Hex | DC | D7 | A1 | 0 | 2 | 1B | E | 37 | 2E | 4B |
| Octal | 334 | 327 | 241 | 0 | 2 | 33 | 16 | 67 | 56 | 113 |
| Binary | 11011100 | 11010111 | 10100001 | 0 | 10 | 11011 | 1110 | 110111 | 101110 | 1001011 |
Color Harmonies of #DCD7A1
Complementary color
Monochromatic Colors of #DCD7A1
Black with #DCD7A1
Text Example
Text Example
White with #DCD7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7A1; }
p { color: rgb(220,215,161); }
H1.HeaderClassName
{
color: #DCD7A1;
}
.AnyTagClassName
{
color: #DCD7A1;
}
</style>
background-color css
<style>
a { background-color: #DCD7A1; }
a { background-color: rgb(220,215,161); }
div.DivClassName
{
background-color: #DCD7A1;
}
.BgClassName
{
background-color: #DCD7A1;
}
</style>
border-color css
<style>
span { border-color: #DCD7A1; }
span { border-color: rgb(220,215,161); }
td.TdClassName
{
border-color: #DCD7A1;
}
.TagClassName
{
border-color: #DCD7A1;
}
</style>