Shades of Mint Julep #DCD59C
Tints of Mint Julep #DCD59C
RGB
CMYK
RGB Variations
Color information
#DCD59C (or 0xDCD59C) is known color: Mint Julep. HEX triplet: DC, D5 and 9C. RGB value is (220,213,156). Sum of RGB (Red+Green+Blue) = 220+213+156=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 156 (61.33% from 255 or 26.49% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD59C is #232A63. Grayscale: #D0D0D0. Windows color (decimal): -2304612 or 10278364. OLE color: 10278364.
HSL color Cylindrical-coordinate representation of color #DCD59C: hue angle of 53.44º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCD59C is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 156 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.14 |
| HSL | 53.44º | 0.48% | 0.74% | - |
| HSV(B) | 53.44º | 0.29% | 0.86% | - |
| XYZ | 59.31 | 65.2 | 40.91 | - |
| YUV | 208.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 156 | 0 | 0.03 | 0.29 | 0.14 | 53.44 | 0.48 | 0.74 |
| Hex | DC | D5 | 9C | 0 | 3 | 1D | E | 35 | 30 | 4A |
| Octal | 334 | 325 | 234 | 0 | 3 | 35 | 16 | 65 | 60 | 112 |
| Binary | 11011100 | 11010101 | 10011100 | 0 | 11 | 11101 | 1110 | 110101 | 110000 | 1001010 |
Color Harmonies of #DCD59C
Complementary color
Monochromatic Colors of #DCD59C
Black with #DCD59C
Text Example
Text Example
White with #DCD59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD59C; }
p { color: rgb(220,213,156); }
H1.HeaderClassName
{
color: #DCD59C;
}
.AnyTagClassName
{
color: #DCD59C;
}
</style>
background-color css
<style>
a { background-color: #DCD59C; }
a { background-color: rgb(220,213,156); }
div.DivClassName
{
background-color: #DCD59C;
}
.BgClassName
{
background-color: #DCD59C;
}
</style>
border-color css
<style>
span { border-color: #DCD59C; }
span { border-color: rgb(220,213,156); }
td.TdClassName
{
border-color: #DCD59C;
}
.TagClassName
{
border-color: #DCD59C;
}
</style>