Shades of Mint Julep #DCDC9C
Tints of Mint Julep #DCDC9C
RGB
CMYK
RGB Variations
Color information
#DCDC9C (or 0xDCDC9C) is known color: Mint Julep. HEX triplet: DC, DC and 9C. RGB value is (220,220,156). Sum of RGB (Red+Green+Blue) = 220+220+156=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 156 (61.33% from 255 or 26.17% from 596); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDC9C is #232363. Grayscale: #D4D4D4. Windows color (decimal): -2302820 or 10280156. OLE color: 10280156.
HSL color Cylindrical-coordinate representation of color #DCDC9C: hue angle of 60º 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 #DCDC9C is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 156 | - |
| CMYK | 0 | 0 | 0.29 | 0.14 |
| HSL | 60º | 0.48% | 0.74% | - |
| HSV(B) | 60º | 0.29% | 0.86% | - |
| XYZ | 61.11 | 68.8 | 41.51 | - |
| YUV | 212.7 | 96 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 156 | 0 | 0 | 0.29 | 0.14 | 60 | 0.48 | 0.74 |
| Hex | DC | DC | 9C | 0 | 0 | 1D | E | 3C | 30 | 4A |
| Octal | 334 | 334 | 234 | 0 | 0 | 35 | 16 | 74 | 60 | 112 |
| Binary | 11011100 | 11011100 | 10011100 | 0 | 0 | 11101 | 1110 | 111100 | 110000 | 1001010 |
Color Harmonies of #DCDC9C
Complementary color
Monochromatic Colors of #DCDC9C
Black with #DCDC9C
Text Example
Text Example
White with #DCDC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC9C; }
p { color: rgb(220,220,156); }
H1.HeaderClassName
{
color: #DCDC9C;
}
.AnyTagClassName
{
color: #DCDC9C;
}
</style>
background-color css
<style>
a { background-color: #DCDC9C; }
a { background-color: rgb(220,220,156); }
div.DivClassName
{
background-color: #DCDC9C;
}
.BgClassName
{
background-color: #DCDC9C;
}
</style>
border-color css
<style>
span { border-color: #DCDC9C; }
span { border-color: rgb(220,220,156); }
td.TdClassName
{
border-color: #DCDC9C;
}
.TagClassName
{
border-color: #DCDC9C;
}
</style>