Shades of Mint Julep #DED59C
Tints of Mint Julep #DED59C
RGB
CMYK
RGB Variations
Color information
#DED59C (or 0xDED59C) is known color: Mint Julep. HEX triplet: DE, D5 and 9C. RGB value is (222,213,156). Sum of RGB (Red+Green+Blue) = 222+213+156=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 156 (61.33% from 255 or 26.40% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DED59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED59C is #212A63. Grayscale: #D1D1D1. Windows color (decimal): -2173540 or 10278366. OLE color: 10278366.
HSL color Cylindrical-coordinate representation of color #DED59C: hue angle of 51.82º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DED59C is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 156 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.13 |
| HSL | 51.82º | 0.5% | 0.74% | - |
| HSV(B) | 51.82º | 0.3% | 0.87% | - |
| XYZ | 59.92 | 65.52 | 40.94 | - |
| YUV | 209.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 156 | 0 | 0.04 | 0.30 | 0.13 | 51.82 | 0.5 | 0.74 |
| Hex | DE | D5 | 9C | 0 | 4 | 1E | D | 34 | 32 | 4A |
| Octal | 336 | 325 | 234 | 0 | 4 | 36 | 15 | 64 | 62 | 112 |
| Binary | 11011110 | 11010101 | 10011100 | 0 | 100 | 11110 | 1101 | 110100 | 110010 | 1001010 |
Color Harmonies of #DED59C
Complementary color
Monochromatic Colors of #DED59C
Black with #DED59C
Text Example
Text Example
White with #DED59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED59C; }
p { color: rgb(222,213,156); }
H1.HeaderClassName
{
color: #DED59C;
}
.AnyTagClassName
{
color: #DED59C;
}
</style>
background-color css
<style>
a { background-color: #DED59C; }
a { background-color: rgb(222,213,156); }
div.DivClassName
{
background-color: #DED59C;
}
.BgClassName
{
background-color: #DED59C;
}
</style>
border-color css
<style>
span { border-color: #DED59C; }
span { border-color: rgb(222,213,156); }
td.TdClassName
{
border-color: #DED59C;
}
.TagClassName
{
border-color: #DED59C;
}
</style>