Shades of Mint Julep #DCD7AC
Tints of Mint Julep #DCD7AC
RGB
CMYK
RGB Variations
Color information
#DCD7AC (or 0xDCD7AC) is known color: Mint Julep. HEX triplet: DC, D7 and AC. RGB value is (220,215,172). Sum of RGB (Red+Green+Blue) = 220+215+172=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD7AC is #232853. Grayscale: #D3D3D3. Windows color (decimal): -2304084 or 11327452. OLE color: 11327452.
HSL color Cylindrical-coordinate representation of color #DCD7AC: hue angle of 53.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 #DCD7AC is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 215 | 172 | - |
CMYK | 0 | 0.02 | 0.22 | 0.14 |
HSL | 53.75º | 0.41% | 0.77% | - |
HSV(B) | 53.75º | 0.22% | 0.86% | - |
XYZ | 61.26 | 66.8 | 48.69 | - |
YUV | 211.59 | 105.66 | 134 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 215 | 172 | 0 | 0.02 | 0.22 | 0.14 | 53.75 | 0.41 | 0.77 |
Hex | DC | D7 | AC | 0 | 2 | 16 | E | 36 | 29 | 4D |
Octal | 334 | 327 | 254 | 0 | 2 | 26 | 16 | 66 | 51 | 115 |
Binary | 11011100 | 11010111 | 10101100 | 0 | 10 | 10110 | 1110 | 110110 | 101001 | 1001101 |
Color Harmonies of #DCD7AC
Complementary color
Monochromatic Colors of #DCD7AC
Black with #DCD7AC
Text Example
Text Example
White with #DCD7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7AC; }
p { color: rgb(220,215,172); }
H1.HeaderClassName
{
color: #DCD7AC;
}
.AnyTagClassName
{
color: #DCD7AC;
}
</style>
background-color css
<style>
a { background-color: #DCD7AC; }
a { background-color: rgb(220,215,172); }
div.DivClassName
{
background-color: #DCD7AC;
}
.BgClassName
{
background-color: #DCD7AC;
}
</style>
border-color css
<style>
span { border-color: #DCD7AC; }
span { border-color: rgb(220,215,172); }
td.TdClassName
{
border-color: #DCD7AC;
}
.TagClassName
{
border-color: #DCD7AC;
}
</style>