Shades of Mint Julep #DFDAA4
Tints of Mint Julep #DFDAA4
RGB
CMYK
RGB Variations
Color information
#DFDAA4 (or 0xDFDAA4) is known color: Mint Julep. HEX triplet: DF, DA and A4. RGB value is (223,218,164). Sum of RGB (Red+Green+Blue) = 223+218+164=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 164 (64.45% from 255 or 27.11% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDAA4 is #20255B. Grayscale: #D5D5D5. Windows color (decimal): -2106716 or 10803935. OLE color: 10803935.
HSL color Cylindrical-coordinate representation of color #DFDAA4: hue angle of 54.92º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFDAA4 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 164 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.13 |
| HSL | 54.92º | 0.48% | 0.76% | - |
| HSV(B) | 54.92º | 0.26% | 0.87% | - |
| XYZ | 62.2 | 68.51 | 45.07 | - |
| YUV | 213.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 164 | 0 | 0.02 | 0.26 | 0.13 | 54.92 | 0.48 | 0.76 |
| Hex | DF | DA | A4 | 0 | 2 | 1A | D | 37 | 30 | 4C |
| Octal | 337 | 332 | 244 | 0 | 2 | 32 | 15 | 67 | 60 | 114 |
| Binary | 11011111 | 11011010 | 10100100 | 0 | 10 | 11010 | 1101 | 110111 | 110000 | 1001100 |
Color Harmonies of #DFDAA4
Complementary color
Monochromatic Colors of #DFDAA4
Black with #DFDAA4
Text Example
Text Example
White with #DFDAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAA4; }
p { color: rgb(223,218,164); }
H1.HeaderClassName
{
color: #DFDAA4;
}
.AnyTagClassName
{
color: #DFDAA4;
}
</style>
background-color css
<style>
a { background-color: #DFDAA4; }
a { background-color: rgb(223,218,164); }
div.DivClassName
{
background-color: #DFDAA4;
}
.BgClassName
{
background-color: #DFDAA4;
}
</style>
border-color css
<style>
span { border-color: #DFDAA4; }
span { border-color: rgb(223,218,164); }
td.TdClassName
{
border-color: #DFDAA4;
}
.TagClassName
{
border-color: #DFDAA4;
}
</style>