Shades of Mint Julep #DFDBA2
Tints of Mint Julep #DFDBA2
RGB
CMYK
RGB Variations
Color information
#DFDBA2 (or 0xDFDBA2) is known color: Mint Julep. HEX triplet: DF, DB and A2. RGB value is (223,219,162). Sum of RGB (Red+Green+Blue) = 223+219+162=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 162 (63.67% from 255 or 26.82% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDBA2 is #20245D. Grayscale: #D5D5D5. Windows color (decimal): -2106462 or 10673119. OLE color: 10673119.
HSL color Cylindrical-coordinate representation of color #DFDBA2: hue angle of 56.07º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFDBA2 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 162 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.13 |
| HSL | 56.07º | 0.49% | 0.75% | - |
| HSV(B) | 56.07º | 0.27% | 0.87% | - |
| XYZ | 62.28 | 68.96 | 44.21 | - |
| YUV | 213.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 162 | 0 | 0.02 | 0.27 | 0.13 | 56.07 | 0.49 | 0.75 |
| Hex | DF | DB | A2 | 0 | 2 | 1B | D | 38 | 31 | 4B |
| Octal | 337 | 333 | 242 | 0 | 2 | 33 | 15 | 70 | 61 | 113 |
| Binary | 11011111 | 11011011 | 10100010 | 0 | 10 | 11011 | 1101 | 111000 | 110001 | 1001011 |
Color Harmonies of #DFDBA2
Complementary color
Monochromatic Colors of #DFDBA2
Black with #DFDBA2
Text Example
Text Example
White with #DFDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBA2; }
p { color: rgb(223,219,162); }
H1.HeaderClassName
{
color: #DFDBA2;
}
.AnyTagClassName
{
color: #DFDBA2;
}
</style>
background-color css
<style>
a { background-color: #DFDBA2; }
a { background-color: rgb(223,219,162); }
div.DivClassName
{
background-color: #DFDBA2;
}
.BgClassName
{
background-color: #DFDBA2;
}
</style>
border-color css
<style>
span { border-color: #DFDBA2; }
span { border-color: rgb(223,219,162); }
td.TdClassName
{
border-color: #DFDBA2;
}
.TagClassName
{
border-color: #DFDBA2;
}
</style>