Shades of Mint Julep #DCDAB1
Tints of Mint Julep #DCDAB1
RGB
CMYK
RGB Variations
Color information
#DCDAB1 (or 0xDCDAB1) is known color: Mint Julep. HEX triplet: DC, DA and B1. RGB value is (220,218,177). Sum of RGB (Red+Green+Blue) = 220+218+177=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 177 (69.53% from 255 or 28.78% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAB1 is #23254E. Grayscale: #D6D6D6. Windows color (decimal): -2303311 or 11655900. OLE color: 11655900.
HSL color Cylindrical-coordinate representation of color #DCDAB1: hue angle of 57.21º degrees, saturation: 0.38, 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 #DCDAB1 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 177 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.14 |
| HSL | 57.21º | 0.38% | 0.78% | - |
| HSV(B) | 57.21º | 0.2% | 0.86% | - |
| XYZ | 62.52 | 68.53 | 51.53 | - |
| YUV | 213.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 177 | 0 | 0.01 | 0.20 | 0.14 | 57.21 | 0.38 | 0.78 |
| Hex | DC | DA | B1 | 0 | 1 | 14 | E | 39 | 26 | 4E |
| Octal | 334 | 332 | 261 | 0 | 1 | 24 | 16 | 71 | 46 | 116 |
| Binary | 11011100 | 11011010 | 10110001 | 0 | 1 | 10100 | 1110 | 111001 | 100110 | 1001110 |
Color Harmonies of #DCDAB1
Complementary color
Monochromatic Colors of #DCDAB1
Black with #DCDAB1
Text Example
Text Example
White with #DCDAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAB1; }
p { color: rgb(220,218,177); }
H1.HeaderClassName
{
color: #DCDAB1;
}
.AnyTagClassName
{
color: #DCDAB1;
}
</style>
background-color css
<style>
a { background-color: #DCDAB1; }
a { background-color: rgb(220,218,177); }
div.DivClassName
{
background-color: #DCDAB1;
}
.BgClassName
{
background-color: #DCDAB1;
}
</style>
border-color css
<style>
span { border-color: #DCDAB1; }
span { border-color: rgb(220,218,177); }
td.TdClassName
{
border-color: #DCDAB1;
}
.TagClassName
{
border-color: #DCDAB1;
}
</style>