Shades of Mint Julep #DCD7AF
Tints of Mint Julep #DCD7AF
RGB
CMYK
RGB Variations
Color information
#DCD7AF (or 0xDCD7AF) is known color: Mint Julep. HEX triplet: DC, D7 and AF. RGB value is (220,215,175). Sum of RGB (Red+Green+Blue) = 220+215+175=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD7AF is #232850. Grayscale: #D4D4D4. Windows color (decimal): -2304081 or 11524060. OLE color: 11524060.
HSL color Cylindrical-coordinate representation of color #DCD7AF: hue angle of 53.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCD7AF is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 175 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.14 |
| HSL | 53.33º | 0.39% | 0.77% | - |
| HSV(B) | 53.33º | 0.2% | 0.86% | - |
| XYZ | 61.55 | 66.91 | 50.23 | - |
| YUV | 211.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 175 | 0 | 0.02 | 0.20 | 0.14 | 53.33 | 0.39 | 0.77 |
| Hex | DC | D7 | AF | 0 | 2 | 14 | E | 35 | 27 | 4D |
| Octal | 334 | 327 | 257 | 0 | 2 | 24 | 16 | 65 | 47 | 115 |
| Binary | 11011100 | 11010111 | 10101111 | 0 | 10 | 10100 | 1110 | 110101 | 100111 | 1001101 |
Color Harmonies of #DCD7AF
Complementary color
Monochromatic Colors of #DCD7AF
Black with #DCD7AF
Text Example
Text Example
White with #DCD7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7AF; }
p { color: rgb(220,215,175); }
H1.HeaderClassName
{
color: #DCD7AF;
}
.AnyTagClassName
{
color: #DCD7AF;
}
</style>
background-color css
<style>
a { background-color: #DCD7AF; }
a { background-color: rgb(220,215,175); }
div.DivClassName
{
background-color: #DCD7AF;
}
.BgClassName
{
background-color: #DCD7AF;
}
</style>
border-color css
<style>
span { border-color: #DCD7AF; }
span { border-color: rgb(220,215,175); }
td.TdClassName
{
border-color: #DCD7AF;
}
.TagClassName
{
border-color: #DCD7AF;
}
</style>