Shades of Mint Julep #DCD89B
Tints of Mint Julep #DCD89B
RGB
CMYK
RGB Variations
Color information
#DCD89B (or 0xDCD89B) is known color: Mint Julep. HEX triplet: DC, D8 and 9B. RGB value is (220,216,155). Sum of RGB (Red+Green+Blue) = 220+216+155=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 155 (60.94% from 255 or 26.23% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD89B is #232764. Grayscale: #D2D2D2. Windows color (decimal): -2303845 or 10213596. OLE color: 10213596.
HSL color Cylindrical-coordinate representation of color #DCD89B: hue angle of 56.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCD89B is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 155 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.14 |
| HSL | 56.31º | 0.48% | 0.74% | - |
| HSV(B) | 56.31º | 0.3% | 0.86% | - |
| XYZ | 59.99 | 66.69 | 40.72 | - |
| YUV | 210.24 | 96.83 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 155 | 0 | 0.02 | 0.30 | 0.14 | 56.31 | 0.48 | 0.74 |
| Hex | DC | D8 | 9B | 0 | 2 | 1E | E | 38 | 30 | 4A |
| Octal | 334 | 330 | 233 | 0 | 2 | 36 | 16 | 70 | 60 | 112 |
| Binary | 11011100 | 11011000 | 10011011 | 0 | 10 | 11110 | 1110 | 111000 | 110000 | 1001010 |
Color Harmonies of #DCD89B
Complementary color
Monochromatic Colors of #DCD89B
Black with #DCD89B
Text Example
Text Example
White with #DCD89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD89B; }
p { color: rgb(220,216,155); }
H1.HeaderClassName
{
color: #DCD89B;
}
.AnyTagClassName
{
color: #DCD89B;
}
</style>
background-color css
<style>
a { background-color: #DCD89B; }
a { background-color: rgb(220,216,155); }
div.DivClassName
{
background-color: #DCD89B;
}
.BgClassName
{
background-color: #DCD89B;
}
</style>
border-color css
<style>
span { border-color: #DCD89B; }
span { border-color: rgb(220,216,155); }
td.TdClassName
{
border-color: #DCD89B;
}
.TagClassName
{
border-color: #DCD89B;
}
</style>