Shades of Mint Julep #DFDAA3
Tints of Mint Julep #DFDAA3
RGB
CMYK
RGB Variations
Color information
#DFDAA3 (or 0xDFDAA3) is known color: Mint Julep. HEX triplet: DF, DA and A3. RGB value is (223,218,163). Sum of RGB (Red+Green+Blue) = 223+218+163=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 163 (64.06% from 255 or 26.99% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDAA3 is #20255C. Grayscale: #D5D5D5. Windows color (decimal): -2106717 or 10738399. OLE color: 10738399.
HSL color Cylindrical-coordinate representation of color #DFDAA3: hue angle of 55º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFDAA3 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 163 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.13 |
| HSL | 55º | 0.48% | 0.76% | - |
| HSV(B) | 55º | 0.27% | 0.87% | - |
| XYZ | 62.11 | 68.48 | 44.59 | - |
| YUV | 213.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 163 | 0 | 0.02 | 0.27 | 0.13 | 55 | 0.48 | 0.76 |
| Hex | DF | DA | A3 | 0 | 2 | 1B | D | 37 | 30 | 4C |
| Octal | 337 | 332 | 243 | 0 | 2 | 33 | 15 | 67 | 60 | 114 |
| Binary | 11011111 | 11011010 | 10100011 | 0 | 10 | 11011 | 1101 | 110111 | 110000 | 1001100 |
Color Harmonies of #DFDAA3
Complementary color
Monochromatic Colors of #DFDAA3
Black with #DFDAA3
Text Example
Text Example
White with #DFDAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAA3; }
p { color: rgb(223,218,163); }
H1.HeaderClassName
{
color: #DFDAA3;
}
.AnyTagClassName
{
color: #DFDAA3;
}
</style>
background-color css
<style>
a { background-color: #DFDAA3; }
a { background-color: rgb(223,218,163); }
div.DivClassName
{
background-color: #DFDAA3;
}
.BgClassName
{
background-color: #DFDAA3;
}
</style>
border-color css
<style>
span { border-color: #DFDAA3; }
span { border-color: rgb(223,218,163); }
td.TdClassName
{
border-color: #DFDAA3;
}
.TagClassName
{
border-color: #DFDAA3;
}
</style>