Shades of Mint Julep #DFDA9D
Tints of Mint Julep #DFDA9D
RGB
CMYK
RGB Variations
Color information
#DFDA9D (or 0xDFDA9D) is known color: Mint Julep. HEX triplet: DF, DA and 9D. RGB value is (223,218,157). Sum of RGB (Red+Green+Blue) = 223+218+157=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 157 (61.72% from 255 or 26.25% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA9D is #202562. Grayscale: #D4D4D4. Windows color (decimal): -2106723 or 10345183. OLE color: 10345183.
HSL color Cylindrical-coordinate representation of color #DFDA9D: hue angle of 55.45º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFDA9D is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 157 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.13 |
| HSL | 55.45º | 0.51% | 0.75% | - |
| HSV(B) | 55.45º | 0.3% | 0.87% | - |
| XYZ | 61.59 | 68.27 | 41.83 | - |
| YUV | 212.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 157 | 0 | 0.02 | 0.30 | 0.13 | 55.45 | 0.51 | 0.75 |
| Hex | DF | DA | 9D | 0 | 2 | 1E | D | 37 | 33 | 4B |
| Octal | 337 | 332 | 235 | 0 | 2 | 36 | 15 | 67 | 63 | 113 |
| Binary | 11011111 | 11011010 | 10011101 | 0 | 10 | 11110 | 1101 | 110111 | 110011 | 1001011 |
Color Harmonies of #DFDA9D
Complementary color
Monochromatic Colors of #DFDA9D
Black with #DFDA9D
Text Example
Text Example
White with #DFDA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA9D; }
p { color: rgb(223,218,157); }
H1.HeaderClassName
{
color: #DFDA9D;
}
.AnyTagClassName
{
color: #DFDA9D;
}
</style>
background-color css
<style>
a { background-color: #DFDA9D; }
a { background-color: rgb(223,218,157); }
div.DivClassName
{
background-color: #DFDA9D;
}
.BgClassName
{
background-color: #DFDA9D;
}
</style>
border-color css
<style>
span { border-color: #DFDA9D; }
span { border-color: rgb(223,218,157); }
td.TdClassName
{
border-color: #DFDA9D;
}
.TagClassName
{
border-color: #DFDA9D;
}
</style>