Shades of Mint Julep #DDD69E
Tints of Mint Julep #DDD69E
RGB
CMYK
RGB Variations
Color information
#DDD69E (or 0xDDD69E) is known color: Mint Julep. HEX triplet: DD, D6 and 9E. RGB value is (221,214,158). Sum of RGB (Red+Green+Blue) = 221+214+158=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 158 (62.11% from 255 or 26.64% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD69E is #222961. Grayscale: #D1D1D1. Windows color (decimal): -2238818 or 10409693. OLE color: 10409693.
HSL color Cylindrical-coordinate representation of color #DDD69E: hue angle of 53.33º 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 #DDD69E is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 158 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.13 |
| HSL | 53.33º | 0.48% | 0.74% | - |
| HSV(B) | 53.33º | 0.29% | 0.87% | - |
| XYZ | 60.04 | 65.93 | 41.91 | - |
| YUV | 209.71 | 98.82 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 158 | 0 | 0.03 | 0.29 | 0.13 | 53.33 | 0.48 | 0.74 |
| Hex | DD | D6 | 9E | 0 | 3 | 1D | D | 35 | 30 | 4A |
| Octal | 335 | 326 | 236 | 0 | 3 | 35 | 15 | 65 | 60 | 112 |
| Binary | 11011101 | 11010110 | 10011110 | 0 | 11 | 11101 | 1101 | 110101 | 110000 | 1001010 |
Color Harmonies of #DDD69E
Complementary color
Monochromatic Colors of #DDD69E
Black with #DDD69E
Text Example
Text Example
White with #DDD69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD69E; }
p { color: rgb(221,214,158); }
H1.HeaderClassName
{
color: #DDD69E;
}
.AnyTagClassName
{
color: #DDD69E;
}
</style>
background-color css
<style>
a { background-color: #DDD69E; }
a { background-color: rgb(221,214,158); }
div.DivClassName
{
background-color: #DDD69E;
}
.BgClassName
{
background-color: #DDD69E;
}
</style>
border-color css
<style>
span { border-color: #DDD69E; }
span { border-color: rgb(221,214,158); }
td.TdClassName
{
border-color: #DDD69E;
}
.TagClassName
{
border-color: #DDD69E;
}
</style>