Shades of Mint Julep #DCD6AD
Tints of Mint Julep #DCD6AD
RGB
CMYK
RGB Variations
Color information
#DCD6AD (or 0xDCD6AD) is known color: Mint Julep. HEX triplet: DC, D6 and AD. RGB value is (220,214,173). Sum of RGB (Red+Green+Blue) = 220+214+173=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD6AD is #232952. Grayscale: #D3D3D3. Windows color (decimal): -2304339 or 11392732. OLE color: 11392732.
HSL color Cylindrical-coordinate representation of color #DCD6AD: hue angle of 52.34º 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 #DCD6AD is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 173 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.14 |
| HSL | 52.34º | 0.4% | 0.77% | - |
| HSV(B) | 52.34º | 0.21% | 0.86% | - |
| XYZ | 61.1 | 66.33 | 49.12 | - |
| YUV | 211.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 173 | 0 | 0.03 | 0.21 | 0.14 | 52.34 | 0.4 | 0.77 |
| Hex | DC | D6 | AD | 0 | 3 | 15 | E | 34 | 28 | 4D |
| Octal | 334 | 326 | 255 | 0 | 3 | 25 | 16 | 64 | 50 | 115 |
| Binary | 11011100 | 11010110 | 10101101 | 0 | 11 | 10101 | 1110 | 110100 | 101000 | 1001101 |
Color Harmonies of #DCD6AD
Complementary color
Monochromatic Colors of #DCD6AD
Black with #DCD6AD
Text Example
Text Example
White with #DCD6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6AD; }
p { color: rgb(220,214,173); }
H1.HeaderClassName
{
color: #DCD6AD;
}
.AnyTagClassName
{
color: #DCD6AD;
}
</style>
background-color css
<style>
a { background-color: #DCD6AD; }
a { background-color: rgb(220,214,173); }
div.DivClassName
{
background-color: #DCD6AD;
}
.BgClassName
{
background-color: #DCD6AD;
}
</style>
border-color css
<style>
span { border-color: #DCD6AD; }
span { border-color: rgb(220,214,173); }
td.TdClassName
{
border-color: #DCD6AD;
}
.TagClassName
{
border-color: #DCD6AD;
}
</style>