Shades of Mint Julep #DCDA9D
Tints of Mint Julep #DCDA9D
RGB
CMYK
RGB Variations
Color information
#DCDA9D (or 0xDCDA9D) is known color: Mint Julep. HEX triplet: DC, DA and 9D. RGB value is (220,218,157). Sum of RGB (Red+Green+Blue) = 220+218+157=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA9D is #232562. Grayscale: #D3D3D3. Windows color (decimal): -2303331 or 10345180. OLE color: 10345180.
HSL color Cylindrical-coordinate representation of color #DCDA9D: hue angle of 58.1º degrees, saturation: 0.47, 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 #DCDA9D is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 157 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.14 |
| HSL | 58.1º | 0.47% | 0.74% | - |
| HSV(B) | 58.1º | 0.29% | 0.86% | - |
| XYZ | 60.67 | 67.79 | 41.79 | - |
| YUV | 211.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 157 | 0 | 0.01 | 0.29 | 0.14 | 58.1 | 0.47 | 0.74 |
| Hex | DC | DA | 9D | 0 | 1 | 1D | E | 3A | 2F | 4A |
| Octal | 334 | 332 | 235 | 0 | 1 | 35 | 16 | 72 | 57 | 112 |
| Binary | 11011100 | 11011010 | 10011101 | 0 | 1 | 11101 | 1110 | 111010 | 101111 | 1001010 |
Color Harmonies of #DCDA9D
Complementary color
Monochromatic Colors of #DCDA9D
Black with #DCDA9D
Text Example
Text Example
White with #DCDA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA9D; }
p { color: rgb(220,218,157); }
H1.HeaderClassName
{
color: #DCDA9D;
}
.AnyTagClassName
{
color: #DCDA9D;
}
</style>
background-color css
<style>
a { background-color: #DCDA9D; }
a { background-color: rgb(220,218,157); }
div.DivClassName
{
background-color: #DCDA9D;
}
.BgClassName
{
background-color: #DCDA9D;
}
</style>
border-color css
<style>
span { border-color: #DCDA9D; }
span { border-color: rgb(220,218,157); }
td.TdClassName
{
border-color: #DCDA9D;
}
.TagClassName
{
border-color: #DCDA9D;
}
</style>