Shades of Mint Julep #DED59E
Tints of Mint Julep #DED59E
RGB
CMYK
RGB Variations
Color information
#DED59E (or 0xDED59E) is known color: Mint Julep. HEX triplet: DE, D5 and 9E. RGB value is (222,213,158). Sum of RGB (Red+Green+Blue) = 222+213+158=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 158 (62.11% from 255 or 26.64% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DED59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED59E is #212A61. Grayscale: #D1D1D1. Windows color (decimal): -2173538 or 10409438. OLE color: 10409438.
HSL color Cylindrical-coordinate representation of color #DED59E: hue angle of 51.56º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DED59E is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 158 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.13 |
| HSL | 51.56º | 0.49% | 0.75% | - |
| HSV(B) | 51.56º | 0.29% | 0.87% | - |
| XYZ | 60.09 | 65.59 | 41.84 | - |
| YUV | 209.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 158 | 0 | 0.04 | 0.29 | 0.13 | 51.56 | 0.49 | 0.75 |
| Hex | DE | D5 | 9E | 0 | 4 | 1D | D | 34 | 31 | 4B |
| Octal | 336 | 325 | 236 | 0 | 4 | 35 | 15 | 64 | 61 | 113 |
| Binary | 11011110 | 11010101 | 10011110 | 0 | 100 | 11101 | 1101 | 110100 | 110001 | 1001011 |
Color Harmonies of #DED59E
Complementary color
Monochromatic Colors of #DED59E
Black with #DED59E
Text Example
Text Example
White with #DED59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED59E; }
p { color: rgb(222,213,158); }
H1.HeaderClassName
{
color: #DED59E;
}
.AnyTagClassName
{
color: #DED59E;
}
</style>
background-color css
<style>
a { background-color: #DED59E; }
a { background-color: rgb(222,213,158); }
div.DivClassName
{
background-color: #DED59E;
}
.BgClassName
{
background-color: #DED59E;
}
</style>
border-color css
<style>
span { border-color: #DED59E; }
span { border-color: rgb(222,213,158); }
td.TdClassName
{
border-color: #DED59E;
}
.TagClassName
{
border-color: #DED59E;
}
</style>