Shades of Mint Julep #DBDAA1
Tints of Mint Julep #DBDAA1
RGB
CMYK
RGB Variations
Color information
#DBDAA1 (or 0xDBDAA1) is known color: Mint Julep. HEX triplet: DB, DA and A1. RGB value is (219,218,161). Sum of RGB (Red+Green+Blue) = 219+218+161=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 161 (63.28% from 255 or 26.92% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDAA1 is #24255E. Grayscale: #D4D4D4. Windows color (decimal): -2368863 or 10607323. OLE color: 10607323.
HSL color Cylindrical-coordinate representation of color #DBDAA1: hue angle of 58.97º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBDAA1 is Cyan = 0, Magento = 0.00, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 161 | - |
| CMYK | 0 | 0.00 | 0.26 | 0.14 |
| HSL | 58.97º | 0.45% | 0.75% | - |
| HSV(B) | 58.97º | 0.26% | 0.86% | - |
| XYZ | 60.72 | 67.78 | 43.6 | - |
| YUV | 211.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 161 | 0 | 0.00 | 0.26 | 0.14 | 58.97 | 0.45 | 0.75 |
| Hex | DB | DA | A1 | 0 | 0 | 1A | E | 3B | 2D | 4B |
| Octal | 333 | 332 | 241 | 0 | 0 | 32 | 16 | 73 | 55 | 113 |
| Binary | 11011011 | 11011010 | 10100001 | 0 | 0 | 11010 | 1110 | 111011 | 101101 | 1001011 |
Color Harmonies of #DBDAA1
Complementary color
Monochromatic Colors of #DBDAA1
Black with #DBDAA1
Text Example
Text Example
White with #DBDAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAA1; }
p { color: rgb(219,218,161); }
H1.HeaderClassName
{
color: #DBDAA1;
}
.AnyTagClassName
{
color: #DBDAA1;
}
</style>
background-color css
<style>
a { background-color: #DBDAA1; }
a { background-color: rgb(219,218,161); }
div.DivClassName
{
background-color: #DBDAA1;
}
.BgClassName
{
background-color: #DBDAA1;
}
</style>
border-color css
<style>
span { border-color: #DBDAA1; }
span { border-color: rgb(219,218,161); }
td.TdClassName
{
border-color: #DBDAA1;
}
.TagClassName
{
border-color: #DBDAA1;
}
</style>