Shades of Mint Julep #DCD89C
Tints of Mint Julep #DCD89C
RGB
CMYK
RGB Variations
Color information
#DCD89C (or 0xDCD89C) is known color: Mint Julep. HEX triplet: DC, D8 and 9C. RGB value is (220,216,156). Sum of RGB (Red+Green+Blue) = 220+216+156=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 156 (61.33% from 255 or 26.35% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD89C is #232763. Grayscale: #D2D2D2. Windows color (decimal): -2303844 or 10279132. OLE color: 10279132.
HSL color Cylindrical-coordinate representation of color #DCD89C: hue angle of 56.25º degrees, saturation: 0.48, 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 #DCD89C is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 156 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.14 |
| HSL | 56.25º | 0.48% | 0.74% | - |
| HSV(B) | 56.25º | 0.29% | 0.86% | - |
| XYZ | 60.07 | 66.73 | 41.17 | - |
| YUV | 210.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 156 | 0 | 0.02 | 0.29 | 0.14 | 56.25 | 0.48 | 0.74 |
| Hex | DC | D8 | 9C | 0 | 2 | 1D | E | 38 | 30 | 4A |
| Octal | 334 | 330 | 234 | 0 | 2 | 35 | 16 | 70 | 60 | 112 |
| Binary | 11011100 | 11011000 | 10011100 | 0 | 10 | 11101 | 1110 | 111000 | 110000 | 1001010 |
Color Harmonies of #DCD89C
Complementary color
Monochromatic Colors of #DCD89C
Black with #DCD89C
Text Example
Text Example
White with #DCD89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD89C; }
p { color: rgb(220,216,156); }
H1.HeaderClassName
{
color: #DCD89C;
}
.AnyTagClassName
{
color: #DCD89C;
}
</style>
background-color css
<style>
a { background-color: #DCD89C; }
a { background-color: rgb(220,216,156); }
div.DivClassName
{
background-color: #DCD89C;
}
.BgClassName
{
background-color: #DCD89C;
}
</style>
border-color css
<style>
span { border-color: #DCD89C; }
span { border-color: rgb(220,216,156); }
td.TdClassName
{
border-color: #DCD89C;
}
.TagClassName
{
border-color: #DCD89C;
}
</style>