Shades of Mint Julep #DFDFA5
Tints of Mint Julep #DFDFA5
RGB
CMYK
RGB Variations
Color information
#DFDFA5 (or 0xDFDFA5) is known color: Mint Julep. HEX triplet: DF, DF and A5. RGB value is (223,223,165). Sum of RGB (Red+Green+Blue) = 223+223+165=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 165 (64.84% from 255 or 27.00% from 611); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDFA5 is #20205A. Grayscale: #D8D8D8. Windows color (decimal): -2105435 or 10870751. OLE color: 10870751.
HSL color Cylindrical-coordinate representation of color #DFDFA5: hue angle of 60º degrees, saturation: 0.48, 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 #DFDFA5 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 165 | - |
| CMYK | 0 | 0 | 0.26 | 0.13 |
| HSL | 60º | 0.48% | 0.76% | - |
| HSV(B) | 60º | 0.26% | 0.87% | - |
| XYZ | 63.61 | 71.18 | 45.98 | - |
| YUV | 216.39 | 99 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 165 | 0 | 0 | 0.26 | 0.13 | 60 | 0.48 | 0.76 |
| Hex | DF | DF | A5 | 0 | 0 | 1A | D | 3C | 30 | 4C |
| Octal | 337 | 337 | 245 | 0 | 0 | 32 | 15 | 74 | 60 | 114 |
| Binary | 11011111 | 11011111 | 10100101 | 0 | 0 | 11010 | 1101 | 111100 | 110000 | 1001100 |
Color Harmonies of #DFDFA5
Complementary color
Monochromatic Colors of #DFDFA5
Black with #DFDFA5
Text Example
Text Example
White with #DFDFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFA5; }
p { color: rgb(223,223,165); }
H1.HeaderClassName
{
color: #DFDFA5;
}
.AnyTagClassName
{
color: #DFDFA5;
}
</style>
background-color css
<style>
a { background-color: #DFDFA5; }
a { background-color: rgb(223,223,165); }
div.DivClassName
{
background-color: #DFDFA5;
}
.BgClassName
{
background-color: #DFDFA5;
}
</style>
border-color css
<style>
span { border-color: #DFDFA5; }
span { border-color: rgb(223,223,165); }
td.TdClassName
{
border-color: #DFDFA5;
}
.TagClassName
{
border-color: #DFDFA5;
}
</style>