Shades of Mint Julep #DFDAA2
Tints of Mint Julep #DFDAA2
RGB
CMYK
RGB Variations
Color information
#DFDAA2 (or 0xDFDAA2) is known color: Mint Julep. HEX triplet: DF, DA and A2. RGB value is (223,218,162). Sum of RGB (Red+Green+Blue) = 223+218+162=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 162 (63.67% from 255 or 26.87% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDAA2 is #20255D. Grayscale: #D5D5D5. Windows color (decimal): -2106718 or 10672863. OLE color: 10672863.
HSL color Cylindrical-coordinate representation of color #DFDAA2: hue angle of 55.08º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFDAA2 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 162 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.13 |
| HSL | 55.08º | 0.49% | 0.75% | - |
| HSV(B) | 55.08º | 0.27% | 0.87% | - |
| XYZ | 62.02 | 68.44 | 44.12 | - |
| YUV | 213.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 162 | 0 | 0.02 | 0.27 | 0.13 | 55.08 | 0.49 | 0.75 |
| Hex | DF | DA | A2 | 0 | 2 | 1B | D | 37 | 31 | 4B |
| Octal | 337 | 332 | 242 | 0 | 2 | 33 | 15 | 67 | 61 | 113 |
| Binary | 11011111 | 11011010 | 10100010 | 0 | 10 | 11011 | 1101 | 110111 | 110001 | 1001011 |
Color Harmonies of #DFDAA2
Complementary color
Monochromatic Colors of #DFDAA2
Black with #DFDAA2
Text Example
Text Example
White with #DFDAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAA2; }
p { color: rgb(223,218,162); }
H1.HeaderClassName
{
color: #DFDAA2;
}
.AnyTagClassName
{
color: #DFDAA2;
}
</style>
background-color css
<style>
a { background-color: #DFDAA2; }
a { background-color: rgb(223,218,162); }
div.DivClassName
{
background-color: #DFDAA2;
}
.BgClassName
{
background-color: #DFDAA2;
}
</style>
border-color css
<style>
span { border-color: #DFDAA2; }
span { border-color: rgb(223,218,162); }
td.TdClassName
{
border-color: #DFDAA2;
}
.TagClassName
{
border-color: #DFDAA2;
}
</style>