Shades of Mint Julep #DFDDA0
Tints of Mint Julep #DFDDA0
RGB
CMYK
RGB Variations
Color information
#DFDDA0 (or 0xDFDDA0) is known color: Mint Julep. HEX triplet: DF, DD and A0. RGB value is (223,221,160). Sum of RGB (Red+Green+Blue) = 223+221+160=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDDA0 is #20225F. Grayscale: #D6D6D6. Windows color (decimal): -2105952 or 10542559. OLE color: 10542559.
HSL color Cylindrical-coordinate representation of color #DFDDA0: hue angle of 58.1º 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 #DFDDA0 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 160 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.13 |
| HSL | 58.1º | 0.5% | 0.75% | - |
| HSV(B) | 58.1º | 0.28% | 0.87% | - |
| XYZ | 62.63 | 69.94 | 43.46 | - |
| YUV | 214.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 160 | 0 | 0.01 | 0.28 | 0.13 | 58.1 | 0.5 | 0.75 |
| Hex | DF | DD | A0 | 0 | 1 | 1C | D | 3A | 32 | 4B |
| Octal | 337 | 335 | 240 | 0 | 1 | 34 | 15 | 72 | 62 | 113 |
| Binary | 11011111 | 11011101 | 10100000 | 0 | 1 | 11100 | 1101 | 111010 | 110010 | 1001011 |
Color Harmonies of #DFDDA0
Complementary color
Monochromatic Colors of #DFDDA0
Black with #DFDDA0
Text Example
Text Example
White with #DFDDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDA0; }
p { color: rgb(223,221,160); }
H1.HeaderClassName
{
color: #DFDDA0;
}
.AnyTagClassName
{
color: #DFDDA0;
}
</style>
background-color css
<style>
a { background-color: #DFDDA0; }
a { background-color: rgb(223,221,160); }
div.DivClassName
{
background-color: #DFDDA0;
}
.BgClassName
{
background-color: #DFDDA0;
}
</style>
border-color css
<style>
span { border-color: #DFDDA0; }
span { border-color: rgb(223,221,160); }
td.TdClassName
{
border-color: #DFDDA0;
}
.TagClassName
{
border-color: #DFDDA0;
}
</style>