Shades of Mint Julep #DCD59E
Tints of Mint Julep #DCD59E
RGB
CMYK
RGB Variations
Color information
#DCD59E (or 0xDCD59E) is known color: Mint Julep. HEX triplet: DC, D5 and 9E. RGB value is (220,213,158). Sum of RGB (Red+Green+Blue) = 220+213+158=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 158 (62.11% from 255 or 26.73% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD59E is #232A61. Grayscale: #D1D1D1. Windows color (decimal): -2304610 or 10409436. OLE color: 10409436.
HSL color Cylindrical-coordinate representation of color #DCD59E: hue angle of 53.23º 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 #DCD59E is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 158 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.14 |
| HSL | 53.23º | 0.47% | 0.74% | - |
| HSV(B) | 53.23º | 0.28% | 0.86% | - |
| XYZ | 59.48 | 65.27 | 41.81 | - |
| YUV | 208.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 158 | 0 | 0.03 | 0.28 | 0.14 | 53.23 | 0.47 | 0.74 |
| Hex | DC | D5 | 9E | 0 | 3 | 1C | E | 35 | 2F | 4A |
| Octal | 334 | 325 | 236 | 0 | 3 | 34 | 16 | 65 | 57 | 112 |
| Binary | 11011100 | 11010101 | 10011110 | 0 | 11 | 11100 | 1110 | 110101 | 101111 | 1001010 |
Color Harmonies of #DCD59E
Complementary color
Monochromatic Colors of #DCD59E
Black with #DCD59E
Text Example
Text Example
White with #DCD59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD59E; }
p { color: rgb(220,213,158); }
H1.HeaderClassName
{
color: #DCD59E;
}
.AnyTagClassName
{
color: #DCD59E;
}
</style>
background-color css
<style>
a { background-color: #DCD59E; }
a { background-color: rgb(220,213,158); }
div.DivClassName
{
background-color: #DCD59E;
}
.BgClassName
{
background-color: #DCD59E;
}
</style>
border-color css
<style>
span { border-color: #DCD59E; }
span { border-color: rgb(220,213,158); }
td.TdClassName
{
border-color: #DCD59E;
}
.TagClassName
{
border-color: #DCD59E;
}
</style>