Shades of Mint Julep #DCDAAB
Tints of Mint Julep #DCDAAB
RGB
CMYK
RGB Variations
Color information
#DCDAAB (or 0xDCDAAB) is known color: Mint Julep. HEX triplet: DC, DA and AB. RGB value is (220,218,171). Sum of RGB (Red+Green+Blue) = 220+218+171=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAAB is #232554. Grayscale: #D5D5D5. Windows color (decimal): -2303317 or 11262684. OLE color: 11262684.
HSL color Cylindrical-coordinate representation of color #DCDAAB: hue angle of 57.55º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCDAAB is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 171 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.14 |
| HSL | 57.55º | 0.41% | 0.77% | - |
| HSV(B) | 57.55º | 0.22% | 0.86% | - |
| XYZ | 61.94 | 68.3 | 48.45 | - |
| YUV | 213.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 171 | 0 | 0.01 | 0.22 | 0.14 | 57.55 | 0.41 | 0.77 |
| Hex | DC | DA | AB | 0 | 1 | 16 | E | 3A | 29 | 4D |
| Octal | 334 | 332 | 253 | 0 | 1 | 26 | 16 | 72 | 51 | 115 |
| Binary | 11011100 | 11011010 | 10101011 | 0 | 1 | 10110 | 1110 | 111010 | 101001 | 1001101 |
Color Harmonies of #DCDAAB
Complementary color
Monochromatic Colors of #DCDAAB
Black with #DCDAAB
Text Example
Text Example
White with #DCDAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAAB; }
p { color: rgb(220,218,171); }
H1.HeaderClassName
{
color: #DCDAAB;
}
.AnyTagClassName
{
color: #DCDAAB;
}
</style>
background-color css
<style>
a { background-color: #DCDAAB; }
a { background-color: rgb(220,218,171); }
div.DivClassName
{
background-color: #DCDAAB;
}
.BgClassName
{
background-color: #DCDAAB;
}
</style>
border-color css
<style>
span { border-color: #DCDAAB; }
span { border-color: rgb(220,218,171); }
td.TdClassName
{
border-color: #DCDAAB;
}
.TagClassName
{
border-color: #DCDAAB;
}
</style>