Shades of Mint Julep #DCD5A9
Tints of Mint Julep #DCD5A9
RGB
CMYK
RGB Variations
Color information
#DCD5A9 (or 0xDCD5A9) is known color: Mint Julep. HEX triplet: DC, D5 and A9. RGB value is (220,213,169). Sum of RGB (Red+Green+Blue) = 220+213+169=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 169 (66.41% from 255 or 28.07% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD5A9 is #232A56. Grayscale: #D2D2D2. Windows color (decimal): -2304599 or 11130332. OLE color: 11130332.
HSL color Cylindrical-coordinate representation of color #DCD5A9: hue angle of 51.76º 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 #DCD5A9 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 169 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.14 |
| HSL | 51.76º | 0.42% | 0.76% | - |
| HSV(B) | 51.76º | 0.23% | 0.86% | - |
| XYZ | 60.47 | 65.67 | 47.02 | - |
| YUV | 210.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 169 | 0 | 0.03 | 0.23 | 0.14 | 51.76 | 0.42 | 0.76 |
| Hex | DC | D5 | A9 | 0 | 3 | 17 | E | 34 | 2A | 4C |
| Octal | 334 | 325 | 251 | 0 | 3 | 27 | 16 | 64 | 52 | 114 |
| Binary | 11011100 | 11010101 | 10101001 | 0 | 11 | 10111 | 1110 | 110100 | 101010 | 1001100 |
Color Harmonies of #DCD5A9
Complementary color
Monochromatic Colors of #DCD5A9
Black with #DCD5A9
Text Example
Text Example
White with #DCD5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD5A9; }
p { color: rgb(220,213,169); }
H1.HeaderClassName
{
color: #DCD5A9;
}
.AnyTagClassName
{
color: #DCD5A9;
}
</style>
background-color css
<style>
a { background-color: #DCD5A9; }
a { background-color: rgb(220,213,169); }
div.DivClassName
{
background-color: #DCD5A9;
}
.BgClassName
{
background-color: #DCD5A9;
}
</style>
border-color css
<style>
span { border-color: #DCD5A9; }
span { border-color: rgb(220,213,169); }
td.TdClassName
{
border-color: #DCD5A9;
}
.TagClassName
{
border-color: #DCD5A9;
}
</style>