Shades of Mint Julep #DED799
Tints of Mint Julep #DED799
RGB
CMYK
RGB Variations
Color information
#DED799 (or 0xDED799) is known color: Mint Julep. HEX triplet: DE, D7 and 99. RGB value is (222,215,153). Sum of RGB (Red+Green+Blue) = 222+215+153=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 153 (60.16% from 255 or 25.93% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DED799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED799 is #212866. Grayscale: #D2D2D2. Windows color (decimal): -2173031 or 10082270. OLE color: 10082270.
HSL color Cylindrical-coordinate representation of color #DED799: hue angle of 53.91º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DED799 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 153 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.13 |
| HSL | 53.91º | 0.51% | 0.74% | - |
| HSV(B) | 53.91º | 0.31% | 0.87% | - |
| XYZ | 60.17 | 66.43 | 39.79 | - |
| YUV | 210.03 | 95.82 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 153 | 0 | 0.03 | 0.31 | 0.13 | 53.91 | 0.51 | 0.74 |
| Hex | DE | D7 | 99 | 0 | 3 | 1F | D | 36 | 33 | 4A |
| Octal | 336 | 327 | 231 | 0 | 3 | 37 | 15 | 66 | 63 | 112 |
| Binary | 11011110 | 11010111 | 10011001 | 0 | 11 | 11111 | 1101 | 110110 | 110011 | 1001010 |
Color Harmonies of #DED799
Complementary color
Monochromatic Colors of #DED799
Black with #DED799
Text Example
Text Example
White with #DED799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED799; }
p { color: rgb(222,215,153); }
H1.HeaderClassName
{
color: #DED799;
}
.AnyTagClassName
{
color: #DED799;
}
</style>
background-color css
<style>
a { background-color: #DED799; }
a { background-color: rgb(222,215,153); }
div.DivClassName
{
background-color: #DED799;
}
.BgClassName
{
background-color: #DED799;
}
</style>
border-color css
<style>
span { border-color: #DED799; }
span { border-color: rgb(222,215,153); }
td.TdClassName
{
border-color: #DED799;
}
.TagClassName
{
border-color: #DED799;
}
</style>