Shades of Mint Julep #DBDAA5
Tints of Mint Julep #DBDAA5
RGB
CMYK
RGB Variations
Color information
#DBDAA5 (or 0xDBDAA5) is known color: Mint Julep. HEX triplet: DB, DA and A5. RGB value is (219,218,165). Sum of RGB (Red+Green+Blue) = 219+218+165=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 165 (64.84% from 255 or 27.41% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDAA5 is #24255A. Grayscale: #D4D4D4. Windows color (decimal): -2368859 or 10869467. OLE color: 10869467.
HSL color Cylindrical-coordinate representation of color #DBDAA5: hue angle of 58.89º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBDAA5 is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 165 | - |
| CMYK | 0 | 0.00 | 0.25 | 0.14 |
| HSL | 58.89º | 0.43% | 0.75% | - |
| HSV(B) | 58.89º | 0.25% | 0.86% | - |
| XYZ | 61.08 | 67.92 | 45.49 | - |
| YUV | 212.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 165 | 0 | 0.00 | 0.25 | 0.14 | 58.89 | 0.43 | 0.75 |
| Hex | DB | DA | A5 | 0 | 0 | 19 | E | 3B | 2B | 4B |
| Octal | 333 | 332 | 245 | 0 | 0 | 31 | 16 | 73 | 53 | 113 |
| Binary | 11011011 | 11011010 | 10100101 | 0 | 0 | 11001 | 1110 | 111011 | 101011 | 1001011 |
Color Harmonies of #DBDAA5
Complementary color
Monochromatic Colors of #DBDAA5
Black with #DBDAA5
Text Example
Text Example
White with #DBDAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAA5; }
p { color: rgb(219,218,165); }
H1.HeaderClassName
{
color: #DBDAA5;
}
.AnyTagClassName
{
color: #DBDAA5;
}
</style>
background-color css
<style>
a { background-color: #DBDAA5; }
a { background-color: rgb(219,218,165); }
div.DivClassName
{
background-color: #DBDAA5;
}
.BgClassName
{
background-color: #DBDAA5;
}
</style>
border-color css
<style>
span { border-color: #DBDAA5; }
span { border-color: rgb(219,218,165); }
td.TdClassName
{
border-color: #DBDAA5;
}
.TagClassName
{
border-color: #DBDAA5;
}
</style>