Shades of Mint Julep #DDD89D
Tints of Mint Julep #DDD89D
RGB
CMYK
RGB Variations
Color information
#DDD89D (or 0xDDD89D) is known color: Mint Julep. HEX triplet: DD, D8 and 9D. RGB value is (221,216,157). Sum of RGB (Red+Green+Blue) = 221+216+157=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 157 (61.72% from 255 or 26.43% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD89D is #222762. Grayscale: #D3D3D3. Windows color (decimal): -2238307 or 10344669. OLE color: 10344669.
HSL color Cylindrical-coordinate representation of color #DDD89D: hue angle of 55.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDD89D is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 157 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.13 |
| HSL | 55.31º | 0.48% | 0.74% | - |
| HSV(B) | 55.31º | 0.29% | 0.87% | - |
| XYZ | 60.46 | 66.92 | 41.63 | - |
| YUV | 210.77 | 97.66 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 157 | 0 | 0.02 | 0.29 | 0.13 | 55.31 | 0.48 | 0.74 |
| Hex | DD | D8 | 9D | 0 | 2 | 1D | D | 37 | 30 | 4A |
| Octal | 335 | 330 | 235 | 0 | 2 | 35 | 15 | 67 | 60 | 112 |
| Binary | 11011101 | 11011000 | 10011101 | 0 | 10 | 11101 | 1101 | 110111 | 110000 | 1001010 |
Color Harmonies of #DDD89D
Complementary color
Monochromatic Colors of #DDD89D
Black with #DDD89D
Text Example
Text Example
White with #DDD89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD89D; }
p { color: rgb(221,216,157); }
H1.HeaderClassName
{
color: #DDD89D;
}
.AnyTagClassName
{
color: #DDD89D;
}
</style>
background-color css
<style>
a { background-color: #DDD89D; }
a { background-color: rgb(221,216,157); }
div.DivClassName
{
background-color: #DDD89D;
}
.BgClassName
{
background-color: #DDD89D;
}
</style>
border-color css
<style>
span { border-color: #DDD89D; }
span { border-color: rgb(221,216,157); }
td.TdClassName
{
border-color: #DDD89D;
}
.TagClassName
{
border-color: #DDD89D;
}
</style>