Shades of Mint Julep #DBD89B
Tints of Mint Julep #DBD89B
RGB
CMYK
RGB Variations
Color information
#DBD89B (or 0xDBD89B) is known color: Mint Julep. HEX triplet: DB, D8 and 9B. RGB value is (219,216,155). Sum of RGB (Red+Green+Blue) = 219+216+155=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD89B is #242764. Grayscale: #D2D2D2. Windows color (decimal): -2369381 or 10213595. OLE color: 10213595.
HSL color Cylindrical-coordinate representation of color #DBD89B: hue angle of 57.19º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBD89B is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 155 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.14 |
| HSL | 57.19º | 0.47% | 0.73% | - |
| HSV(B) | 57.19º | 0.29% | 0.86% | - |
| XYZ | 59.69 | 66.54 | 40.71 | - |
| YUV | 209.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 155 | 0 | 0.01 | 0.29 | 0.14 | 57.19 | 0.47 | 0.73 |
| Hex | DB | D8 | 9B | 0 | 1 | 1D | E | 39 | 2F | 49 |
| Octal | 333 | 330 | 233 | 0 | 1 | 35 | 16 | 71 | 57 | 111 |
| Binary | 11011011 | 11011000 | 10011011 | 0 | 1 | 11101 | 1110 | 111001 | 101111 | 1001001 |
Color Harmonies of #DBD89B
Complementary color
Monochromatic Colors of #DBD89B
Black with #DBD89B
Text Example
Text Example
White with #DBD89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD89B; }
p { color: rgb(219,216,155); }
H1.HeaderClassName
{
color: #DBD89B;
}
.AnyTagClassName
{
color: #DBD89B;
}
</style>
background-color css
<style>
a { background-color: #DBD89B; }
a { background-color: rgb(219,216,155); }
div.DivClassName
{
background-color: #DBD89B;
}
.BgClassName
{
background-color: #DBD89B;
}
</style>
border-color css
<style>
span { border-color: #DBD89B; }
span { border-color: rgb(219,216,155); }
td.TdClassName
{
border-color: #DBD89B;
}
.TagClassName
{
border-color: #DBD89B;
}
</style>