Shades of Mint Julep #DBDAA7
Tints of Mint Julep #DBDAA7
RGB
CMYK
RGB Variations
Color information
#DBDAA7 (or 0xDBDAA7) is known color: Mint Julep. HEX triplet: DB, DA and A7. RGB value is (219,218,167). Sum of RGB (Red+Green+Blue) = 219+218+167=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 167 (65.62% from 255 or 27.65% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDAA7 is #242558. Grayscale: #D4D4D4. Windows color (decimal): -2368857 or 11000539. OLE color: 11000539.
HSL color Cylindrical-coordinate representation of color #DBDAA7: hue angle of 58.85º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBDAA7 is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 167 | - |
| CMYK | 0 | 0.00 | 0.24 | 0.14 |
| HSL | 58.85º | 0.42% | 0.76% | - |
| HSV(B) | 58.85º | 0.24% | 0.86% | - |
| XYZ | 61.26 | 67.99 | 46.45 | - |
| YUV | 212.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 167 | 0 | 0.00 | 0.24 | 0.14 | 58.85 | 0.42 | 0.76 |
| Hex | DB | DA | A7 | 0 | 0 | 18 | E | 3B | 2A | 4C |
| Octal | 333 | 332 | 247 | 0 | 0 | 30 | 16 | 73 | 52 | 114 |
| Binary | 11011011 | 11011010 | 10100111 | 0 | 0 | 11000 | 1110 | 111011 | 101010 | 1001100 |
Color Harmonies of #DBDAA7
Complementary color
Monochromatic Colors of #DBDAA7
Black with #DBDAA7
Text Example
Text Example
White with #DBDAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAA7; }
p { color: rgb(219,218,167); }
H1.HeaderClassName
{
color: #DBDAA7;
}
.AnyTagClassName
{
color: #DBDAA7;
}
</style>
background-color css
<style>
a { background-color: #DBDAA7; }
a { background-color: rgb(219,218,167); }
div.DivClassName
{
background-color: #DBDAA7;
}
.BgClassName
{
background-color: #DBDAA7;
}
</style>
border-color css
<style>
span { border-color: #DBDAA7; }
span { border-color: rgb(219,218,167); }
td.TdClassName
{
border-color: #DBDAA7;
}
.TagClassName
{
border-color: #DBDAA7;
}
</style>