Shades of Mint Julep #DFDAA6
Tints of Mint Julep #DFDAA6
RGB
CMYK
RGB Variations
Color information
#DFDAA6 (or 0xDFDAA6) is known color: Mint Julep. HEX triplet: DF, DA and A6. RGB value is (223,218,166). Sum of RGB (Red+Green+Blue) = 223+218+166=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 166 (65.23% from 255 or 27.35% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDAA6 is #202559. Grayscale: #D5D5D5. Windows color (decimal): -2106714 or 10935007. OLE color: 10935007.
HSL color Cylindrical-coordinate representation of color #DFDAA6: hue angle of 54.74º degrees, saturation: 0.47, 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 #DFDAA6 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 166 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.13 |
| HSL | 54.74º | 0.47% | 0.76% | - |
| HSV(B) | 54.74º | 0.26% | 0.87% | - |
| XYZ | 62.39 | 68.58 | 46.03 | - |
| YUV | 213.57 | 101.16 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 166 | 0 | 0.02 | 0.26 | 0.13 | 54.74 | 0.47 | 0.76 |
| Hex | DF | DA | A6 | 0 | 2 | 1A | D | 37 | 2F | 4C |
| Octal | 337 | 332 | 246 | 0 | 2 | 32 | 15 | 67 | 57 | 114 |
| Binary | 11011111 | 11011010 | 10100110 | 0 | 10 | 11010 | 1101 | 110111 | 101111 | 1001100 |
Color Harmonies of #DFDAA6
Complementary color
Monochromatic Colors of #DFDAA6
Black with #DFDAA6
Text Example
Text Example
White with #DFDAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAA6; }
p { color: rgb(223,218,166); }
H1.HeaderClassName
{
color: #DFDAA6;
}
.AnyTagClassName
{
color: #DFDAA6;
}
</style>
background-color css
<style>
a { background-color: #DFDAA6; }
a { background-color: rgb(223,218,166); }
div.DivClassName
{
background-color: #DFDAA6;
}
.BgClassName
{
background-color: #DFDAA6;
}
</style>
border-color css
<style>
span { border-color: #DFDAA6; }
span { border-color: rgb(223,218,166); }
td.TdClassName
{
border-color: #DFDAA6;
}
.TagClassName
{
border-color: #DFDAA6;
}
</style>