Shades of Mint Julep #DCDC9F
Tints of Mint Julep #DCDC9F
RGB
CMYK
RGB Variations
Color information
#DCDC9F (or 0xDCDC9F) is known color: Mint Julep. HEX triplet: DC, DC and 9F. RGB value is (220,220,159). Sum of RGB (Red+Green+Blue) = 220+220+159=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 159 (62.5% from 255 or 26.54% from 599); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDC9F is #232360. Grayscale: #D5D5D5. Windows color (decimal): -2302817 or 10476764. OLE color: 10476764.
HSL color Cylindrical-coordinate representation of color #DCDC9F: hue angle of 60º 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 #DCDC9F is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 159 | - |
| CMYK | 0 | 0 | 0.28 | 0.14 |
| HSL | 60º | 0.47% | 0.74% | - |
| HSV(B) | 60º | 0.28% | 0.86% | - |
| XYZ | 61.37 | 68.91 | 42.87 | - |
| YUV | 213.05 | 97.5 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 159 | 0 | 0 | 0.28 | 0.14 | 60 | 0.47 | 0.74 |
| Hex | DC | DC | 9F | 0 | 0 | 1C | E | 3C | 2F | 4A |
| Octal | 334 | 334 | 237 | 0 | 0 | 34 | 16 | 74 | 57 | 112 |
| Binary | 11011100 | 11011100 | 10011111 | 0 | 0 | 11100 | 1110 | 111100 | 101111 | 1001010 |
Color Harmonies of #DCDC9F
Complementary color
Monochromatic Colors of #DCDC9F
Black with #DCDC9F
Text Example
Text Example
White with #DCDC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC9F; }
p { color: rgb(220,220,159); }
H1.HeaderClassName
{
color: #DCDC9F;
}
.AnyTagClassName
{
color: #DCDC9F;
}
</style>
background-color css
<style>
a { background-color: #DCDC9F; }
a { background-color: rgb(220,220,159); }
div.DivClassName
{
background-color: #DCDC9F;
}
.BgClassName
{
background-color: #DCDC9F;
}
</style>
border-color css
<style>
span { border-color: #DCDC9F; }
span { border-color: rgb(220,220,159); }
td.TdClassName
{
border-color: #DCDC9F;
}
.TagClassName
{
border-color: #DCDC9F;
}
</style>