Shades of Mint Julep #DBDC9D
Tints of Mint Julep #DBDC9D
RGB
CMYK
RGB Variations
Color information
#DBDC9D (or 0xDBDC9D) is known color: Mint Julep. HEX triplet: DB, DC and 9D. RGB value is (219,220,157). Sum of RGB (Red+Green+Blue) = 219+220+157=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 157 (61.72% from 255 or 26.34% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC9D is #242362. Grayscale: #D4D4D4. Windows color (decimal): -2368355 or 10345691. OLE color: 10345691.
HSL color Cylindrical-coordinate representation of color #DBDC9D: hue angle of 60.95º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBDC9D is Cyan = 0.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 157 | - |
| CMYK | 0.00 | 0 | 0.29 | 0.14 |
| HSL | 60.95º | 0.47% | 0.74% | - |
| HSV(B) | 60.95º | 0.29% | 0.86% | - |
| XYZ | 60.89 | 68.68 | 41.95 | - |
| YUV | 212.52 | 96.67 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 157 | 0.00 | 0 | 0.29 | 0.14 | 60.95 | 0.47 | 0.74 |
| Hex | DB | DC | 9D | 0 | 0 | 1D | E | 3D | 2F | 4A |
| Octal | 333 | 334 | 235 | 0 | 0 | 35 | 16 | 75 | 57 | 112 |
| Binary | 11011011 | 11011100 | 10011101 | 0 | 0 | 11101 | 1110 | 111101 | 101111 | 1001010 |
Color Harmonies of #DBDC9D
Complementary color
Monochromatic Colors of #DBDC9D
Black with #DBDC9D
Text Example
Text Example
White with #DBDC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC9D; }
p { color: rgb(219,220,157); }
H1.HeaderClassName
{
color: #DBDC9D;
}
.AnyTagClassName
{
color: #DBDC9D;
}
</style>
background-color css
<style>
a { background-color: #DBDC9D; }
a { background-color: rgb(219,220,157); }
div.DivClassName
{
background-color: #DBDC9D;
}
.BgClassName
{
background-color: #DBDC9D;
}
</style>
border-color css
<style>
span { border-color: #DBDC9D; }
span { border-color: rgb(219,220,157); }
td.TdClassName
{
border-color: #DBDC9D;
}
.TagClassName
{
border-color: #DBDC9D;
}
</style>