Shades of Mint Julep #DCD4AA
Tints of Mint Julep #DCD4AA
RGB
CMYK
RGB Variations
Color information
#DCD4AA (or 0xDCD4AA) is known color: Mint Julep. HEX triplet: DC, D4 and AA. RGB value is (220,212,170). Sum of RGB (Red+Green+Blue) = 220+212+170=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD4AA is #232B55. Grayscale: #D1D1D1. Windows color (decimal): -2304854 or 11195612. OLE color: 11195612.
HSL color Cylindrical-coordinate representation of color #DCD4AA: hue angle of 50.4º 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 #DCD4AA is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 170 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.14 |
| HSL | 50.4º | 0.42% | 0.76% | - |
| HSV(B) | 50.4º | 0.23% | 0.86% | - |
| XYZ | 60.31 | 65.2 | 47.44 | - |
| YUV | 209.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 170 | 0 | 0.04 | 0.23 | 0.14 | 50.4 | 0.42 | 0.76 |
| Hex | DC | D4 | AA | 0 | 4 | 17 | E | 32 | 2A | 4C |
| Octal | 334 | 324 | 252 | 0 | 4 | 27 | 16 | 62 | 52 | 114 |
| Binary | 11011100 | 11010100 | 10101010 | 0 | 100 | 10111 | 1110 | 110010 | 101010 | 1001100 |
Color Harmonies of #DCD4AA
Complementary color
Monochromatic Colors of #DCD4AA
Black with #DCD4AA
Text Example
Text Example
White with #DCD4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4AA; }
p { color: rgb(220,212,170); }
H1.HeaderClassName
{
color: #DCD4AA;
}
.AnyTagClassName
{
color: #DCD4AA;
}
</style>
background-color css
<style>
a { background-color: #DCD4AA; }
a { background-color: rgb(220,212,170); }
div.DivClassName
{
background-color: #DCD4AA;
}
.BgClassName
{
background-color: #DCD4AA;
}
</style>
border-color css
<style>
span { border-color: #DCD4AA; }
span { border-color: rgb(220,212,170); }
td.TdClassName
{
border-color: #DCD4AA;
}
.TagClassName
{
border-color: #DCD4AA;
}
</style>