Shades of Mint Julep #DFDBA1
Tints of Mint Julep #DFDBA1
RGB
CMYK
RGB Variations
Color information
#DFDBA1 (or 0xDFDBA1) is known color: Mint Julep. HEX triplet: DF, DB and A1. RGB value is (223,219,161). Sum of RGB (Red+Green+Blue) = 223+219+161=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 161 (63.28% from 255 or 26.70% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDBA1 is #20245E. Grayscale: #D5D5D5. Windows color (decimal): -2106463 or 10607583. OLE color: 10607583.
HSL color Cylindrical-coordinate representation of color #DFDBA1: hue angle of 56.13º 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 #DFDBA1 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 161 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.13 |
| HSL | 56.13º | 0.49% | 0.75% | - |
| HSV(B) | 56.13º | 0.28% | 0.87% | - |
| XYZ | 62.2 | 68.92 | 43.74 | - |
| YUV | 213.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 161 | 0 | 0.02 | 0.28 | 0.13 | 56.13 | 0.49 | 0.75 |
| Hex | DF | DB | A1 | 0 | 2 | 1C | D | 38 | 31 | 4B |
| Octal | 337 | 333 | 241 | 0 | 2 | 34 | 15 | 70 | 61 | 113 |
| Binary | 11011111 | 11011011 | 10100001 | 0 | 10 | 11100 | 1101 | 111000 | 110001 | 1001011 |
Color Harmonies of #DFDBA1
Complementary color
Monochromatic Colors of #DFDBA1
Black with #DFDBA1
Text Example
Text Example
White with #DFDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBA1; }
p { color: rgb(223,219,161); }
H1.HeaderClassName
{
color: #DFDBA1;
}
.AnyTagClassName
{
color: #DFDBA1;
}
</style>
background-color css
<style>
a { background-color: #DFDBA1; }
a { background-color: rgb(223,219,161); }
div.DivClassName
{
background-color: #DFDBA1;
}
.BgClassName
{
background-color: #DFDBA1;
}
</style>
border-color css
<style>
span { border-color: #DFDBA1; }
span { border-color: rgb(223,219,161); }
td.TdClassName
{
border-color: #DFDBA1;
}
.TagClassName
{
border-color: #DFDBA1;
}
</style>