Shades of Mint Julep #DFDC9D
Tints of Mint Julep #DFDC9D
RGB
CMYK
RGB Variations
Color information
#DFDC9D (or 0xDFDC9D) is known color: Mint Julep. HEX triplet: DF, DC and 9D. RGB value is (223,220,157). Sum of RGB (Red+Green+Blue) = 223+220+157=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 157 (61.72% from 255 or 26.17% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC9D is #202362. Grayscale: #D5D5D5. Windows color (decimal): -2106211 or 10345695. OLE color: 10345695.
HSL color Cylindrical-coordinate representation of color #DFDC9D: hue angle of 57.27º 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 #DFDC9D is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 157 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.13 |
| HSL | 57.27º | 0.51% | 0.75% | - |
| HSV(B) | 57.27º | 0.3% | 0.87% | - |
| XYZ | 62.11 | 69.31 | 42 | - |
| YUV | 213.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 157 | 0 | 0.01 | 0.30 | 0.13 | 57.27 | 0.51 | 0.75 |
| Hex | DF | DC | 9D | 0 | 1 | 1E | D | 39 | 33 | 4B |
| Octal | 337 | 334 | 235 | 0 | 1 | 36 | 15 | 71 | 63 | 113 |
| Binary | 11011111 | 11011100 | 10011101 | 0 | 1 | 11110 | 1101 | 111001 | 110011 | 1001011 |
Color Harmonies of #DFDC9D
Complementary color
Monochromatic Colors of #DFDC9D
Black with #DFDC9D
Text Example
Text Example
White with #DFDC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC9D; }
p { color: rgb(223,220,157); }
H1.HeaderClassName
{
color: #DFDC9D;
}
.AnyTagClassName
{
color: #DFDC9D;
}
</style>
background-color css
<style>
a { background-color: #DFDC9D; }
a { background-color: rgb(223,220,157); }
div.DivClassName
{
background-color: #DFDC9D;
}
.BgClassName
{
background-color: #DFDC9D;
}
</style>
border-color css
<style>
span { border-color: #DFDC9D; }
span { border-color: rgb(223,220,157); }
td.TdClassName
{
border-color: #DFDC9D;
}
.TagClassName
{
border-color: #DFDC9D;
}
</style>