Shades of Mint Julep #DED79C
Tints of Mint Julep #DED79C
RGB
CMYK
RGB Variations
Color information
#DED79C (or 0xDED79C) is known color: Mint Julep. HEX triplet: DE, D7 and 9C. RGB value is (222,215,156). Sum of RGB (Red+Green+Blue) = 222+215+156=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 156 (61.33% from 255 or 26.31% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DED79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED79C is #212863. Grayscale: #D2D2D2. Windows color (decimal): -2173028 or 10278878. OLE color: 10278878.
HSL color Cylindrical-coordinate representation of color #DED79C: hue angle of 53.64º 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 #DED79C is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 156 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.13 |
| HSL | 53.64º | 0.5% | 0.74% | - |
| HSV(B) | 53.64º | 0.3% | 0.87% | - |
| XYZ | 60.43 | 66.53 | 41.11 | - |
| YUV | 210.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 156 | 0 | 0.03 | 0.30 | 0.13 | 53.64 | 0.5 | 0.74 |
| Hex | DE | D7 | 9C | 0 | 3 | 1E | D | 36 | 32 | 4A |
| Octal | 336 | 327 | 234 | 0 | 3 | 36 | 15 | 66 | 62 | 112 |
| Binary | 11011110 | 11010111 | 10011100 | 0 | 11 | 11110 | 1101 | 110110 | 110010 | 1001010 |
Color Harmonies of #DED79C
Complementary color
Monochromatic Colors of #DED79C
Black with #DED79C
Text Example
Text Example
White with #DED79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED79C; }
p { color: rgb(222,215,156); }
H1.HeaderClassName
{
color: #DED79C;
}
.AnyTagClassName
{
color: #DED79C;
}
</style>
background-color css
<style>
a { background-color: #DED79C; }
a { background-color: rgb(222,215,156); }
div.DivClassName
{
background-color: #DED79C;
}
.BgClassName
{
background-color: #DED79C;
}
</style>
border-color css
<style>
span { border-color: #DED79C; }
span { border-color: rgb(222,215,156); }
td.TdClassName
{
border-color: #DED79C;
}
.TagClassName
{
border-color: #DED79C;
}
</style>