Shades of Mint Julep #DCD6AA
Tints of Mint Julep #DCD6AA
RGB
CMYK
RGB Variations
Color information
#DCD6AA (or 0xDCD6AA) is known color: Mint Julep. HEX triplet: DC, D6 and AA. RGB value is (220,214,170). Sum of RGB (Red+Green+Blue) = 220+214+170=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD6AA is #232955. Grayscale: #D2D2D2. Windows color (decimal): -2304342 or 11196124. OLE color: 11196124.
HSL color Cylindrical-coordinate representation of color #DCD6AA: hue angle of 52.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCD6AA is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 170 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.14 |
| HSL | 52.8º | 0.42% | 0.76% | - |
| HSV(B) | 52.8º | 0.23% | 0.86% | - |
| XYZ | 60.82 | 66.21 | 47.6 | - |
| YUV | 210.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 170 | 0 | 0.03 | 0.23 | 0.14 | 52.8 | 0.42 | 0.76 |
| Hex | DC | D6 | AA | 0 | 3 | 17 | E | 35 | 2A | 4C |
| Octal | 334 | 326 | 252 | 0 | 3 | 27 | 16 | 65 | 52 | 114 |
| Binary | 11011100 | 11010110 | 10101010 | 0 | 11 | 10111 | 1110 | 110101 | 101010 | 1001100 |
Color Harmonies of #DCD6AA
Complementary color
Monochromatic Colors of #DCD6AA
Black with #DCD6AA
Text Example
Text Example
White with #DCD6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6AA; }
p { color: rgb(220,214,170); }
H1.HeaderClassName
{
color: #DCD6AA;
}
.AnyTagClassName
{
color: #DCD6AA;
}
</style>
background-color css
<style>
a { background-color: #DCD6AA; }
a { background-color: rgb(220,214,170); }
div.DivClassName
{
background-color: #DCD6AA;
}
.BgClassName
{
background-color: #DCD6AA;
}
</style>
border-color css
<style>
span { border-color: #DCD6AA; }
span { border-color: rgb(220,214,170); }
td.TdClassName
{
border-color: #DCD6AA;
}
.TagClassName
{
border-color: #DCD6AA;
}
</style>