Shades of Mint Julep #DFD69C
Tints of Mint Julep #DFD69C
RGB
CMYK
RGB Variations
Color information
#DFD69C (or 0xDFD69C) is known color: Mint Julep. HEX triplet: DF, D6 and 9C. RGB value is (223,214,156). Sum of RGB (Red+Green+Blue) = 223+214+156=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 156 (61.33% from 255 or 26.31% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD69C is #202963. Grayscale: #D2D2D2. Windows color (decimal): -2107748 or 10278623. OLE color: 10278623.
HSL color Cylindrical-coordinate representation of color #DFD69C: hue angle of 51.94º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFD69C is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 156 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.13 |
| HSL | 51.94º | 0.51% | 0.74% | - |
| HSV(B) | 51.94º | 0.3% | 0.87% | - |
| XYZ | 60.48 | 66.18 | 41.04 | - |
| YUV | 210.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 156 | 0 | 0.04 | 0.30 | 0.13 | 51.94 | 0.51 | 0.74 |
| Hex | DF | D6 | 9C | 0 | 4 | 1E | D | 34 | 33 | 4A |
| Octal | 337 | 326 | 234 | 0 | 4 | 36 | 15 | 64 | 63 | 112 |
| Binary | 11011111 | 11010110 | 10011100 | 0 | 100 | 11110 | 1101 | 110100 | 110011 | 1001010 |
Color Harmonies of #DFD69C
Complementary color
Monochromatic Colors of #DFD69C
Black with #DFD69C
Text Example
Text Example
White with #DFD69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD69C; }
p { color: rgb(223,214,156); }
H1.HeaderClassName
{
color: #DFD69C;
}
.AnyTagClassName
{
color: #DFD69C;
}
</style>
background-color css
<style>
a { background-color: #DFD69C; }
a { background-color: rgb(223,214,156); }
div.DivClassName
{
background-color: #DFD69C;
}
.BgClassName
{
background-color: #DFD69C;
}
</style>
border-color css
<style>
span { border-color: #DFD69C; }
span { border-color: rgb(223,214,156); }
td.TdClassName
{
border-color: #DFD69C;
}
.TagClassName
{
border-color: #DFD69C;
}
</style>