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