Shades of Mint Julep #DFDD9D
Tints of Mint Julep #DFDD9D
RGB
CMYK
RGB Variations
Color information
#DFDD9D (or 0xDFDD9D) is known color: Mint Julep. HEX triplet: DF, DD and 9D. RGB value is (223,221,157). Sum of RGB (Red+Green+Blue) = 223+221+157=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD9D is #202262. Grayscale: #D6D6D6. Windows color (decimal): -2105955 or 10345951. OLE color: 10345951.
HSL color Cylindrical-coordinate representation of color #DFDD9D: hue angle of 58.18º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFDD9D is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 157 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.13 |
| HSL | 58.18º | 0.51% | 0.75% | - |
| HSV(B) | 58.18º | 0.3% | 0.87% | - |
| XYZ | 62.37 | 69.84 | 42.09 | - |
| YUV | 214.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 157 | 0 | 0.01 | 0.30 | 0.13 | 58.18 | 0.51 | 0.75 |
| Hex | DF | DD | 9D | 0 | 1 | 1E | D | 3A | 33 | 4B |
| Octal | 337 | 335 | 235 | 0 | 1 | 36 | 15 | 72 | 63 | 113 |
| Binary | 11011111 | 11011101 | 10011101 | 0 | 1 | 11110 | 1101 | 111010 | 110011 | 1001011 |
Color Harmonies of #DFDD9D
Complementary color
Monochromatic Colors of #DFDD9D
Black with #DFDD9D
Text Example
Text Example
White with #DFDD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD9D; }
p { color: rgb(223,221,157); }
H1.HeaderClassName
{
color: #DFDD9D;
}
.AnyTagClassName
{
color: #DFDD9D;
}
</style>
background-color css
<style>
a { background-color: #DFDD9D; }
a { background-color: rgb(223,221,157); }
div.DivClassName
{
background-color: #DFDD9D;
}
.BgClassName
{
background-color: #DFDD9D;
}
</style>
border-color css
<style>
span { border-color: #DFDD9D; }
span { border-color: rgb(223,221,157); }
td.TdClassName
{
border-color: #DFDD9D;
}
.TagClassName
{
border-color: #DFDD9D;
}
</style>