Shades of Mint Julep #DCD6AF
Tints of Mint Julep #DCD6AF
RGB
CMYK
RGB Variations
Color information
#DCD6AF (or 0xDCD6AF) is known color: Mint Julep. HEX triplet: DC, D6 and AF. RGB value is (220,214,175). Sum of RGB (Red+Green+Blue) = 220+214+175=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD6AF is #232950. Grayscale: #D3D3D3. Windows color (decimal): -2304337 or 11523804. OLE color: 11523804.
HSL color Cylindrical-coordinate representation of color #DCD6AF: hue angle of 52º 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 #DCD6AF is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 175 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.14 |
| HSL | 52º | 0.39% | 0.77% | - |
| HSV(B) | 52º | 0.2% | 0.86% | - |
| XYZ | 61.3 | 66.4 | 50.14 | - |
| YUV | 211.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 175 | 0 | 0.03 | 0.20 | 0.14 | 52 | 0.39 | 0.77 |
| Hex | DC | D6 | AF | 0 | 3 | 14 | E | 34 | 27 | 4D |
| Octal | 334 | 326 | 257 | 0 | 3 | 24 | 16 | 64 | 47 | 115 |
| Binary | 11011100 | 11010110 | 10101111 | 0 | 11 | 10100 | 1110 | 110100 | 100111 | 1001101 |
Color Harmonies of #DCD6AF
Complementary color
Monochromatic Colors of #DCD6AF
Black with #DCD6AF
Text Example
Text Example
White with #DCD6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6AF; }
p { color: rgb(220,214,175); }
H1.HeaderClassName
{
color: #DCD6AF;
}
.AnyTagClassName
{
color: #DCD6AF;
}
</style>
background-color css
<style>
a { background-color: #DCD6AF; }
a { background-color: rgb(220,214,175); }
div.DivClassName
{
background-color: #DCD6AF;
}
.BgClassName
{
background-color: #DCD6AF;
}
</style>
border-color css
<style>
span { border-color: #DCD6AF; }
span { border-color: rgb(220,214,175); }
td.TdClassName
{
border-color: #DCD6AF;
}
.TagClassName
{
border-color: #DCD6AF;
}
</style>