Shades of Mint Julep #DCD8A8
Tints of Mint Julep #DCD8A8
RGB
CMYK
RGB Variations
Color information
#DCD8A8 (or 0xDCD8A8) is known color: Mint Julep. HEX triplet: DC, D8 and A8. RGB value is (220,216,168). Sum of RGB (Red+Green+Blue) = 220+216+168=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD8A8 is #232757. Grayscale: #D3D3D3. Windows color (decimal): -2303832 or 11065564. OLE color: 11065564.
HSL color Cylindrical-coordinate representation of color #DCD8A8: hue angle of 55.38º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCD8A8 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 168 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.14 |
| HSL | 55.38º | 0.43% | 0.76% | - |
| HSV(B) | 55.38º | 0.24% | 0.86% | - |
| XYZ | 61.14 | 67.15 | 46.79 | - |
| YUV | 211.72 | 103.33 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 168 | 0 | 0.02 | 0.24 | 0.14 | 55.38 | 0.43 | 0.76 |
| Hex | DC | D8 | A8 | 0 | 2 | 18 | E | 37 | 2B | 4C |
| Octal | 334 | 330 | 250 | 0 | 2 | 30 | 16 | 67 | 53 | 114 |
| Binary | 11011100 | 11011000 | 10101000 | 0 | 10 | 11000 | 1110 | 110111 | 101011 | 1001100 |
Color Harmonies of #DCD8A8
Complementary color
Monochromatic Colors of #DCD8A8
Black with #DCD8A8
Text Example
Text Example
White with #DCD8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD8A8; }
p { color: rgb(220,216,168); }
H1.HeaderClassName
{
color: #DCD8A8;
}
.AnyTagClassName
{
color: #DCD8A8;
}
</style>
background-color css
<style>
a { background-color: #DCD8A8; }
a { background-color: rgb(220,216,168); }
div.DivClassName
{
background-color: #DCD8A8;
}
.BgClassName
{
background-color: #DCD8A8;
}
</style>
border-color css
<style>
span { border-color: #DCD8A8; }
span { border-color: rgb(220,216,168); }
td.TdClassName
{
border-color: #DCD8A8;
}
.TagClassName
{
border-color: #DCD8A8;
}
</style>