Shades of Mint Julep #DFDAA0
Tints of Mint Julep #DFDAA0
RGB
CMYK
RGB Variations
Color information
#DFDAA0 (or 0xDFDAA0) is known color: Mint Julep. HEX triplet: DF, DA and A0. RGB value is (223,218,160). Sum of RGB (Red+Green+Blue) = 223+218+160=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDAA0 is #20255F. Grayscale: #D5D5D5. Windows color (decimal): -2106720 or 10541791. OLE color: 10541791.
HSL color Cylindrical-coordinate representation of color #DFDAA0: hue angle of 55.24º degrees, saturation: 0.5, 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 #DFDAA0 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 160 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.13 |
| HSL | 55.24º | 0.5% | 0.75% | - |
| HSV(B) | 55.24º | 0.28% | 0.87% | - |
| XYZ | 61.85 | 68.37 | 43.19 | - |
| YUV | 212.88 | 98.16 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 160 | 0 | 0.02 | 0.28 | 0.13 | 55.24 | 0.5 | 0.75 |
| Hex | DF | DA | A0 | 0 | 2 | 1C | D | 37 | 32 | 4B |
| Octal | 337 | 332 | 240 | 0 | 2 | 34 | 15 | 67 | 62 | 113 |
| Binary | 11011111 | 11011010 | 10100000 | 0 | 10 | 11100 | 1101 | 110111 | 110010 | 1001011 |
Color Harmonies of #DFDAA0
Complementary color
Monochromatic Colors of #DFDAA0
Black with #DFDAA0
Text Example
Text Example
White with #DFDAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAA0; }
p { color: rgb(223,218,160); }
H1.HeaderClassName
{
color: #DFDAA0;
}
.AnyTagClassName
{
color: #DFDAA0;
}
</style>
background-color css
<style>
a { background-color: #DFDAA0; }
a { background-color: rgb(223,218,160); }
div.DivClassName
{
background-color: #DFDAA0;
}
.BgClassName
{
background-color: #DFDAA0;
}
</style>
border-color css
<style>
span { border-color: #DFDAA0; }
span { border-color: rgb(223,218,160); }
td.TdClassName
{
border-color: #DFDAA0;
}
.TagClassName
{
border-color: #DFDAA0;
}
</style>