Shades of Mint Julep #DBDB9F
Tints of Mint Julep #DBDB9F
RGB
CMYK
RGB Variations
Color information
#DBDB9F (or 0xDBDB9F) is known color: Mint Julep. HEX triplet: DB, DB and 9F. RGB value is (219,219,159). Sum of RGB (Red+Green+Blue) = 219+219+159=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 159 (62.5% from 255 or 26.63% from 597); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB9F is #242460. Grayscale: #D4D4D4. Windows color (decimal): -2368609 or 10476507. OLE color: 10476507.
HSL color Cylindrical-coordinate representation of color #DBDB9F: hue angle of 60º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBDB9F is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 159 | - |
CMYK | 0 | 0 | 0.27 | 0.14 |
HSL | 60º | 0.45% | 0.74% | - |
HSV(B) | 60º | 0.27% | 0.86% | - |
XYZ | 60.8 | 68.23 | 42.77 | - |
YUV | 212.16 | 98 | 132.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 159 | 0 | 0 | 0.27 | 0.14 | 60 | 0.45 | 0.74 |
Hex | DB | DB | 9F | 0 | 0 | 1B | E | 3C | 2D | 4A |
Octal | 333 | 333 | 237 | 0 | 0 | 33 | 16 | 74 | 55 | 112 |
Binary | 11011011 | 11011011 | 10011111 | 0 | 0 | 11011 | 1110 | 111100 | 101101 | 1001010 |
Color Harmonies of #DBDB9F
Complementary color
Monochromatic Colors of #DBDB9F
Black with #DBDB9F
Text Example
Text Example
White with #DBDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB9F; }
p { color: rgb(219,219,159); }
H1.HeaderClassName
{
color: #DBDB9F;
}
.AnyTagClassName
{
color: #DBDB9F;
}
</style>
background-color css
<style>
a { background-color: #DBDB9F; }
a { background-color: rgb(219,219,159); }
div.DivClassName
{
background-color: #DBDB9F;
}
.BgClassName
{
background-color: #DBDB9F;
}
</style>
border-color css
<style>
span { border-color: #DBDB9F; }
span { border-color: rgb(219,219,159); }
td.TdClassName
{
border-color: #DBDB9F;
}
.TagClassName
{
border-color: #DBDB9F;
}
</style>