Shades of Mint Julep #DFDAA1
Tints of Mint Julep #DFDAA1
RGB
CMYK
RGB Variations
Color information
#DFDAA1 (or 0xDFDAA1) is known color: Mint Julep. HEX triplet: DF, DA and A1. RGB value is (223,218,161). Sum of RGB (Red+Green+Blue) = 223+218+161=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDAA1 is #20255E. Grayscale: #D5D5D5. Windows color (decimal): -2106719 or 10607327. OLE color: 10607327.
HSL color Cylindrical-coordinate representation of color #DFDAA1: hue angle of 55.16º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFDAA1 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 161 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.13 |
| HSL | 55.16º | 0.49% | 0.75% | - |
| HSV(B) | 55.16º | 0.28% | 0.87% | - |
| XYZ | 61.94 | 68.4 | 43.66 | - |
| YUV | 213 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 161 | 0 | 0.02 | 0.28 | 0.13 | 55.16 | 0.49 | 0.75 |
| Hex | DF | DA | A1 | 0 | 2 | 1C | D | 37 | 31 | 4B |
| Octal | 337 | 332 | 241 | 0 | 2 | 34 | 15 | 67 | 61 | 113 |
| Binary | 11011111 | 11011010 | 10100001 | 0 | 10 | 11100 | 1101 | 110111 | 110001 | 1001011 |
Color Harmonies of #DFDAA1
Complementary color
Monochromatic Colors of #DFDAA1
Black with #DFDAA1
Text Example
Text Example
White with #DFDAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAA1; }
p { color: rgb(223,218,161); }
H1.HeaderClassName
{
color: #DFDAA1;
}
.AnyTagClassName
{
color: #DFDAA1;
}
</style>
background-color css
<style>
a { background-color: #DFDAA1; }
a { background-color: rgb(223,218,161); }
div.DivClassName
{
background-color: #DFDAA1;
}
.BgClassName
{
background-color: #DFDAA1;
}
</style>
border-color css
<style>
span { border-color: #DFDAA1; }
span { border-color: rgb(223,218,161); }
td.TdClassName
{
border-color: #DFDAA1;
}
.TagClassName
{
border-color: #DFDAA1;
}
</style>