Shades of Mint Julep #DBD3A5
Tints of Mint Julep #DBD3A5
RGB
CMYK
RGB Variations
Color information
#DBD3A5 (or 0xDBD3A5) is known color: Mint Julep. HEX triplet: DB, D3 and A5. RGB value is (219,211,165). Sum of RGB (Red+Green+Blue) = 219+211+165=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 165 (64.84% from 255 or 27.73% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD3A5 is #242C5A. Grayscale: #D0D0D0. Windows color (decimal): -2370651 or 10867675. OLE color: 10867675.
HSL color Cylindrical-coordinate representation of color #DBD3A5: hue angle of 51.11º 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 #DBD3A5 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 165 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.14 |
| HSL | 51.11º | 0.43% | 0.75% | - |
| HSV(B) | 51.11º | 0.25% | 0.86% | - |
| XYZ | 59.3 | 64.37 | 44.9 | - |
| YUV | 208.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 165 | 0 | 0.04 | 0.25 | 0.14 | 51.11 | 0.43 | 0.75 |
| Hex | DB | D3 | A5 | 0 | 4 | 19 | E | 33 | 2B | 4B |
| Octal | 333 | 323 | 245 | 0 | 4 | 31 | 16 | 63 | 53 | 113 |
| Binary | 11011011 | 11010011 | 10100101 | 0 | 100 | 11001 | 1110 | 110011 | 101011 | 1001011 |
Color Harmonies of #DBD3A5
Complementary color
Monochromatic Colors of #DBD3A5
Black with #DBD3A5
Text Example
Text Example
White with #DBD3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3A5; }
p { color: rgb(219,211,165); }
H1.HeaderClassName
{
color: #DBD3A5;
}
.AnyTagClassName
{
color: #DBD3A5;
}
</style>
background-color css
<style>
a { background-color: #DBD3A5; }
a { background-color: rgb(219,211,165); }
div.DivClassName
{
background-color: #DBD3A5;
}
.BgClassName
{
background-color: #DBD3A5;
}
</style>
border-color css
<style>
span { border-color: #DBD3A5; }
span { border-color: rgb(219,211,165); }
td.TdClassName
{
border-color: #DBD3A5;
}
.TagClassName
{
border-color: #DBD3A5;
}
</style>