Shades of Mint Julep #DCD79F
Tints of Mint Julep #DCD79F
RGB
CMYK
RGB Variations
Color information
#DCD79F (or 0xDCD79F) is known color: Mint Julep. HEX triplet: DC, D7 and 9F. RGB value is (220,215,159). Sum of RGB (Red+Green+Blue) = 220+215+159=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 159 (62.5% from 255 or 26.77% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD79F is #232860. Grayscale: #D2D2D2. Windows color (decimal): -2304097 or 10475484. OLE color: 10475484.
HSL color Cylindrical-coordinate representation of color #DCD79F: hue angle of 55.08º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCD79F is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 159 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.14 |
| HSL | 55.08º | 0.47% | 0.74% | - |
| HSV(B) | 55.08º | 0.28% | 0.86% | - |
| XYZ | 60.07 | 66.32 | 42.44 | - |
| YUV | 210.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 159 | 0 | 0.02 | 0.28 | 0.14 | 55.08 | 0.47 | 0.74 |
| Hex | DC | D7 | 9F | 0 | 2 | 1C | E | 37 | 2F | 4A |
| Octal | 334 | 327 | 237 | 0 | 2 | 34 | 16 | 67 | 57 | 112 |
| Binary | 11011100 | 11010111 | 10011111 | 0 | 10 | 11100 | 1110 | 110111 | 101111 | 1001010 |
Color Harmonies of #DCD79F
Complementary color
Monochromatic Colors of #DCD79F
Black with #DCD79F
Text Example
Text Example
White with #DCD79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD79F; }
p { color: rgb(220,215,159); }
H1.HeaderClassName
{
color: #DCD79F;
}
.AnyTagClassName
{
color: #DCD79F;
}
</style>
background-color css
<style>
a { background-color: #DCD79F; }
a { background-color: rgb(220,215,159); }
div.DivClassName
{
background-color: #DCD79F;
}
.BgClassName
{
background-color: #DCD79F;
}
</style>
border-color css
<style>
span { border-color: #DCD79F; }
span { border-color: rgb(220,215,159); }
td.TdClassName
{
border-color: #DCD79F;
}
.TagClassName
{
border-color: #DCD79F;
}
</style>