Shades of Mint Julep #DCD9B0
Tints of Mint Julep #DCD9B0
RGB
CMYK
RGB Variations
Color information
#DCD9B0 (or 0xDCD9B0) is known color: Mint Julep. HEX triplet: DC, D9 and B0. RGB value is (220,217,176). Sum of RGB (Red+Green+Blue) = 220+217+176=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 176 (69.14% from 255 or 28.71% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD9B0 is #23264F. Grayscale: #D5D5D5. Windows color (decimal): -2303568 or 11590108. OLE color: 11590108.
HSL color Cylindrical-coordinate representation of color #DCD9B0: hue angle of 55.91º 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 #DCD9B0 is Cyan = 0, Magento = 0.01, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 176 | - |
| CMYK | 0 | 0.01 | 0.2 | 0.14 |
| HSL | 55.91º | 0.39% | 0.78% | - |
| HSV(B) | 55.91º | 0.2% | 0.86% | - |
| XYZ | 62.16 | 67.98 | 50.92 | - |
| YUV | 213.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 176 | 0 | 0.01 | 0.2 | 0.14 | 55.91 | 0.39 | 0.78 |
| Hex | DC | D9 | B0 | 0 | 1 | 14 | E | 38 | 27 | 4E |
| Octal | 334 | 331 | 260 | 0 | 1 | 24 | 16 | 70 | 47 | 116 |
| Binary | 11011100 | 11011001 | 10110000 | 0 | 1 | 10100 | 1110 | 111000 | 100111 | 1001110 |
Color Harmonies of #DCD9B0
Complementary color
Monochromatic Colors of #DCD9B0
Black with #DCD9B0
Text Example
Text Example
White with #DCD9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD9B0; }
p { color: rgb(220,217,176); }
H1.HeaderClassName
{
color: #DCD9B0;
}
.AnyTagClassName
{
color: #DCD9B0;
}
</style>
background-color css
<style>
a { background-color: #DCD9B0; }
a { background-color: rgb(220,217,176); }
div.DivClassName
{
background-color: #DCD9B0;
}
.BgClassName
{
background-color: #DCD9B0;
}
</style>
border-color css
<style>
span { border-color: #DCD9B0; }
span { border-color: rgb(220,217,176); }
td.TdClassName
{
border-color: #DCD9B0;
}
.TagClassName
{
border-color: #DCD9B0;
}
</style>