Shades of Mint Julep #DED59D
Tints of Mint Julep #DED59D
RGB
CMYK
RGB Variations
Color information
#DED59D (or 0xDED59D) is known color: Mint Julep. HEX triplet: DE, D5 and 9D. RGB value is (222,213,157). Sum of RGB (Red+Green+Blue) = 222+213+157=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 157 (61.72% from 255 or 26.52% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DED59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED59D is #212A62. Grayscale: #D1D1D1. Windows color (decimal): -2173539 or 10343902. OLE color: 10343902.
HSL color Cylindrical-coordinate representation of color #DED59D: hue angle of 51.69º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DED59D is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 157 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.13 |
| HSL | 51.69º | 0.5% | 0.74% | - |
| HSV(B) | 51.69º | 0.29% | 0.87% | - |
| XYZ | 60 | 65.55 | 41.39 | - |
| YUV | 209.31 | 98.48 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 157 | 0 | 0.04 | 0.29 | 0.13 | 51.69 | 0.5 | 0.74 |
| Hex | DE | D5 | 9D | 0 | 4 | 1D | D | 34 | 32 | 4A |
| Octal | 336 | 325 | 235 | 0 | 4 | 35 | 15 | 64 | 62 | 112 |
| Binary | 11011110 | 11010101 | 10011101 | 0 | 100 | 11101 | 1101 | 110100 | 110010 | 1001010 |
Color Harmonies of #DED59D
Complementary color
Monochromatic Colors of #DED59D
Black with #DED59D
Text Example
Text Example
White with #DED59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED59D; }
p { color: rgb(222,213,157); }
H1.HeaderClassName
{
color: #DED59D;
}
.AnyTagClassName
{
color: #DED59D;
}
</style>
background-color css
<style>
a { background-color: #DED59D; }
a { background-color: rgb(222,213,157); }
div.DivClassName
{
background-color: #DED59D;
}
.BgClassName
{
background-color: #DED59D;
}
</style>
border-color css
<style>
span { border-color: #DED59D; }
span { border-color: rgb(222,213,157); }
td.TdClassName
{
border-color: #DED59D;
}
.TagClassName
{
border-color: #DED59D;
}
</style>