Shades of Mint Julep #DCD7A4
Tints of Mint Julep #DCD7A4
RGB
CMYK
RGB Variations
Color information
#DCD7A4 (or 0xDCD7A4) is known color: Mint Julep. HEX triplet: DC, D7 and A4. RGB value is (220,215,164). Sum of RGB (Red+Green+Blue) = 220+215+164=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 164 (64.45% from 255 or 27.38% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD7A4 is #23285B. Grayscale: #D2D2D2. Windows color (decimal): -2304092 or 10803164. OLE color: 10803164.
HSL color Cylindrical-coordinate representation of color #DCD7A4: hue angle of 54.64º 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 #DCD7A4 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 164 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.14 |
| HSL | 54.64º | 0.44% | 0.75% | - |
| HSV(B) | 54.64º | 0.25% | 0.86% | - |
| XYZ | 60.52 | 66.5 | 44.77 | - |
| YUV | 210.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 164 | 0 | 0.02 | 0.25 | 0.14 | 54.64 | 0.44 | 0.75 |
| Hex | DC | D7 | A4 | 0 | 2 | 19 | E | 37 | 2C | 4B |
| Octal | 334 | 327 | 244 | 0 | 2 | 31 | 16 | 67 | 54 | 113 |
| Binary | 11011100 | 11010111 | 10100100 | 0 | 10 | 11001 | 1110 | 110111 | 101100 | 1001011 |
Color Harmonies of #DCD7A4
Complementary color
Monochromatic Colors of #DCD7A4
Black with #DCD7A4
Text Example
Text Example
White with #DCD7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7A4; }
p { color: rgb(220,215,164); }
H1.HeaderClassName
{
color: #DCD7A4;
}
.AnyTagClassName
{
color: #DCD7A4;
}
</style>
background-color css
<style>
a { background-color: #DCD7A4; }
a { background-color: rgb(220,215,164); }
div.DivClassName
{
background-color: #DCD7A4;
}
.BgClassName
{
background-color: #DCD7A4;
}
</style>
border-color css
<style>
span { border-color: #DCD7A4; }
span { border-color: rgb(220,215,164); }
td.TdClassName
{
border-color: #DCD7A4;
}
.TagClassName
{
border-color: #DCD7A4;
}
</style>