Shades of Mint Julep #DFD8A5
Tints of Mint Julep #DFD8A5
RGB
CMYK
RGB Variations
Color information
#DFD8A5 (or 0xDFD8A5) is known color: Mint Julep. HEX triplet: DF, D8 and A5. RGB value is (223,216,165). Sum of RGB (Red+Green+Blue) = 223+216+165=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 165 (64.84% from 255 or 27.32% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD8A5 is #20275A. Grayscale: #D4D4D4. Windows color (decimal): -2107227 or 10868959. OLE color: 10868959.
HSL color Cylindrical-coordinate representation of color #DFD8A5: hue angle of 52.76º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFD8A5 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 165 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.13 |
| HSL | 52.76º | 0.48% | 0.76% | - |
| HSV(B) | 52.76º | 0.26% | 0.87% | - |
| XYZ | 61.78 | 67.52 | 45.37 | - |
| YUV | 212.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 165 | 0 | 0.03 | 0.26 | 0.13 | 52.76 | 0.48 | 0.76 |
| Hex | DF | D8 | A5 | 0 | 3 | 1A | D | 35 | 30 | 4C |
| Octal | 337 | 330 | 245 | 0 | 3 | 32 | 15 | 65 | 60 | 114 |
| Binary | 11011111 | 11011000 | 10100101 | 0 | 11 | 11010 | 1101 | 110101 | 110000 | 1001100 |
Color Harmonies of #DFD8A5
Complementary color
Monochromatic Colors of #DFD8A5
Black with #DFD8A5
Text Example
Text Example
White with #DFD8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD8A5; }
p { color: rgb(223,216,165); }
H1.HeaderClassName
{
color: #DFD8A5;
}
.AnyTagClassName
{
color: #DFD8A5;
}
</style>
background-color css
<style>
a { background-color: #DFD8A5; }
a { background-color: rgb(223,216,165); }
div.DivClassName
{
background-color: #DFD8A5;
}
.BgClassName
{
background-color: #DFD8A5;
}
</style>
border-color css
<style>
span { border-color: #DFD8A5; }
span { border-color: rgb(223,216,165); }
td.TdClassName
{
border-color: #DFD8A5;
}
.TagClassName
{
border-color: #DFD8A5;
}
</style>