Shades of Mint Julep #DBDB9D
Tints of Mint Julep #DBDB9D
RGB
CMYK
RGB Variations
Color information
#DBDB9D (or 0xDBDB9D) is known color: Mint Julep. HEX triplet: DB, DB and 9D. RGB value is (219,219,157). Sum of RGB (Red+Green+Blue) = 219+219+157=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB9D is #242462. Grayscale: #D4D4D4. Windows color (decimal): -2368611 or 10345435. OLE color: 10345435.
HSL color Cylindrical-coordinate representation of color #DBDB9D: hue angle of 60º 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 #DBDB9D is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 157 | - |
| CMYK | 0 | 0 | 0.28 | 0.14 |
| HSL | 60º | 0.46% | 0.74% | - |
| HSV(B) | 60º | 0.28% | 0.86% | - |
| XYZ | 60.63 | 68.16 | 41.86 | - |
| YUV | 211.93 | 97 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 157 | 0 | 0 | 0.28 | 0.14 | 60 | 0.46 | 0.74 |
| Hex | DB | DB | 9D | 0 | 0 | 1C | E | 3C | 2E | 4A |
| Octal | 333 | 333 | 235 | 0 | 0 | 34 | 16 | 74 | 56 | 112 |
| Binary | 11011011 | 11011011 | 10011101 | 0 | 0 | 11100 | 1110 | 111100 | 101110 | 1001010 |
Color Harmonies of #DBDB9D
Complementary color
Monochromatic Colors of #DBDB9D
Black with #DBDB9D
Text Example
Text Example
White with #DBDB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB9D; }
p { color: rgb(219,219,157); }
H1.HeaderClassName
{
color: #DBDB9D;
}
.AnyTagClassName
{
color: #DBDB9D;
}
</style>
background-color css
<style>
a { background-color: #DBDB9D; }
a { background-color: rgb(219,219,157); }
div.DivClassName
{
background-color: #DBDB9D;
}
.BgClassName
{
background-color: #DBDB9D;
}
</style>
border-color css
<style>
span { border-color: #DBDB9D; }
span { border-color: rgb(219,219,157); }
td.TdClassName
{
border-color: #DBDB9D;
}
.TagClassName
{
border-color: #DBDB9D;
}
</style>