Shades of Mint Julep #DDD99F
Tints of Mint Julep #DDD99F
RGB
CMYK
RGB Variations
Color information
#DDD99F (or 0xDDD99F) is known color: Mint Julep. HEX triplet: DD, D9 and 9F. RGB value is (221,217,159). Sum of RGB (Red+Green+Blue) = 221+217+159=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 159 (62.5% from 255 or 26.63% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD99F is #222660. Grayscale: #D3D3D3. Windows color (decimal): -2238049 or 10475997. OLE color: 10475997.
HSL color Cylindrical-coordinate representation of color #DDD99F: hue angle of 56.13º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDD99F is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 159 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.13 |
| HSL | 56.13º | 0.48% | 0.75% | - |
| HSV(B) | 56.13º | 0.28% | 0.87% | - |
| XYZ | 60.89 | 67.5 | 42.62 | - |
| YUV | 211.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 159 | 0 | 0.02 | 0.28 | 0.13 | 56.13 | 0.48 | 0.75 |
| Hex | DD | D9 | 9F | 0 | 2 | 1C | D | 38 | 30 | 4B |
| Octal | 335 | 331 | 237 | 0 | 2 | 34 | 15 | 70 | 60 | 113 |
| Binary | 11011101 | 11011001 | 10011111 | 0 | 10 | 11100 | 1101 | 111000 | 110000 | 1001011 |
Color Harmonies of #DDD99F
Complementary color
Monochromatic Colors of #DDD99F
Black with #DDD99F
Text Example
Text Example
White with #DDD99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD99F; }
p { color: rgb(221,217,159); }
H1.HeaderClassName
{
color: #DDD99F;
}
.AnyTagClassName
{
color: #DDD99F;
}
</style>
background-color css
<style>
a { background-color: #DDD99F; }
a { background-color: rgb(221,217,159); }
div.DivClassName
{
background-color: #DDD99F;
}
.BgClassName
{
background-color: #DDD99F;
}
</style>
border-color css
<style>
span { border-color: #DDD99F; }
span { border-color: rgb(221,217,159); }
td.TdClassName
{
border-color: #DDD99F;
}
.TagClassName
{
border-color: #DDD99F;
}
</style>