Shades of Mint Julep #DCD99C
Tints of Mint Julep #DCD99C
RGB
CMYK
RGB Variations
Color information
#DCD99C (or 0xDCD99C) is known color: Mint Julep. HEX triplet: DC, D9 and 9C. RGB value is (220,217,156). Sum of RGB (Red+Green+Blue) = 220+217+156=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 156 (61.33% from 255 or 26.31% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD99C is #232663. Grayscale: #D3D3D3. Windows color (decimal): -2303588 or 10279388. OLE color: 10279388.
HSL color Cylindrical-coordinate representation of color #DCD99C: hue angle of 57.19º 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 #DCD99C is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 156 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.14 |
| HSL | 57.19º | 0.48% | 0.74% | - |
| HSV(B) | 57.19º | 0.29% | 0.86% | - |
| XYZ | 60.33 | 67.24 | 41.25 | - |
| YUV | 210.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 156 | 0 | 0.01 | 0.29 | 0.14 | 57.19 | 0.48 | 0.74 |
| Hex | DC | D9 | 9C | 0 | 1 | 1D | E | 39 | 30 | 4A |
| Octal | 334 | 331 | 234 | 0 | 1 | 35 | 16 | 71 | 60 | 112 |
| Binary | 11011100 | 11011001 | 10011100 | 0 | 1 | 11101 | 1110 | 111001 | 110000 | 1001010 |
Color Harmonies of #DCD99C
Complementary color
Monochromatic Colors of #DCD99C
Black with #DCD99C
Text Example
Text Example
White with #DCD99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD99C; }
p { color: rgb(220,217,156); }
H1.HeaderClassName
{
color: #DCD99C;
}
.AnyTagClassName
{
color: #DCD99C;
}
</style>
background-color css
<style>
a { background-color: #DCD99C; }
a { background-color: rgb(220,217,156); }
div.DivClassName
{
background-color: #DCD99C;
}
.BgClassName
{
background-color: #DCD99C;
}
</style>
border-color css
<style>
span { border-color: #DCD99C; }
span { border-color: rgb(220,217,156); }
td.TdClassName
{
border-color: #DCD99C;
}
.TagClassName
{
border-color: #DCD99C;
}
</style>