Shades of Mint Julep #DCD7AD
Tints of Mint Julep #DCD7AD
RGB
CMYK
RGB Variations
Color information
#DCD7AD (or 0xDCD7AD) is known color: Mint Julep. HEX triplet: DC, D7 and AD. RGB value is (220,215,173). Sum of RGB (Red+Green+Blue) = 220+215+173=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD7AD is #232852. Grayscale: #D3D3D3. Windows color (decimal): -2304083 or 11392988. OLE color: 11392988.
HSL color Cylindrical-coordinate representation of color #DCD7AD: hue angle of 53.62º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCD7AD is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 173 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.14 |
| HSL | 53.62º | 0.4% | 0.77% | - |
| HSV(B) | 53.62º | 0.21% | 0.86% | - |
| XYZ | 61.36 | 66.83 | 49.2 | - |
| YUV | 211.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 173 | 0 | 0.02 | 0.21 | 0.14 | 53.62 | 0.4 | 0.77 |
| Hex | DC | D7 | AD | 0 | 2 | 15 | E | 36 | 28 | 4D |
| Octal | 334 | 327 | 255 | 0 | 2 | 25 | 16 | 66 | 50 | 115 |
| Binary | 11011100 | 11010111 | 10101101 | 0 | 10 | 10101 | 1110 | 110110 | 101000 | 1001101 |
Color Harmonies of #DCD7AD
Complementary color
Monochromatic Colors of #DCD7AD
Black with #DCD7AD
Text Example
Text Example
White with #DCD7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7AD; }
p { color: rgb(220,215,173); }
H1.HeaderClassName
{
color: #DCD7AD;
}
.AnyTagClassName
{
color: #DCD7AD;
}
</style>
background-color css
<style>
a { background-color: #DCD7AD; }
a { background-color: rgb(220,215,173); }
div.DivClassName
{
background-color: #DCD7AD;
}
.BgClassName
{
background-color: #DCD7AD;
}
</style>
border-color css
<style>
span { border-color: #DCD7AD; }
span { border-color: rgb(220,215,173); }
td.TdClassName
{
border-color: #DCD7AD;
}
.TagClassName
{
border-color: #DCD7AD;
}
</style>