Shades of Mint Julep #DCDA9C
Tints of Mint Julep #DCDA9C
RGB
CMYK
RGB Variations
Color information
#DCDA9C (or 0xDCDA9C) is known color: Mint Julep. HEX triplet: DC, DA and 9C. RGB value is (220,218,156). Sum of RGB (Red+Green+Blue) = 220+218+156=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 156 (61.33% from 255 or 26.26% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA9C is #232563. Grayscale: #D3D3D3. Windows color (decimal): -2303332 or 10279644. OLE color: 10279644.
HSL color Cylindrical-coordinate representation of color #DCDA9C: hue angle of 58.12º 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 #DCDA9C is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 156 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.14 |
| HSL | 58.13º | 0.48% | 0.74% | - |
| HSV(B) | 58.13º | 0.29% | 0.86% | - |
| XYZ | 60.59 | 67.76 | 41.34 | - |
| YUV | 211.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 156 | 0 | 0.01 | 0.29 | 0.14 | 58.13 | 0.48 | 0.74 |
| Hex | DC | DA | 9C | 0 | 1 | 1D | E | 3A | 30 | 4A |
| Octal | 334 | 332 | 234 | 0 | 1 | 35 | 16 | 72 | 60 | 112 |
| Binary | 11011100 | 11011010 | 10011100 | 0 | 1 | 11101 | 1110 | 111010 | 110000 | 1001010 |
Color Harmonies of #DCDA9C
Complementary color
Monochromatic Colors of #DCDA9C
Black with #DCDA9C
Text Example
Text Example
White with #DCDA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA9C; }
p { color: rgb(220,218,156); }
H1.HeaderClassName
{
color: #DCDA9C;
}
.AnyTagClassName
{
color: #DCDA9C;
}
</style>
background-color css
<style>
a { background-color: #DCDA9C; }
a { background-color: rgb(220,218,156); }
div.DivClassName
{
background-color: #DCDA9C;
}
.BgClassName
{
background-color: #DCDA9C;
}
</style>
border-color css
<style>
span { border-color: #DCDA9C; }
span { border-color: rgb(220,218,156); }
td.TdClassName
{
border-color: #DCDA9C;
}
.TagClassName
{
border-color: #DCDA9C;
}
</style>