Shades of Mint Julep #DCDBAC
Tints of Mint Julep #DCDBAC
RGB
CMYK
RGB Variations
Color information
#DCDBAC (or 0xDCDBAC) is known color: Mint Julep. HEX triplet: DC, DB and AC. RGB value is (220,219,172). Sum of RGB (Red+Green+Blue) = 220+219+172=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBAC is #232453. Grayscale: #D6D6D6. Windows color (decimal): -2303060 or 11328476. OLE color: 11328476.
HSL color Cylindrical-coordinate representation of color #DCDBAC: hue angle of 58.75º 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 #DCDBAC is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 172 | - |
| CMYK | 0 | 0.00 | 0.22 | 0.14 |
| HSL | 58.75º | 0.41% | 0.77% | - |
| HSV(B) | 58.75º | 0.22% | 0.86% | - |
| XYZ | 62.29 | 68.86 | 49.04 | - |
| YUV | 213.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 172 | 0 | 0.00 | 0.22 | 0.14 | 58.75 | 0.41 | 0.77 |
| Hex | DC | DB | AC | 0 | 0 | 16 | E | 3B | 29 | 4D |
| Octal | 334 | 333 | 254 | 0 | 0 | 26 | 16 | 73 | 51 | 115 |
| Binary | 11011100 | 11011011 | 10101100 | 0 | 0 | 10110 | 1110 | 111011 | 101001 | 1001101 |
Color Harmonies of #DCDBAC
Complementary color
Monochromatic Colors of #DCDBAC
Black with #DCDBAC
Text Example
Text Example
White with #DCDBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBAC; }
p { color: rgb(220,219,172); }
H1.HeaderClassName
{
color: #DCDBAC;
}
.AnyTagClassName
{
color: #DCDBAC;
}
</style>
background-color css
<style>
a { background-color: #DCDBAC; }
a { background-color: rgb(220,219,172); }
div.DivClassName
{
background-color: #DCDBAC;
}
.BgClassName
{
background-color: #DCDBAC;
}
</style>
border-color css
<style>
span { border-color: #DCDBAC; }
span { border-color: rgb(220,219,172); }
td.TdClassName
{
border-color: #DCDBAC;
}
.TagClassName
{
border-color: #DCDBAC;
}
</style>