Shades of Mint Julep #DBDAA8
Tints of Mint Julep #DBDAA8
RGB
CMYK
RGB Variations
Color information
#DBDAA8 (or 0xDBDAA8) is known color: Mint Julep. HEX triplet: DB, DA and A8. RGB value is (219,218,168). Sum of RGB (Red+Green+Blue) = 219+218+168=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 168 (66.02% from 255 or 27.77% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDAA8 is #242557. Grayscale: #D4D4D4. Windows color (decimal): -2368856 or 11066075. OLE color: 11066075.
HSL color Cylindrical-coordinate representation of color #DBDAA8: hue angle of 58.82º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBDAA8 is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 168 | - |
| CMYK | 0 | 0.00 | 0.23 | 0.14 |
| HSL | 58.82º | 0.41% | 0.76% | - |
| HSV(B) | 58.82º | 0.23% | 0.86% | - |
| XYZ | 61.35 | 68.03 | 46.94 | - |
| YUV | 212.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 168 | 0 | 0.00 | 0.23 | 0.14 | 58.82 | 0.41 | 0.76 |
| Hex | DB | DA | A8 | 0 | 0 | 17 | E | 3B | 29 | 4C |
| Octal | 333 | 332 | 250 | 0 | 0 | 27 | 16 | 73 | 51 | 114 |
| Binary | 11011011 | 11011010 | 10101000 | 0 | 0 | 10111 | 1110 | 111011 | 101001 | 1001100 |
Color Harmonies of #DBDAA8
Complementary color
Monochromatic Colors of #DBDAA8
Black with #DBDAA8
Text Example
Text Example
White with #DBDAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAA8; }
p { color: rgb(219,218,168); }
H1.HeaderClassName
{
color: #DBDAA8;
}
.AnyTagClassName
{
color: #DBDAA8;
}
</style>
background-color css
<style>
a { background-color: #DBDAA8; }
a { background-color: rgb(219,218,168); }
div.DivClassName
{
background-color: #DBDAA8;
}
.BgClassName
{
background-color: #DBDAA8;
}
</style>
border-color css
<style>
span { border-color: #DBDAA8; }
span { border-color: rgb(219,218,168); }
td.TdClassName
{
border-color: #DBDAA8;
}
.TagClassName
{
border-color: #DBDAA8;
}
</style>