Shades of Mint Julep #DAD2A3
Tints of Mint Julep #DAD2A3
RGB
CMYK
RGB Variations
Color information
#DAD2A3 (or 0xDAD2A3) is known color: Mint Julep. HEX triplet: DA, D2 and A3. RGB value is (218,210,163). Sum of RGB (Red+Green+Blue) = 218+210+163=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 163 (64.06% from 255 or 27.58% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD2A3 is #252D5C. Grayscale: #CFCFCF. Windows color (decimal): -2436445 or 10736346. OLE color: 10736346.
HSL color Cylindrical-coordinate representation of color #DAD2A3: hue angle of 51.27º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAD2A3 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 163 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.15 |
| HSL | 51.27º | 0.43% | 0.75% | - |
| HSV(B) | 51.27º | 0.25% | 0.85% | - |
| XYZ | 58.57 | 63.64 | 43.85 | - |
| YUV | 207.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 163 | 0 | 0.04 | 0.25 | 0.15 | 51.27 | 0.43 | 0.75 |
| Hex | DA | D2 | A3 | 0 | 4 | 19 | F | 33 | 2B | 4B |
| Octal | 332 | 322 | 243 | 0 | 4 | 31 | 17 | 63 | 53 | 113 |
| Binary | 11011010 | 11010010 | 10100011 | 0 | 100 | 11001 | 1111 | 110011 | 101011 | 1001011 |
Color Harmonies of #DAD2A3
Complementary color
Monochromatic Colors of #DAD2A3
Black with #DAD2A3
Text Example
Text Example
White with #DAD2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD2A3; }
p { color: rgb(218,210,163); }
H1.HeaderClassName
{
color: #DAD2A3;
}
.AnyTagClassName
{
color: #DAD2A3;
}
</style>
background-color css
<style>
a { background-color: #DAD2A3; }
a { background-color: rgb(218,210,163); }
div.DivClassName
{
background-color: #DAD2A3;
}
.BgClassName
{
background-color: #DAD2A3;
}
</style>
border-color css
<style>
span { border-color: #DAD2A3; }
span { border-color: rgb(218,210,163); }
td.TdClassName
{
border-color: #DAD2A3;
}
.TagClassName
{
border-color: #DAD2A3;
}
</style>