Shades of Mint Julep #DCD79B
Tints of Mint Julep #DCD79B
RGB
CMYK
RGB Variations
Color information
#DCD79B (or 0xDCD79B) is known color: Mint Julep. HEX triplet: DC, D7 and 9B. RGB value is (220,215,155). Sum of RGB (Red+Green+Blue) = 220+215+155=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD79B is #232864. Grayscale: #D1D1D1. Windows color (decimal): -2304101 or 10213340. OLE color: 10213340.
HSL color Cylindrical-coordinate representation of color #DCD79B: hue angle of 55.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCD79B is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 155 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.14 |
| HSL | 55.38º | 0.48% | 0.74% | - |
| HSV(B) | 55.38º | 0.3% | 0.86% | - |
| XYZ | 59.73 | 66.18 | 40.64 | - |
| YUV | 209.66 | 97.16 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 155 | 0 | 0.02 | 0.30 | 0.14 | 55.38 | 0.48 | 0.74 |
| Hex | DC | D7 | 9B | 0 | 2 | 1E | E | 37 | 30 | 4A |
| Octal | 334 | 327 | 233 | 0 | 2 | 36 | 16 | 67 | 60 | 112 |
| Binary | 11011100 | 11010111 | 10011011 | 0 | 10 | 11110 | 1110 | 110111 | 110000 | 1001010 |
Color Harmonies of #DCD79B
Complementary color
Monochromatic Colors of #DCD79B
Black with #DCD79B
Text Example
Text Example
White with #DCD79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD79B; }
p { color: rgb(220,215,155); }
H1.HeaderClassName
{
color: #DCD79B;
}
.AnyTagClassName
{
color: #DCD79B;
}
</style>
background-color css
<style>
a { background-color: #DCD79B; }
a { background-color: rgb(220,215,155); }
div.DivClassName
{
background-color: #DCD79B;
}
.BgClassName
{
background-color: #DCD79B;
}
</style>
border-color css
<style>
span { border-color: #DCD79B; }
span { border-color: rgb(220,215,155); }
td.TdClassName
{
border-color: #DCD79B;
}
.TagClassName
{
border-color: #DCD79B;
}
</style>