Shades of Mint Julep #DAD3A1
Tints of Mint Julep #DAD3A1
RGB
CMYK
RGB Variations
Color information
#DAD3A1 (or 0xDAD3A1) is known color: Mint Julep. HEX triplet: DA, D3 and A1. RGB value is (218,211,161). Sum of RGB (Red+Green+Blue) = 218+211+161=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD3A1 is #252C5E. Grayscale: #CFCFCF. Windows color (decimal): -2436191 or 10605530. OLE color: 10605530.
HSL color Cylindrical-coordinate representation of color #DAD3A1: hue angle of 52.63º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAD3A1 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 211 | 161 | - |
CMYK | 0 | 0.03 | 0.26 | 0.15 |
HSL | 52.63º | 0.44% | 0.74% | - |
HSV(B) | 52.63º | 0.26% | 0.85% | - |
XYZ | 58.64 | 64.07 | 42.99 | - |
YUV | 207.39 | 101.82 | 135.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 211 | 161 | 0 | 0.03 | 0.26 | 0.15 | 52.63 | 0.44 | 0.74 |
Hex | DA | D3 | A1 | 0 | 3 | 1A | F | 35 | 2C | 4A |
Octal | 332 | 323 | 241 | 0 | 3 | 32 | 17 | 65 | 54 | 112 |
Binary | 11011010 | 11010011 | 10100001 | 0 | 11 | 11010 | 1111 | 110101 | 101100 | 1001010 |
Color Harmonies of #DAD3A1
Complementary color
Monochromatic Colors of #DAD3A1
Black with #DAD3A1
Text Example
Text Example
White with #DAD3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD3A1; }
p { color: rgb(218,211,161); }
H1.HeaderClassName
{
color: #DAD3A1;
}
.AnyTagClassName
{
color: #DAD3A1;
}
</style>
background-color css
<style>
a { background-color: #DAD3A1; }
a { background-color: rgb(218,211,161); }
div.DivClassName
{
background-color: #DAD3A1;
}
.BgClassName
{
background-color: #DAD3A1;
}
</style>
border-color css
<style>
span { border-color: #DAD3A1; }
span { border-color: rgb(218,211,161); }
td.TdClassName
{
border-color: #DAD3A1;
}
.TagClassName
{
border-color: #DAD3A1;
}
</style>