Shades of Mint Julep #DCD7B1
Tints of Mint Julep #DCD7B1
RGB
CMYK
RGB Variations
Color information
#DCD7B1 (or 0xDCD7B1) is known color: Mint Julep. HEX triplet: DC, D7 and B1. RGB value is (220,215,177). Sum of RGB (Red+Green+Blue) = 220+215+177=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 177 (69.53% from 255 or 28.92% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD7B1 is #23284E. Grayscale: #D4D4D4. Windows color (decimal): -2304079 or 11655132. OLE color: 11655132.
HSL color Cylindrical-coordinate representation of color #DCD7B1: hue angle of 53.02º 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 #DCD7B1 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 177 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.14 |
| HSL | 53.02º | 0.38% | 0.78% | - |
| HSV(B) | 53.02º | 0.2% | 0.86% | - |
| XYZ | 61.75 | 66.99 | 51.27 | - |
| YUV | 212.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 177 | 0 | 0.02 | 0.20 | 0.14 | 53.02 | 0.38 | 0.78 |
| Hex | DC | D7 | B1 | 0 | 2 | 14 | E | 35 | 26 | 4E |
| Octal | 334 | 327 | 261 | 0 | 2 | 24 | 16 | 65 | 46 | 116 |
| Binary | 11011100 | 11010111 | 10110001 | 0 | 10 | 10100 | 1110 | 110101 | 100110 | 1001110 |
Color Harmonies of #DCD7B1
Complementary color
Monochromatic Colors of #DCD7B1
Black with #DCD7B1
Text Example
Text Example
White with #DCD7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7B1; }
p { color: rgb(220,215,177); }
H1.HeaderClassName
{
color: #DCD7B1;
}
.AnyTagClassName
{
color: #DCD7B1;
}
</style>
background-color css
<style>
a { background-color: #DCD7B1; }
a { background-color: rgb(220,215,177); }
div.DivClassName
{
background-color: #DCD7B1;
}
.BgClassName
{
background-color: #DCD7B1;
}
</style>
border-color css
<style>
span { border-color: #DCD7B1; }
span { border-color: rgb(220,215,177); }
td.TdClassName
{
border-color: #DCD7B1;
}
.TagClassName
{
border-color: #DCD7B1;
}
</style>