Shades of Mint Julep #DCD6A6
Tints of Mint Julep #DCD6A6
RGB
CMYK
RGB Variations
Color information
#DCD6A6 (or 0xDCD6A6) is known color: Mint Julep. HEX triplet: DC, D6 and A6. RGB value is (220,214,166). Sum of RGB (Red+Green+Blue) = 220+214+166=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 166 (65.23% from 255 or 27.67% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD6A6 is #232959. Grayscale: #D2D2D2. Windows color (decimal): -2304346 or 10933980. OLE color: 10933980.
HSL color Cylindrical-coordinate representation of color #DCD6A6: hue angle of 53.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCD6A6 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 166 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.14 |
| HSL | 53.33º | 0.44% | 0.76% | - |
| HSV(B) | 53.33º | 0.25% | 0.86% | - |
| XYZ | 60.44 | 66.06 | 45.64 | - |
| YUV | 210.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 166 | 0 | 0.03 | 0.25 | 0.14 | 53.33 | 0.44 | 0.76 |
| Hex | DC | D6 | A6 | 0 | 3 | 19 | E | 35 | 2C | 4C |
| Octal | 334 | 326 | 246 | 0 | 3 | 31 | 16 | 65 | 54 | 114 |
| Binary | 11011100 | 11010110 | 10100110 | 0 | 11 | 11001 | 1110 | 110101 | 101100 | 1001100 |
Color Harmonies of #DCD6A6
Complementary color
Monochromatic Colors of #DCD6A6
Black with #DCD6A6
Text Example
Text Example
White with #DCD6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6A6; }
p { color: rgb(220,214,166); }
H1.HeaderClassName
{
color: #DCD6A6;
}
.AnyTagClassName
{
color: #DCD6A6;
}
</style>
background-color css
<style>
a { background-color: #DCD6A6; }
a { background-color: rgb(220,214,166); }
div.DivClassName
{
background-color: #DCD6A6;
}
.BgClassName
{
background-color: #DCD6A6;
}
</style>
border-color css
<style>
span { border-color: #DCD6A6; }
span { border-color: rgb(220,214,166); }
td.TdClassName
{
border-color: #DCD6A6;
}
.TagClassName
{
border-color: #DCD6A6;
}
</style>