Shades of Mint Julep #DBD89D
Tints of Mint Julep #DBD89D
RGB
CMYK
RGB Variations
Color information
#DBD89D (or 0xDBD89D) is known color: Mint Julep. HEX triplet: DB, D8 and 9D. RGB value is (219,216,157). Sum of RGB (Red+Green+Blue) = 219+216+157=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 157 (61.72% from 255 or 26.52% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD89D is #242762. Grayscale: #D2D2D2. Windows color (decimal): -2369379 or 10344667. OLE color: 10344667.
HSL color Cylindrical-coordinate representation of color #DBD89D: hue angle of 57.1º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBD89D is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 157 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.14 |
| HSL | 57.1º | 0.46% | 0.74% | - |
| HSV(B) | 57.1º | 0.28% | 0.86% | - |
| XYZ | 59.86 | 66.61 | 41.6 | - |
| YUV | 210.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 157 | 0 | 0.01 | 0.28 | 0.14 | 57.1 | 0.46 | 0.74 |
| Hex | DB | D8 | 9D | 0 | 1 | 1C | E | 39 | 2E | 4A |
| Octal | 333 | 330 | 235 | 0 | 1 | 34 | 16 | 71 | 56 | 112 |
| Binary | 11011011 | 11011000 | 10011101 | 0 | 1 | 11100 | 1110 | 111001 | 101110 | 1001010 |
Color Harmonies of #DBD89D
Complementary color
Monochromatic Colors of #DBD89D
Black with #DBD89D
Text Example
Text Example
White with #DBD89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD89D; }
p { color: rgb(219,216,157); }
H1.HeaderClassName
{
color: #DBD89D;
}
.AnyTagClassName
{
color: #DBD89D;
}
</style>
background-color css
<style>
a { background-color: #DBD89D; }
a { background-color: rgb(219,216,157); }
div.DivClassName
{
background-color: #DBD89D;
}
.BgClassName
{
background-color: #DBD89D;
}
</style>
border-color css
<style>
span { border-color: #DBD89D; }
span { border-color: rgb(219,216,157); }
td.TdClassName
{
border-color: #DBD89D;
}
.TagClassName
{
border-color: #DBD89D;
}
</style>