Shades of Mint Julep #DBD89A
Tints of Mint Julep #DBD89A
RGB
CMYK
RGB Variations
Color information
#DBD89A (or 0xDBD89A) is known color: Mint Julep. HEX triplet: DB, D8 and 9A. RGB value is (219,216,154). Sum of RGB (Red+Green+Blue) = 219+216+154=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD89A is #242765. Grayscale: #D2D2D2. Windows color (decimal): -2369382 or 10148059. OLE color: 10148059.
HSL color Cylindrical-coordinate representation of color #DBD89A: hue angle of 57.23º degrees, saturation: 0.47, 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 #DBD89A is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 216 | 154 | - |
CMYK | 0 | 0.01 | 0.30 | 0.14 |
HSL | 57.23º | 0.47% | 0.73% | - |
HSV(B) | 57.23º | 0.3% | 0.86% | - |
XYZ | 59.6 | 66.5 | 40.27 | - |
YUV | 209.83 | 96.49 | 134.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 216 | 154 | 0 | 0.01 | 0.30 | 0.14 | 57.23 | 0.47 | 0.73 |
Hex | DB | D8 | 9A | 0 | 1 | 1E | E | 39 | 2F | 49 |
Octal | 333 | 330 | 232 | 0 | 1 | 36 | 16 | 71 | 57 | 111 |
Binary | 11011011 | 11011000 | 10011010 | 0 | 1 | 11110 | 1110 | 111001 | 101111 | 1001001 |
Color Harmonies of #DBD89A
Complementary color
Monochromatic Colors of #DBD89A
Black with #DBD89A
Text Example
Text Example
White with #DBD89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD89A; }
p { color: rgb(219,216,154); }
H1.HeaderClassName
{
color: #DBD89A;
}
.AnyTagClassName
{
color: #DBD89A;
}
</style>
background-color css
<style>
a { background-color: #DBD89A; }
a { background-color: rgb(219,216,154); }
div.DivClassName
{
background-color: #DBD89A;
}
.BgClassName
{
background-color: #DBD89A;
}
</style>
border-color css
<style>
span { border-color: #DBD89A; }
span { border-color: rgb(219,216,154); }
td.TdClassName
{
border-color: #DBD89A;
}
.TagClassName
{
border-color: #DBD89A;
}
</style>