Shades of Mint Julep #DFDAA8
Tints of Mint Julep #DFDAA8
RGB
CMYK
RGB Variations
Color information
#DFDAA8 (or 0xDFDAA8) is known color: Mint Julep. HEX triplet: DF, DA and A8. RGB value is (223,218,168). Sum of RGB (Red+Green+Blue) = 223+218+168=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 168 (66.02% from 255 or 27.59% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDAA8 is #202557. Grayscale: #D5D5D5. Windows color (decimal): -2106712 or 11066079. OLE color: 11066079.
HSL color Cylindrical-coordinate representation of color #DFDAA8: hue angle of 54.55º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFDAA8 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 168 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.13 |
| HSL | 54.55º | 0.46% | 0.77% | - |
| HSV(B) | 54.55º | 0.25% | 0.87% | - |
| XYZ | 62.57 | 68.66 | 47 | - |
| YUV | 213.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 168 | 0 | 0.02 | 0.25 | 0.13 | 54.55 | 0.46 | 0.77 |
| Hex | DF | DA | A8 | 0 | 2 | 19 | D | 37 | 2E | 4D |
| Octal | 337 | 332 | 250 | 0 | 2 | 31 | 15 | 67 | 56 | 115 |
| Binary | 11011111 | 11011010 | 10101000 | 0 | 10 | 11001 | 1101 | 110111 | 101110 | 1001101 |
Color Harmonies of #DFDAA8
Complementary color
Monochromatic Colors of #DFDAA8
Black with #DFDAA8
Text Example
Text Example
White with #DFDAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAA8; }
p { color: rgb(223,218,168); }
H1.HeaderClassName
{
color: #DFDAA8;
}
.AnyTagClassName
{
color: #DFDAA8;
}
</style>
background-color css
<style>
a { background-color: #DFDAA8; }
a { background-color: rgb(223,218,168); }
div.DivClassName
{
background-color: #DFDAA8;
}
.BgClassName
{
background-color: #DFDAA8;
}
</style>
border-color css
<style>
span { border-color: #DFDAA8; }
span { border-color: rgb(223,218,168); }
td.TdClassName
{
border-color: #DFDAA8;
}
.TagClassName
{
border-color: #DFDAA8;
}
</style>