Shades of Mint Julep #DFDCA0
Tints of Mint Julep #DFDCA0
RGB
CMYK
RGB Variations
Color information
#DFDCA0 (or 0xDFDCA0) is known color: Mint Julep. HEX triplet: DF, DC and A0. RGB value is (223,220,160). Sum of RGB (Red+Green+Blue) = 223+220+160=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDCA0 is #20235F. Grayscale: #D6D6D6. Windows color (decimal): -2106208 or 10542303. OLE color: 10542303.
HSL color Cylindrical-coordinate representation of color #DFDCA0: hue angle of 57.14º 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 #DFDCA0 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 160 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.13 |
| HSL | 57.14º | 0.5% | 0.75% | - |
| HSV(B) | 57.14º | 0.28% | 0.87% | - |
| XYZ | 62.37 | 69.41 | 43.37 | - |
| YUV | 214.06 | 97.49 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 160 | 0 | 0.01 | 0.28 | 0.13 | 57.14 | 0.5 | 0.75 |
| Hex | DF | DC | A0 | 0 | 1 | 1C | D | 39 | 32 | 4B |
| Octal | 337 | 334 | 240 | 0 | 1 | 34 | 15 | 71 | 62 | 113 |
| Binary | 11011111 | 11011100 | 10100000 | 0 | 1 | 11100 | 1101 | 111001 | 110010 | 1001011 |
Color Harmonies of #DFDCA0
Complementary color
Monochromatic Colors of #DFDCA0
Black with #DFDCA0
Text Example
Text Example
White with #DFDCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCA0; }
p { color: rgb(223,220,160); }
H1.HeaderClassName
{
color: #DFDCA0;
}
.AnyTagClassName
{
color: #DFDCA0;
}
</style>
background-color css
<style>
a { background-color: #DFDCA0; }
a { background-color: rgb(223,220,160); }
div.DivClassName
{
background-color: #DFDCA0;
}
.BgClassName
{
background-color: #DFDCA0;
}
</style>
border-color css
<style>
span { border-color: #DFDCA0; }
span { border-color: rgb(223,220,160); }
td.TdClassName
{
border-color: #DFDCA0;
}
.TagClassName
{
border-color: #DFDCA0;
}
</style>