Shades of Mint Julep #DAD3A5
Tints of Mint Julep #DAD3A5
RGB
CMYK
RGB Variations
Color information
#DAD3A5 (or 0xDAD3A5) is known color: Mint Julep. HEX triplet: DA, D3 and A5. RGB value is (218,211,165). Sum of RGB (Red+Green+Blue) = 218+211+165=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 165 (64.84% from 255 or 27.78% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD3A5 is #252C5A. Grayscale: #D0D0D0. Windows color (decimal): -2436187 or 10867674. OLE color: 10867674.
HSL color Cylindrical-coordinate representation of color #DAD3A5: hue angle of 52.08º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAD3A5 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 165 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.15 |
| HSL | 52.08º | 0.42% | 0.75% | - |
| HSV(B) | 52.08º | 0.24% | 0.85% | - |
| XYZ | 59 | 64.21 | 44.88 | - |
| YUV | 207.85 | 103.82 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 165 | 0 | 0.03 | 0.24 | 0.15 | 52.08 | 0.42 | 0.75 |
| Hex | DA | D3 | A5 | 0 | 3 | 18 | F | 34 | 2A | 4B |
| Octal | 332 | 323 | 245 | 0 | 3 | 30 | 17 | 64 | 52 | 113 |
| Binary | 11011010 | 11010011 | 10100101 | 0 | 11 | 11000 | 1111 | 110100 | 101010 | 1001011 |
Color Harmonies of #DAD3A5
Complementary color
Monochromatic Colors of #DAD3A5
Black with #DAD3A5
Text Example
Text Example
White with #DAD3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD3A5; }
p { color: rgb(218,211,165); }
H1.HeaderClassName
{
color: #DAD3A5;
}
.AnyTagClassName
{
color: #DAD3A5;
}
</style>
background-color css
<style>
a { background-color: #DAD3A5; }
a { background-color: rgb(218,211,165); }
div.DivClassName
{
background-color: #DAD3A5;
}
.BgClassName
{
background-color: #DAD3A5;
}
</style>
border-color css
<style>
span { border-color: #DAD3A5; }
span { border-color: rgb(218,211,165); }
td.TdClassName
{
border-color: #DAD3A5;
}
.TagClassName
{
border-color: #DAD3A5;
}
</style>