Shades of Mint Julep #DBDC9F
Tints of Mint Julep #DBDC9F
RGB
CMYK
RGB Variations
Color information
#DBDC9F (or 0xDBDC9F) is known color: Mint Julep. HEX triplet: DB, DC and 9F. RGB value is (219,220,159). Sum of RGB (Red+Green+Blue) = 219+220+159=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 159 (62.5% from 255 or 26.59% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC9F is #242360. Grayscale: #D4D4D4. Windows color (decimal): -2368353 or 10476763. OLE color: 10476763.
HSL color Cylindrical-coordinate representation of color #DBDC9F: hue angle of 60.98º degrees, saturation: 0.47, 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 #DBDC9F is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 159 | - |
| CMYK | 0.00 | 0 | 0.28 | 0.14 |
| HSL | 60.98º | 0.47% | 0.74% | - |
| HSV(B) | 60.98º | 0.28% | 0.86% | - |
| XYZ | 61.06 | 68.75 | 42.85 | - |
| YUV | 212.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 159 | 0.00 | 0 | 0.28 | 0.14 | 60.98 | 0.47 | 0.74 |
| Hex | DB | DC | 9F | 0 | 0 | 1C | E | 3D | 2F | 4A |
| Octal | 333 | 334 | 237 | 0 | 0 | 34 | 16 | 75 | 57 | 112 |
| Binary | 11011011 | 11011100 | 10011111 | 0 | 0 | 11100 | 1110 | 111101 | 101111 | 1001010 |
Color Harmonies of #DBDC9F
Complementary color
Monochromatic Colors of #DBDC9F
Black with #DBDC9F
Text Example
Text Example
White with #DBDC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC9F; }
p { color: rgb(219,220,159); }
H1.HeaderClassName
{
color: #DBDC9F;
}
.AnyTagClassName
{
color: #DBDC9F;
}
</style>
background-color css
<style>
a { background-color: #DBDC9F; }
a { background-color: rgb(219,220,159); }
div.DivClassName
{
background-color: #DBDC9F;
}
.BgClassName
{
background-color: #DBDC9F;
}
</style>
border-color css
<style>
span { border-color: #DBDC9F; }
span { border-color: rgb(219,220,159); }
td.TdClassName
{
border-color: #DBDC9F;
}
.TagClassName
{
border-color: #DBDC9F;
}
</style>