Shades of Mint Julep #DCDAB0
Tints of Mint Julep #DCDAB0
RGB
CMYK
RGB Variations
Color information
#DCDAB0 (or 0xDCDAB0) is known color: Mint Julep. HEX triplet: DC, DA and B0. RGB value is (220,218,176). Sum of RGB (Red+Green+Blue) = 220+218+176=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 176 (69.14% from 255 or 28.66% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAB0 is #23254F. Grayscale: #D5D5D5. Windows color (decimal): -2303312 or 11590364. OLE color: 11590364.
HSL color Cylindrical-coordinate representation of color #DCDAB0: hue angle of 57.27º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCDAB0 is Cyan = 0, Magento = 0.01, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 176 | - |
| CMYK | 0 | 0.01 | 0.2 | 0.14 |
| HSL | 57.27º | 0.39% | 0.78% | - |
| HSV(B) | 57.27º | 0.2% | 0.86% | - |
| XYZ | 62.42 | 68.49 | 51 | - |
| YUV | 213.81 | 106.66 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 176 | 0 | 0.01 | 0.2 | 0.14 | 57.27 | 0.39 | 0.78 |
| Hex | DC | DA | B0 | 0 | 1 | 14 | E | 39 | 27 | 4E |
| Octal | 334 | 332 | 260 | 0 | 1 | 24 | 16 | 71 | 47 | 116 |
| Binary | 11011100 | 11011010 | 10110000 | 0 | 1 | 10100 | 1110 | 111001 | 100111 | 1001110 |
Color Harmonies of #DCDAB0
Complementary color
Monochromatic Colors of #DCDAB0
Black with #DCDAB0
Text Example
Text Example
White with #DCDAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAB0; }
p { color: rgb(220,218,176); }
H1.HeaderClassName
{
color: #DCDAB0;
}
.AnyTagClassName
{
color: #DCDAB0;
}
</style>
background-color css
<style>
a { background-color: #DCDAB0; }
a { background-color: rgb(220,218,176); }
div.DivClassName
{
background-color: #DCDAB0;
}
.BgClassName
{
background-color: #DCDAB0;
}
</style>
border-color css
<style>
span { border-color: #DCDAB0; }
span { border-color: rgb(220,218,176); }
td.TdClassName
{
border-color: #DCDAB0;
}
.TagClassName
{
border-color: #DCDAB0;
}
</style>