Shades of Mint Julep #DFD8A0
Tints of Mint Julep #DFD8A0
RGB
CMYK
RGB Variations
Color information
#DFD8A0 (or 0xDFD8A0) is known color: Mint Julep. HEX triplet: DF, D8 and A0. RGB value is (223,216,160). Sum of RGB (Red+Green+Blue) = 223+216+160=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD8A0 is #20275F. Grayscale: #D3D3D3. Windows color (decimal): -2107232 or 10541279. OLE color: 10541279.
HSL color Cylindrical-coordinate representation of color #DFD8A0: hue angle of 53.33º degrees, saturation: 0.5, 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 #DFD8A0 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 160 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.13 |
| HSL | 53.33º | 0.5% | 0.75% | - |
| HSV(B) | 53.33º | 0.28% | 0.87% | - |
| XYZ | 61.33 | 67.34 | 43.02 | - |
| YUV | 211.71 | 98.82 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 160 | 0 | 0.03 | 0.28 | 0.13 | 53.33 | 0.5 | 0.75 |
| Hex | DF | D8 | A0 | 0 | 3 | 1C | D | 35 | 32 | 4B |
| Octal | 337 | 330 | 240 | 0 | 3 | 34 | 15 | 65 | 62 | 113 |
| Binary | 11011111 | 11011000 | 10100000 | 0 | 11 | 11100 | 1101 | 110101 | 110010 | 1001011 |
Color Harmonies of #DFD8A0
Complementary color
Monochromatic Colors of #DFD8A0
Black with #DFD8A0
Text Example
Text Example
White with #DFD8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD8A0; }
p { color: rgb(223,216,160); }
H1.HeaderClassName
{
color: #DFD8A0;
}
.AnyTagClassName
{
color: #DFD8A0;
}
</style>
background-color css
<style>
a { background-color: #DFD8A0; }
a { background-color: rgb(223,216,160); }
div.DivClassName
{
background-color: #DFD8A0;
}
.BgClassName
{
background-color: #DFD8A0;
}
</style>
border-color css
<style>
span { border-color: #DFD8A0; }
span { border-color: rgb(223,216,160); }
td.TdClassName
{
border-color: #DFD8A0;
}
.TagClassName
{
border-color: #DFD8A0;
}
</style>