Shades of Mint Julep #DCD8AF
Tints of Mint Julep #DCD8AF
RGB
CMYK
RGB Variations
Color information
#DCD8AF (or 0xDCD8AF) is known color: Mint Julep. HEX triplet: DC, D8 and AF. RGB value is (220,216,175). Sum of RGB (Red+Green+Blue) = 220+216+175=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD8AF is #232750. Grayscale: #D4D4D4. Windows color (decimal): -2303825 or 11524316. OLE color: 11524316.
HSL color Cylindrical-coordinate representation of color #DCD8AF: hue angle of 54.67º 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 #DCD8AF is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 175 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.14 |
| HSL | 54.67º | 0.39% | 0.77% | - |
| HSV(B) | 54.67º | 0.2% | 0.86% | - |
| XYZ | 61.81 | 67.42 | 50.31 | - |
| YUV | 212.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 175 | 0 | 0.02 | 0.20 | 0.14 | 54.67 | 0.39 | 0.77 |
| Hex | DC | D8 | AF | 0 | 2 | 14 | E | 37 | 27 | 4D |
| Octal | 334 | 330 | 257 | 0 | 2 | 24 | 16 | 67 | 47 | 115 |
| Binary | 11011100 | 11011000 | 10101111 | 0 | 10 | 10100 | 1110 | 110111 | 100111 | 1001101 |
Color Harmonies of #DCD8AF
Complementary color
Monochromatic Colors of #DCD8AF
Black with #DCD8AF
Text Example
Text Example
White with #DCD8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD8AF; }
p { color: rgb(220,216,175); }
H1.HeaderClassName
{
color: #DCD8AF;
}
.AnyTagClassName
{
color: #DCD8AF;
}
</style>
background-color css
<style>
a { background-color: #DCD8AF; }
a { background-color: rgb(220,216,175); }
div.DivClassName
{
background-color: #DCD8AF;
}
.BgClassName
{
background-color: #DCD8AF;
}
</style>
border-color css
<style>
span { border-color: #DCD8AF; }
span { border-color: rgb(220,216,175); }
td.TdClassName
{
border-color: #DCD8AF;
}
.TagClassName
{
border-color: #DCD8AF;
}
</style>