Shades of Mint Julep #DDD69F
Tints of Mint Julep #DDD69F
RGB
CMYK
RGB Variations
Color information
#DDD69F (or 0xDDD69F) is known color: Mint Julep. HEX triplet: DD, D6 and 9F. RGB value is (221,214,159). Sum of RGB (Red+Green+Blue) = 221+214+159=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 159 (62.5% from 255 or 26.77% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD69F is #222960. Grayscale: #D2D2D2. Windows color (decimal): -2238817 or 10475229. OLE color: 10475229.
HSL color Cylindrical-coordinate representation of color #DDD69F: hue angle of 53.23º 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 #DDD69F is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 159 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.13 |
| HSL | 53.23º | 0.48% | 0.75% | - |
| HSV(B) | 53.23º | 0.28% | 0.87% | - |
| XYZ | 60.12 | 65.97 | 42.37 | - |
| YUV | 209.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 159 | 0 | 0.03 | 0.28 | 0.13 | 53.23 | 0.48 | 0.75 |
| Hex | DD | D6 | 9F | 0 | 3 | 1C | D | 35 | 30 | 4B |
| Octal | 335 | 326 | 237 | 0 | 3 | 34 | 15 | 65 | 60 | 113 |
| Binary | 11011101 | 11010110 | 10011111 | 0 | 11 | 11100 | 1101 | 110101 | 110000 | 1001011 |
Color Harmonies of #DDD69F
Complementary color
Monochromatic Colors of #DDD69F
Black with #DDD69F
Text Example
Text Example
White with #DDD69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD69F; }
p { color: rgb(221,214,159); }
H1.HeaderClassName
{
color: #DDD69F;
}
.AnyTagClassName
{
color: #DDD69F;
}
</style>
background-color css
<style>
a { background-color: #DDD69F; }
a { background-color: rgb(221,214,159); }
div.DivClassName
{
background-color: #DDD69F;
}
.BgClassName
{
background-color: #DDD69F;
}
</style>
border-color css
<style>
span { border-color: #DDD69F; }
span { border-color: rgb(221,214,159); }
td.TdClassName
{
border-color: #DDD69F;
}
.TagClassName
{
border-color: #DDD69F;
}
</style>