Shades of Mint Julep #DCD89D
Tints of Mint Julep #DCD89D
RGB
CMYK
RGB Variations
Color information
#DCD89D (or 0xDCD89D) is known color: Mint Julep. HEX triplet: DC, D8 and 9D. RGB value is (220,216,157). Sum of RGB (Red+Green+Blue) = 220+216+157=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 157 (61.72% from 255 or 26.48% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD89D is #232762. Grayscale: #D2D2D2. Windows color (decimal): -2303843 or 10344668. OLE color: 10344668.
HSL color Cylindrical-coordinate representation of color #DCD89D: hue angle of 56.19º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCD89D is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 157 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.14 |
| HSL | 56.19º | 0.47% | 0.74% | - |
| HSV(B) | 56.19º | 0.29% | 0.86% | - |
| XYZ | 60.16 | 66.76 | 41.61 | - |
| YUV | 210.47 | 97.83 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 157 | 0 | 0.02 | 0.29 | 0.14 | 56.19 | 0.47 | 0.74 |
| Hex | DC | D8 | 9D | 0 | 2 | 1D | E | 38 | 2F | 4A |
| Octal | 334 | 330 | 235 | 0 | 2 | 35 | 16 | 70 | 57 | 112 |
| Binary | 11011100 | 11011000 | 10011101 | 0 | 10 | 11101 | 1110 | 111000 | 101111 | 1001010 |
Color Harmonies of #DCD89D
Complementary color
Monochromatic Colors of #DCD89D
Black with #DCD89D
Text Example
Text Example
White with #DCD89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD89D; }
p { color: rgb(220,216,157); }
H1.HeaderClassName
{
color: #DCD89D;
}
.AnyTagClassName
{
color: #DCD89D;
}
</style>
background-color css
<style>
a { background-color: #DCD89D; }
a { background-color: rgb(220,216,157); }
div.DivClassName
{
background-color: #DCD89D;
}
.BgClassName
{
background-color: #DCD89D;
}
</style>
border-color css
<style>
span { border-color: #DCD89D; }
span { border-color: rgb(220,216,157); }
td.TdClassName
{
border-color: #DCD89D;
}
.TagClassName
{
border-color: #DCD89D;
}
</style>