Shades of Mint Julep #DCD4A2
Tints of Mint Julep #DCD4A2
RGB
CMYK
RGB Variations
Color information
#DCD4A2 (or 0xDCD4A2) is known color: Mint Julep. HEX triplet: DC, D4 and A2. RGB value is (220,212,162). Sum of RGB (Red+Green+Blue) = 220+212+162=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 162 (63.67% from 255 or 27.27% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD4A2 is #232B5D. Grayscale: #D0D0D0. Windows color (decimal): -2304862 or 10671324. OLE color: 10671324.
HSL color Cylindrical-coordinate representation of color #DCD4A2: hue angle of 51.72º 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 #DCD4A2 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 162 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.14 |
| HSL | 51.72º | 0.45% | 0.75% | - |
| HSV(B) | 51.72º | 0.26% | 0.86% | - |
| XYZ | 59.58 | 64.91 | 43.57 | - |
| YUV | 208.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 162 | 0 | 0.04 | 0.26 | 0.14 | 51.72 | 0.45 | 0.75 |
| Hex | DC | D4 | A2 | 0 | 4 | 1A | E | 34 | 2D | 4B |
| Octal | 334 | 324 | 242 | 0 | 4 | 32 | 16 | 64 | 55 | 113 |
| Binary | 11011100 | 11010100 | 10100010 | 0 | 100 | 11010 | 1110 | 110100 | 101101 | 1001011 |
Color Harmonies of #DCD4A2
Complementary color
Monochromatic Colors of #DCD4A2
Black with #DCD4A2
Text Example
Text Example
White with #DCD4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4A2; }
p { color: rgb(220,212,162); }
H1.HeaderClassName
{
color: #DCD4A2;
}
.AnyTagClassName
{
color: #DCD4A2;
}
</style>
background-color css
<style>
a { background-color: #DCD4A2; }
a { background-color: rgb(220,212,162); }
div.DivClassName
{
background-color: #DCD4A2;
}
.BgClassName
{
background-color: #DCD4A2;
}
</style>
border-color css
<style>
span { border-color: #DCD4A2; }
span { border-color: rgb(220,212,162); }
td.TdClassName
{
border-color: #DCD4A2;
}
.TagClassName
{
border-color: #DCD4A2;
}
</style>