Shades of Mint Julep #DFDAAA
Tints of Mint Julep #DFDAAA
RGB
CMYK
RGB Variations
Color information
#DFDAAA (or 0xDFDAAA) is known color: Mint Julep. HEX triplet: DF, DA and AA. RGB value is (223,218,170). Sum of RGB (Red+Green+Blue) = 223+218+170=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 170 (66.80% from 255 or 27.82% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDAAA is #202555. Grayscale: #D6D6D6. Windows color (decimal): -2106710 or 11197151. OLE color: 11197151.
HSL color Cylindrical-coordinate representation of color #DFDAAA: hue angle of 54.34º degrees, saturation: 0.45, 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 #DFDAAA is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 170 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.13 |
| HSL | 54.34º | 0.45% | 0.77% | - |
| HSV(B) | 54.34º | 0.24% | 0.87% | - |
| XYZ | 62.76 | 68.73 | 47.99 | - |
| YUV | 214.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 170 | 0 | 0.02 | 0.24 | 0.13 | 54.34 | 0.45 | 0.77 |
| Hex | DF | DA | AA | 0 | 2 | 18 | D | 36 | 2D | 4D |
| Octal | 337 | 332 | 252 | 0 | 2 | 30 | 15 | 66 | 55 | 115 |
| Binary | 11011111 | 11011010 | 10101010 | 0 | 10 | 11000 | 1101 | 110110 | 101101 | 1001101 |
Color Harmonies of #DFDAAA
Complementary color
Monochromatic Colors of #DFDAAA
Black with #DFDAAA
Text Example
Text Example
White with #DFDAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAAA; }
p { color: rgb(223,218,170); }
H1.HeaderClassName
{
color: #DFDAAA;
}
.AnyTagClassName
{
color: #DFDAAA;
}
</style>
background-color css
<style>
a { background-color: #DFDAAA; }
a { background-color: rgb(223,218,170); }
div.DivClassName
{
background-color: #DFDAAA;
}
.BgClassName
{
background-color: #DFDAAA;
}
</style>
border-color css
<style>
span { border-color: #DFDAAA; }
span { border-color: rgb(223,218,170); }
td.TdClassName
{
border-color: #DFDAAA;
}
.TagClassName
{
border-color: #DFDAAA;
}
</style>