Shades of Mint Julep #DBD5A1
Tints of Mint Julep #DBD5A1
RGB
CMYK
RGB Variations
Color information
#DBD5A1 (or 0xDBD5A1) is known color: Mint Julep. HEX triplet: DB, D5 and A1. RGB value is (219,213,161). Sum of RGB (Red+Green+Blue) = 219+213+161=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 161 (63.28% from 255 or 27.15% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD5A1 is #242A5E. Grayscale: #D1D1D1. Windows color (decimal): -2370143 or 10606043. OLE color: 10606043.
HSL color Cylindrical-coordinate representation of color #DBD5A1: hue angle of 53.79º 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 #DBD5A1 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 213 | 161 | - |
CMYK | 0 | 0.03 | 0.26 | 0.14 |
HSL | 53.79º | 0.45% | 0.75% | - |
HSV(B) | 53.79º | 0.26% | 0.86% | - |
XYZ | 59.44 | 65.22 | 43.17 | - |
YUV | 208.87 | 100.99 | 135.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 213 | 161 | 0 | 0.03 | 0.26 | 0.14 | 53.79 | 0.45 | 0.75 |
Hex | DB | D5 | A1 | 0 | 3 | 1A | E | 36 | 2D | 4B |
Octal | 333 | 325 | 241 | 0 | 3 | 32 | 16 | 66 | 55 | 113 |
Binary | 11011011 | 11010101 | 10100001 | 0 | 11 | 11010 | 1110 | 110110 | 101101 | 1001011 |
Color Harmonies of #DBD5A1
Complementary color
Monochromatic Colors of #DBD5A1
Black with #DBD5A1
Text Example
Text Example
White with #DBD5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5A1; }
p { color: rgb(219,213,161); }
H1.HeaderClassName
{
color: #DBD5A1;
}
.AnyTagClassName
{
color: #DBD5A1;
}
</style>
background-color css
<style>
a { background-color: #DBD5A1; }
a { background-color: rgb(219,213,161); }
div.DivClassName
{
background-color: #DBD5A1;
}
.BgClassName
{
background-color: #DBD5A1;
}
</style>
border-color css
<style>
span { border-color: #DBD5A1; }
span { border-color: rgb(219,213,161); }
td.TdClassName
{
border-color: #DBD5A1;
}
.TagClassName
{
border-color: #DBD5A1;
}
</style>