Shades of Mint Julep #DCD9AA
Tints of Mint Julep #DCD9AA
RGB
CMYK
RGB Variations
Color information
#DCD9AA (or 0xDCD9AA) is known color: Mint Julep. HEX triplet: DC, D9 and AA. RGB value is (220,217,170). Sum of RGB (Red+Green+Blue) = 220+217+170=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD9AA is #232655. Grayscale: #D4D4D4. Windows color (decimal): -2303574 or 11196892. OLE color: 11196892.
HSL color Cylindrical-coordinate representation of color #DCD9AA: hue angle of 56.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 #DCD9AA is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 170 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.14 |
| HSL | 56.4º | 0.42% | 0.76% | - |
| HSV(B) | 56.4º | 0.23% | 0.86% | - |
| XYZ | 61.58 | 67.74 | 47.86 | - |
| YUV | 212.54 | 103.99 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 170 | 0 | 0.01 | 0.23 | 0.14 | 56.4 | 0.42 | 0.76 |
| Hex | DC | D9 | AA | 0 | 1 | 17 | E | 38 | 2A | 4C |
| Octal | 334 | 331 | 252 | 0 | 1 | 27 | 16 | 70 | 52 | 114 |
| Binary | 11011100 | 11011001 | 10101010 | 0 | 1 | 10111 | 1110 | 111000 | 101010 | 1001100 |
Color Harmonies of #DCD9AA
Complementary color
Monochromatic Colors of #DCD9AA
Black with #DCD9AA
Text Example
Text Example
White with #DCD9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD9AA; }
p { color: rgb(220,217,170); }
H1.HeaderClassName
{
color: #DCD9AA;
}
.AnyTagClassName
{
color: #DCD9AA;
}
</style>
background-color css
<style>
a { background-color: #DCD9AA; }
a { background-color: rgb(220,217,170); }
div.DivClassName
{
background-color: #DCD9AA;
}
.BgClassName
{
background-color: #DCD9AA;
}
</style>
border-color css
<style>
span { border-color: #DCD9AA; }
span { border-color: rgb(220,217,170); }
td.TdClassName
{
border-color: #DCD9AA;
}
.TagClassName
{
border-color: #DCD9AA;
}
</style>