Shades of Mint Julep #DCD6A2
Tints of Mint Julep #DCD6A2
RGB
CMYK
RGB Variations
Color information
#DCD6A2 (or 0xDCD6A2) is known color: Mint Julep. HEX triplet: DC, D6 and A2. RGB value is (220,214,162). Sum of RGB (Red+Green+Blue) = 220+214+162=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 162 (63.67% from 255 or 27.18% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD6A2 is #23295D. Grayscale: #D2D2D2. Windows color (decimal): -2304350 or 10671836. OLE color: 10671836.
HSL color Cylindrical-coordinate representation of color #DCD6A2: hue angle of 53.79º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCD6A2 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 214 | 162 | - |
CMYK | 0 | 0.03 | 0.26 | 0.14 |
HSL | 53.79º | 0.45% | 0.75% | - |
HSV(B) | 53.79º | 0.26% | 0.86% | - |
XYZ | 60.08 | 65.92 | 43.74 | - |
YUV | 209.87 | 100.99 | 135.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 214 | 162 | 0 | 0.03 | 0.26 | 0.14 | 53.79 | 0.45 | 0.75 |
Hex | DC | D6 | A2 | 0 | 3 | 1A | E | 36 | 2D | 4B |
Octal | 334 | 326 | 242 | 0 | 3 | 32 | 16 | 66 | 55 | 113 |
Binary | 11011100 | 11010110 | 10100010 | 0 | 11 | 11010 | 1110 | 110110 | 101101 | 1001011 |
Color Harmonies of #DCD6A2
Complementary color
Monochromatic Colors of #DCD6A2
Black with #DCD6A2
Text Example
Text Example
White with #DCD6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6A2; }
p { color: rgb(220,214,162); }
H1.HeaderClassName
{
color: #DCD6A2;
}
.AnyTagClassName
{
color: #DCD6A2;
}
</style>
background-color css
<style>
a { background-color: #DCD6A2; }
a { background-color: rgb(220,214,162); }
div.DivClassName
{
background-color: #DCD6A2;
}
.BgClassName
{
background-color: #DCD6A2;
}
</style>
border-color css
<style>
span { border-color: #DCD6A2; }
span { border-color: rgb(220,214,162); }
td.TdClassName
{
border-color: #DCD6A2;
}
.TagClassName
{
border-color: #DCD6A2;
}
</style>