Shades of Mint Julep #DFDDA9
Tints of Mint Julep #DFDDA9
RGB
CMYK
RGB Variations
Color information
#DFDDA9 (or 0xDFDDA9) is known color: Mint Julep. HEX triplet: DF, DD and A9. RGB value is (223,221,169). Sum of RGB (Red+Green+Blue) = 223+221+169=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 169 (66.41% from 255 or 27.57% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDDA9 is #202256. Grayscale: #D7D7D7. Windows color (decimal): -2105943 or 11132383. OLE color: 11132383.
HSL color Cylindrical-coordinate representation of color #DFDDA9: hue angle of 57.78º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFDDA9 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 169 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.13 |
| HSL | 57.78º | 0.46% | 0.77% | - |
| HSV(B) | 57.78º | 0.24% | 0.87% | - |
| XYZ | 63.45 | 70.27 | 47.75 | - |
| YUV | 215.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 169 | 0 | 0.01 | 0.24 | 0.13 | 57.78 | 0.46 | 0.77 |
| Hex | DF | DD | A9 | 0 | 1 | 18 | D | 3A | 2E | 4D |
| Octal | 337 | 335 | 251 | 0 | 1 | 30 | 15 | 72 | 56 | 115 |
| Binary | 11011111 | 11011101 | 10101001 | 0 | 1 | 11000 | 1101 | 111010 | 101110 | 1001101 |
Color Harmonies of #DFDDA9
Complementary color
Monochromatic Colors of #DFDDA9
Black with #DFDDA9
Text Example
Text Example
White with #DFDDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDA9; }
p { color: rgb(223,221,169); }
H1.HeaderClassName
{
color: #DFDDA9;
}
.AnyTagClassName
{
color: #DFDDA9;
}
</style>
background-color css
<style>
a { background-color: #DFDDA9; }
a { background-color: rgb(223,221,169); }
div.DivClassName
{
background-color: #DFDDA9;
}
.BgClassName
{
background-color: #DFDDA9;
}
</style>
border-color css
<style>
span { border-color: #DFDDA9; }
span { border-color: rgb(223,221,169); }
td.TdClassName
{
border-color: #DFDDA9;
}
.TagClassName
{
border-color: #DFDDA9;
}
</style>