Shades of Mint Julep #DED89A
Tints of Mint Julep #DED89A
RGB
CMYK
RGB Variations
Color information
#DED89A (or 0xDED89A) is known color: Mint Julep. HEX triplet: DE, D8 and 9A. RGB value is (222,216,154). Sum of RGB (Red+Green+Blue) = 222+216+154=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 154 (60.55% from 255 or 26.01% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DED89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED89A is #212765. Grayscale: #D2D2D2. Windows color (decimal): -2172774 or 10148062. OLE color: 10148062.
HSL color Cylindrical-coordinate representation of color #DED89A: hue angle of 54.71º 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 #DED89A is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 154 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.13 |
| HSL | 54.71º | 0.51% | 0.74% | - |
| HSV(B) | 54.71º | 0.31% | 0.87% | - |
| XYZ | 60.51 | 66.97 | 40.31 | - |
| YUV | 210.73 | 95.99 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 154 | 0 | 0.03 | 0.31 | 0.13 | 54.71 | 0.51 | 0.74 |
| Hex | DE | D8 | 9A | 0 | 3 | 1F | D | 37 | 33 | 4A |
| Octal | 336 | 330 | 232 | 0 | 3 | 37 | 15 | 67 | 63 | 112 |
| Binary | 11011110 | 11011000 | 10011010 | 0 | 11 | 11111 | 1101 | 110111 | 110011 | 1001010 |
Color Harmonies of #DED89A
Complementary color
Monochromatic Colors of #DED89A
Black with #DED89A
Text Example
Text Example
White with #DED89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED89A; }
p { color: rgb(222,216,154); }
H1.HeaderClassName
{
color: #DED89A;
}
.AnyTagClassName
{
color: #DED89A;
}
</style>
background-color css
<style>
a { background-color: #DED89A; }
a { background-color: rgb(222,216,154); }
div.DivClassName
{
background-color: #DED89A;
}
.BgClassName
{
background-color: #DED89A;
}
</style>
border-color css
<style>
span { border-color: #DED89A; }
span { border-color: rgb(222,216,154); }
td.TdClassName
{
border-color: #DED89A;
}
.TagClassName
{
border-color: #DED89A;
}
</style>