Shades of Mint Julep #DCD9A2
Tints of Mint Julep #DCD9A2
RGB
CMYK
RGB Variations
Color information
#DCD9A2 (or 0xDCD9A2) is known color: Mint Julep. HEX triplet: DC, D9 and A2. RGB value is (220,217,162). Sum of RGB (Red+Green+Blue) = 220+217+162=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 162 (63.67% from 255 or 27.05% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD9A2 is #23265D. Grayscale: #D3D3D3. Windows color (decimal): -2303582 or 10672604. OLE color: 10672604.
HSL color Cylindrical-coordinate representation of color #DCD9A2: hue angle of 56.9º 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 #DCD9A2 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 217 | 162 | - |
CMYK | 0 | 0.01 | 0.26 | 0.14 |
HSL | 56.9º | 0.45% | 0.75% | - |
HSV(B) | 56.9º | 0.26% | 0.86% | - |
XYZ | 60.85 | 67.45 | 43.99 | - |
YUV | 211.63 | 99.99 | 133.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 217 | 162 | 0 | 0.01 | 0.26 | 0.14 | 56.9 | 0.45 | 0.75 |
Hex | DC | D9 | A2 | 0 | 1 | 1A | E | 39 | 2D | 4B |
Octal | 334 | 331 | 242 | 0 | 1 | 32 | 16 | 71 | 55 | 113 |
Binary | 11011100 | 11011001 | 10100010 | 0 | 1 | 11010 | 1110 | 111001 | 101101 | 1001011 |
Color Harmonies of #DCD9A2
Complementary color
Monochromatic Colors of #DCD9A2
Black with #DCD9A2
Text Example
Text Example
White with #DCD9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD9A2; }
p { color: rgb(220,217,162); }
H1.HeaderClassName
{
color: #DCD9A2;
}
.AnyTagClassName
{
color: #DCD9A2;
}
</style>
background-color css
<style>
a { background-color: #DCD9A2; }
a { background-color: rgb(220,217,162); }
div.DivClassName
{
background-color: #DCD9A2;
}
.BgClassName
{
background-color: #DCD9A2;
}
</style>
border-color css
<style>
span { border-color: #DCD9A2; }
span { border-color: rgb(220,217,162); }
td.TdClassName
{
border-color: #DCD9A2;
}
.TagClassName
{
border-color: #DCD9A2;
}
</style>