Shades of Mint Julep #DCD8A9
Tints of Mint Julep #DCD8A9
RGB
CMYK
RGB Variations
Color information
#DCD8A9 (or 0xDCD8A9) is known color: Mint Julep. HEX triplet: DC, D8 and A9. RGB value is (220,216,169). Sum of RGB (Red+Green+Blue) = 220+216+169=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 169 (66.41% from 255 or 27.93% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD8A9 is #232756. Grayscale: #D4D4D4. Windows color (decimal): -2303831 or 11131100. OLE color: 11131100.
HSL color Cylindrical-coordinate representation of color #DCD8A9: hue angle of 55.29º 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 #DCD8A9 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 169 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.14 |
| HSL | 55.29º | 0.42% | 0.76% | - |
| HSV(B) | 55.29º | 0.23% | 0.86% | - |
| XYZ | 61.23 | 67.19 | 47.28 | - |
| YUV | 211.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 169 | 0 | 0.02 | 0.23 | 0.14 | 55.29 | 0.42 | 0.76 |
| Hex | DC | D8 | A9 | 0 | 2 | 17 | E | 37 | 2A | 4C |
| Octal | 334 | 330 | 251 | 0 | 2 | 27 | 16 | 67 | 52 | 114 |
| Binary | 11011100 | 11011000 | 10101001 | 0 | 10 | 10111 | 1110 | 110111 | 101010 | 1001100 |
Color Harmonies of #DCD8A9
Complementary color
Monochromatic Colors of #DCD8A9
Black with #DCD8A9
Text Example
Text Example
White with #DCD8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD8A9; }
p { color: rgb(220,216,169); }
H1.HeaderClassName
{
color: #DCD8A9;
}
.AnyTagClassName
{
color: #DCD8A9;
}
</style>
background-color css
<style>
a { background-color: #DCD8A9; }
a { background-color: rgb(220,216,169); }
div.DivClassName
{
background-color: #DCD8A9;
}
.BgClassName
{
background-color: #DCD8A9;
}
</style>
border-color css
<style>
span { border-color: #DCD8A9; }
span { border-color: rgb(220,216,169); }
td.TdClassName
{
border-color: #DCD8A9;
}
.TagClassName
{
border-color: #DCD8A9;
}
</style>