Shades of Mint Julep #DBDBA2
Tints of Mint Julep #DBDBA2
RGB
CMYK
RGB Variations
Color information
#DBDBA2 (or 0xDBDBA2) is known color: Mint Julep. HEX triplet: DB, DB and A2. RGB value is (219,219,162). Sum of RGB (Red+Green+Blue) = 219+219+162=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 162 (63.67% from 255 or 27% from 600); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDBA2 is #24245D. Grayscale: #D4D4D4. Windows color (decimal): -2368606 or 10673115. OLE color: 10673115.
HSL color Cylindrical-coordinate representation of color #DBDBA2: hue angle of 60º degrees, saturation: 0.44, 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 #DBDBA2 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 162 | - |
CMYK | 0 | 0 | 0.26 | 0.14 |
HSL | 60º | 0.44% | 0.75% | - |
HSV(B) | 60º | 0.26% | 0.86% | - |
XYZ | 61.07 | 68.33 | 44.15 | - |
YUV | 212.5 | 99.5 | 132.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 162 | 0 | 0 | 0.26 | 0.14 | 60 | 0.44 | 0.75 |
Hex | DB | DB | A2 | 0 | 0 | 1A | E | 3C | 2C | 4B |
Octal | 333 | 333 | 242 | 0 | 0 | 32 | 16 | 74 | 54 | 113 |
Binary | 11011011 | 11011011 | 10100010 | 0 | 0 | 11010 | 1110 | 111100 | 101100 | 1001011 |
Color Harmonies of #DBDBA2
Complementary color
Monochromatic Colors of #DBDBA2
Black with #DBDBA2
Text Example
Text Example
White with #DBDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBA2; }
p { color: rgb(219,219,162); }
H1.HeaderClassName
{
color: #DBDBA2;
}
.AnyTagClassName
{
color: #DBDBA2;
}
</style>
background-color css
<style>
a { background-color: #DBDBA2; }
a { background-color: rgb(219,219,162); }
div.DivClassName
{
background-color: #DBDBA2;
}
.BgClassName
{
background-color: #DBDBA2;
}
</style>
border-color css
<style>
span { border-color: #DBDBA2; }
span { border-color: rgb(219,219,162); }
td.TdClassName
{
border-color: #DBDBA2;
}
.TagClassName
{
border-color: #DBDBA2;
}
</style>