Shades of Mint Julep #DCD4A5
Tints of Mint Julep #DCD4A5
RGB
CMYK
RGB Variations
Color information
#DCD4A5 (or 0xDCD4A5) is known color: Mint Julep. HEX triplet: DC, D4 and A5. RGB value is (220,212,165). Sum of RGB (Red+Green+Blue) = 220+212+165=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 165 (64.84% from 255 or 27.64% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD4A5 is #232B5A. Grayscale: #D1D1D1. Windows color (decimal): -2304859 or 10867932. OLE color: 10867932.
HSL color Cylindrical-coordinate representation of color #DCD4A5: hue angle of 51.27º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCD4A5 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 165 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.14 |
| HSL | 51.27º | 0.44% | 0.75% | - |
| HSV(B) | 51.27º | 0.25% | 0.86% | - |
| XYZ | 59.85 | 65.02 | 44.99 | - |
| YUV | 209.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 165 | 0 | 0.04 | 0.25 | 0.14 | 51.27 | 0.44 | 0.75 |
| Hex | DC | D4 | A5 | 0 | 4 | 19 | E | 33 | 2C | 4B |
| Octal | 334 | 324 | 245 | 0 | 4 | 31 | 16 | 63 | 54 | 113 |
| Binary | 11011100 | 11010100 | 10100101 | 0 | 100 | 11001 | 1110 | 110011 | 101100 | 1001011 |
Color Harmonies of #DCD4A5
Complementary color
Monochromatic Colors of #DCD4A5
Black with #DCD4A5
Text Example
Text Example
White with #DCD4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4A5; }
p { color: rgb(220,212,165); }
H1.HeaderClassName
{
color: #DCD4A5;
}
.AnyTagClassName
{
color: #DCD4A5;
}
</style>
background-color css
<style>
a { background-color: #DCD4A5; }
a { background-color: rgb(220,212,165); }
div.DivClassName
{
background-color: #DCD4A5;
}
.BgClassName
{
background-color: #DCD4A5;
}
</style>
border-color css
<style>
span { border-color: #DCD4A5; }
span { border-color: rgb(220,212,165); }
td.TdClassName
{
border-color: #DCD4A5;
}
.TagClassName
{
border-color: #DCD4A5;
}
</style>