Shades of Mint Julep #DFDFA1
Tints of Mint Julep #DFDFA1
RGB
CMYK
RGB Variations
Color information
#DFDFA1 (or 0xDFDFA1) is known color: Mint Julep. HEX triplet: DF, DF and A1. RGB value is (223,223,161). Sum of RGB (Red+Green+Blue) = 223+223+161=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 161 (63.28% from 255 or 26.52% from 607); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDFA1 is #20205E. Grayscale: #D8D8D8. Windows color (decimal): -2105439 or 10608607. OLE color: 10608607.
HSL color Cylindrical-coordinate representation of color #DFDFA1: hue angle of 60º degrees, saturation: 0.49, 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 #DFDFA1 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 223 | 161 | - |
CMYK | 0 | 0 | 0.28 | 0.13 |
HSL | 60º | 0.49% | 0.75% | - |
HSV(B) | 60º | 0.28% | 0.87% | - |
XYZ | 63.25 | 71.04 | 44.1 | - |
YUV | 215.93 | 97 | 133.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 161 | 0 | 0 | 0.28 | 0.13 | 60 | 0.49 | 0.75 |
Hex | DF | DF | A1 | 0 | 0 | 1C | D | 3C | 31 | 4B |
Octal | 337 | 337 | 241 | 0 | 0 | 34 | 15 | 74 | 61 | 113 |
Binary | 11011111 | 11011111 | 10100001 | 0 | 0 | 11100 | 1101 | 111100 | 110001 | 1001011 |
Color Harmonies of #DFDFA1
Complementary color
Monochromatic Colors of #DFDFA1
Black with #DFDFA1
Text Example
Text Example
White with #DFDFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFA1; }
p { color: rgb(223,223,161); }
H1.HeaderClassName
{
color: #DFDFA1;
}
.AnyTagClassName
{
color: #DFDFA1;
}
</style>
background-color css
<style>
a { background-color: #DFDFA1; }
a { background-color: rgb(223,223,161); }
div.DivClassName
{
background-color: #DFDFA1;
}
.BgClassName
{
background-color: #DFDFA1;
}
</style>
border-color css
<style>
span { border-color: #DFDFA1; }
span { border-color: rgb(223,223,161); }
td.TdClassName
{
border-color: #DFDFA1;
}
.TagClassName
{
border-color: #DFDFA1;
}
</style>