Shades of Mint Julep #DDD89A
Tints of Mint Julep #DDD89A
RGB
CMYK
RGB Variations
Color information
#DDD89A (or 0xDDD89A) is known color: Mint Julep. HEX triplet: DD, D8 and 9A. RGB value is (221,216,154). Sum of RGB (Red+Green+Blue) = 221+216+154=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD89A is #222765. Grayscale: #D2D2D2. Windows color (decimal): -2238310 or 10148061. OLE color: 10148061.
HSL color Cylindrical-coordinate representation of color #DDD89A: hue angle of 55.52º 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 #DDD89A is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 154 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.13 |
| HSL | 55.52º | 0.5% | 0.74% | - |
| HSV(B) | 55.52º | 0.3% | 0.87% | - |
| XYZ | 60.21 | 66.82 | 40.3 | - |
| YUV | 210.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 154 | 0 | 0.02 | 0.30 | 0.13 | 55.52 | 0.5 | 0.74 |
| Hex | DD | D8 | 9A | 0 | 2 | 1E | D | 38 | 32 | 4A |
| Octal | 335 | 330 | 232 | 0 | 2 | 36 | 15 | 70 | 62 | 112 |
| Binary | 11011101 | 11011000 | 10011010 | 0 | 10 | 11110 | 1101 | 111000 | 110010 | 1001010 |
Color Harmonies of #DDD89A
Complementary color
Monochromatic Colors of #DDD89A
Black with #DDD89A
Text Example
Text Example
White with #DDD89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD89A; }
p { color: rgb(221,216,154); }
H1.HeaderClassName
{
color: #DDD89A;
}
.AnyTagClassName
{
color: #DDD89A;
}
</style>
background-color css
<style>
a { background-color: #DDD89A; }
a { background-color: rgb(221,216,154); }
div.DivClassName
{
background-color: #DDD89A;
}
.BgClassName
{
background-color: #DDD89A;
}
</style>
border-color css
<style>
span { border-color: #DDD89A; }
span { border-color: rgb(221,216,154); }
td.TdClassName
{
border-color: #DDD89A;
}
.TagClassName
{
border-color: #DDD89A;
}
</style>