Shades of Mint Julep #DADDA0
Tints of Mint Julep #DADDA0
RGB
CMYK
RGB Variations
Color information
#DADDA0 (or 0xDADDA0) is known color: Mint Julep. HEX triplet: DA, DD and A0. RGB value is (218,221,160). Sum of RGB (Red+Green+Blue) = 218+221+160=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADDA0 is #25225F. Grayscale: #D5D5D5. Windows color (decimal): -2433632 or 10542554. OLE color: 10542554.
HSL color Cylindrical-coordinate representation of color #DADDA0: hue angle of 62.95º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DADDA0 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 160 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.13 |
| HSL | 62.95º | 0.47% | 0.75% | - |
| HSV(B) | 62.95º | 0.28% | 0.87% | - |
| XYZ | 61.12 | 69.16 | 43.39 | - |
| YUV | 213.15 | 98.01 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 160 | 0.01 | 0 | 0.28 | 0.13 | 62.95 | 0.47 | 0.75 |
| Hex | DA | DD | A0 | 1 | 0 | 1C | D | 3F | 2F | 4B |
| Octal | 332 | 335 | 240 | 1 | 0 | 34 | 15 | 77 | 57 | 113 |
| Binary | 11011010 | 11011101 | 10100000 | 1 | 0 | 11100 | 1101 | 111111 | 101111 | 1001011 |
Color Harmonies of #DADDA0
Complementary color
Monochromatic Colors of #DADDA0
Black with #DADDA0
Text Example
Text Example
White with #DADDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDA0; }
p { color: rgb(218,221,160); }
H1.HeaderClassName
{
color: #DADDA0;
}
.AnyTagClassName
{
color: #DADDA0;
}
</style>
background-color css
<style>
a { background-color: #DADDA0; }
a { background-color: rgb(218,221,160); }
div.DivClassName
{
background-color: #DADDA0;
}
.BgClassName
{
background-color: #DADDA0;
}
</style>
border-color css
<style>
span { border-color: #DADDA0; }
span { border-color: rgb(218,221,160); }
td.TdClassName
{
border-color: #DADDA0;
}
.TagClassName
{
border-color: #DADDA0;
}
</style>