Shades of Mint Julep #DCD99F
Tints of Mint Julep #DCD99F
RGB
CMYK
RGB Variations
Color information
#DCD99F (or 0xDCD99F) is known color: Mint Julep. HEX triplet: DC, D9 and 9F. RGB value is (220,217,159). Sum of RGB (Red+Green+Blue) = 220+217+159=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 159 (62.5% from 255 or 26.68% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD99F is #232660. Grayscale: #D3D3D3. Windows color (decimal): -2303585 or 10475996. OLE color: 10475996.
HSL color Cylindrical-coordinate representation of color #DCD99F: hue angle of 57.05º 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 #DCD99F is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 159 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.14 |
| HSL | 57.05º | 0.47% | 0.74% | - |
| HSV(B) | 57.05º | 0.28% | 0.86% | - |
| XYZ | 60.59 | 67.34 | 42.61 | - |
| YUV | 211.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 159 | 0 | 0.01 | 0.28 | 0.14 | 57.05 | 0.47 | 0.74 |
| Hex | DC | D9 | 9F | 0 | 1 | 1C | E | 39 | 2F | 4A |
| Octal | 334 | 331 | 237 | 0 | 1 | 34 | 16 | 71 | 57 | 112 |
| Binary | 11011100 | 11011001 | 10011111 | 0 | 1 | 11100 | 1110 | 111001 | 101111 | 1001010 |
Color Harmonies of #DCD99F
Complementary color
Monochromatic Colors of #DCD99F
Black with #DCD99F
Text Example
Text Example
White with #DCD99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD99F; }
p { color: rgb(220,217,159); }
H1.HeaderClassName
{
color: #DCD99F;
}
.AnyTagClassName
{
color: #DCD99F;
}
</style>
background-color css
<style>
a { background-color: #DCD99F; }
a { background-color: rgb(220,217,159); }
div.DivClassName
{
background-color: #DCD99F;
}
.BgClassName
{
background-color: #DCD99F;
}
</style>
border-color css
<style>
span { border-color: #DCD99F; }
span { border-color: rgb(220,217,159); }
td.TdClassName
{
border-color: #DCD99F;
}
.TagClassName
{
border-color: #DCD99F;
}
</style>