Shades of Mint Julep #DBDAA6
Tints of Mint Julep #DBDAA6
RGB
CMYK
RGB Variations
Color information
#DBDAA6 (or 0xDBDAA6) is known color: Mint Julep. HEX triplet: DB, DA and A6. RGB value is (219,218,166). Sum of RGB (Red+Green+Blue) = 219+218+166=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 166 (65.23% from 255 or 27.53% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDAA6 is #242559. Grayscale: #D4D4D4. Windows color (decimal): -2368858 or 10935003. OLE color: 10935003.
HSL color Cylindrical-coordinate representation of color #DBDAA6: hue angle of 58.87º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBDAA6 is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 166 | - |
| CMYK | 0 | 0.00 | 0.24 | 0.14 |
| HSL | 58.87º | 0.42% | 0.75% | - |
| HSV(B) | 58.87º | 0.24% | 0.86% | - |
| XYZ | 61.17 | 67.96 | 45.97 | - |
| YUV | 212.37 | 101.83 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 166 | 0 | 0.00 | 0.24 | 0.14 | 58.87 | 0.42 | 0.75 |
| Hex | DB | DA | A6 | 0 | 0 | 18 | E | 3B | 2A | 4B |
| Octal | 333 | 332 | 246 | 0 | 0 | 30 | 16 | 73 | 52 | 113 |
| Binary | 11011011 | 11011010 | 10100110 | 0 | 0 | 11000 | 1110 | 111011 | 101010 | 1001011 |
Color Harmonies of #DBDAA6
Complementary color
Monochromatic Colors of #DBDAA6
Black with #DBDAA6
Text Example
Text Example
White with #DBDAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAA6; }
p { color: rgb(219,218,166); }
H1.HeaderClassName
{
color: #DBDAA6;
}
.AnyTagClassName
{
color: #DBDAA6;
}
</style>
background-color css
<style>
a { background-color: #DBDAA6; }
a { background-color: rgb(219,218,166); }
div.DivClassName
{
background-color: #DBDAA6;
}
.BgClassName
{
background-color: #DBDAA6;
}
</style>
border-color css
<style>
span { border-color: #DBDAA6; }
span { border-color: rgb(219,218,166); }
td.TdClassName
{
border-color: #DBDAA6;
}
.TagClassName
{
border-color: #DBDAA6;
}
</style>