Shades of Mint Julep #DCD89A
Tints of Mint Julep #DCD89A
RGB
CMYK
RGB Variations
Color information
#DCD89A (or 0xDCD89A) is known color: Mint Julep. HEX triplet: DC, D8 and 9A. RGB value is (220,216,154). Sum of RGB (Red+Green+Blue) = 220+216+154=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD89A is #232765. Grayscale: #D2D2D2. Windows color (decimal): -2303846 or 10148060. OLE color: 10148060.
HSL color Cylindrical-coordinate representation of color #DCD89A: hue angle of 56.36º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCD89A is Cyan = 0, Magento = 0.02, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 154 | - |
| CMYK | 0 | 0.02 | 0.3 | 0.14 |
| HSL | 56.36º | 0.49% | 0.73% | - |
| HSV(B) | 56.36º | 0.3% | 0.86% | - |
| XYZ | 59.9 | 66.66 | 40.28 | - |
| YUV | 210.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 154 | 0 | 0.02 | 0.3 | 0.14 | 56.36 | 0.49 | 0.73 |
| Hex | DC | D8 | 9A | 0 | 2 | 1E | E | 38 | 31 | 49 |
| Octal | 334 | 330 | 232 | 0 | 2 | 36 | 16 | 70 | 61 | 111 |
| Binary | 11011100 | 11011000 | 10011010 | 0 | 10 | 11110 | 1110 | 111000 | 110001 | 1001001 |
Color Harmonies of #DCD89A
Complementary color
Monochromatic Colors of #DCD89A
Black with #DCD89A
Text Example
Text Example
White with #DCD89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD89A; }
p { color: rgb(220,216,154); }
H1.HeaderClassName
{
color: #DCD89A;
}
.AnyTagClassName
{
color: #DCD89A;
}
</style>
background-color css
<style>
a { background-color: #DCD89A; }
a { background-color: rgb(220,216,154); }
div.DivClassName
{
background-color: #DCD89A;
}
.BgClassName
{
background-color: #DCD89A;
}
</style>
border-color css
<style>
span { border-color: #DCD89A; }
span { border-color: rgb(220,216,154); }
td.TdClassName
{
border-color: #DCD89A;
}
.TagClassName
{
border-color: #DCD89A;
}
</style>