Shades of Mint Julep #DCD79E
Tints of Mint Julep #DCD79E
RGB
CMYK
RGB Variations
Color information
#DCD79E (or 0xDCD79E) is known color: Mint Julep. HEX triplet: DC, D7 and 9E. RGB value is (220,215,158). Sum of RGB (Red+Green+Blue) = 220+215+158=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 158 (62.11% from 255 or 26.64% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD79E is #232861. Grayscale: #D2D2D2. Windows color (decimal): -2304098 or 10409948. OLE color: 10409948.
HSL color Cylindrical-coordinate representation of color #DCD79E: hue angle of 55.16º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCD79E is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 158 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.14 |
| HSL | 55.16º | 0.47% | 0.74% | - |
| HSV(B) | 55.16º | 0.28% | 0.86% | - |
| XYZ | 59.99 | 66.29 | 41.98 | - |
| YUV | 210 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 158 | 0 | 0.02 | 0.28 | 0.14 | 55.16 | 0.47 | 0.74 |
| Hex | DC | D7 | 9E | 0 | 2 | 1C | E | 37 | 2F | 4A |
| Octal | 334 | 327 | 236 | 0 | 2 | 34 | 16 | 67 | 57 | 112 |
| Binary | 11011100 | 11010111 | 10011110 | 0 | 10 | 11100 | 1110 | 110111 | 101111 | 1001010 |
Color Harmonies of #DCD79E
Complementary color
Monochromatic Colors of #DCD79E
Black with #DCD79E
Text Example
Text Example
White with #DCD79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD79E; }
p { color: rgb(220,215,158); }
H1.HeaderClassName
{
color: #DCD79E;
}
.AnyTagClassName
{
color: #DCD79E;
}
</style>
background-color css
<style>
a { background-color: #DCD79E; }
a { background-color: rgb(220,215,158); }
div.DivClassName
{
background-color: #DCD79E;
}
.BgClassName
{
background-color: #DCD79E;
}
</style>
border-color css
<style>
span { border-color: #DCD79E; }
span { border-color: rgb(220,215,158); }
td.TdClassName
{
border-color: #DCD79E;
}
.TagClassName
{
border-color: #DCD79E;
}
</style>