Shades of Mint Julep #DADB9E
Tints of Mint Julep #DADB9E
RGB
CMYK
RGB Variations
Color information
#DADB9E (or 0xDADB9E) is known color: Mint Julep. HEX triplet: DA, DB and 9E. RGB value is (218,219,158). Sum of RGB (Red+Green+Blue) = 218+219+158=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB9E is #252461. Grayscale: #D3D3D3. Windows color (decimal): -2434146 or 10410970. OLE color: 10410970.
HSL color Cylindrical-coordinate representation of color #DADB9E: hue angle of 60.98º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DADB9E is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 158 | - |
| CMYK | 0.00 | 0 | 0.28 | 0.14 |
| HSL | 60.98º | 0.46% | 0.74% | - |
| HSV(B) | 60.98º | 0.28% | 0.86% | - |
| XYZ | 60.42 | 68.04 | 42.3 | - |
| YUV | 211.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 158 | 0.00 | 0 | 0.28 | 0.14 | 60.98 | 0.46 | 0.74 |
| Hex | DA | DB | 9E | 0 | 0 | 1C | E | 3D | 2E | 4A |
| Octal | 332 | 333 | 236 | 0 | 0 | 34 | 16 | 75 | 56 | 112 |
| Binary | 11011010 | 11011011 | 10011110 | 0 | 0 | 11100 | 1110 | 111101 | 101110 | 1001010 |
Color Harmonies of #DADB9E
Complementary color
Monochromatic Colors of #DADB9E
Black with #DADB9E
Text Example
Text Example
White with #DADB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB9E; }
p { color: rgb(218,219,158); }
H1.HeaderClassName
{
color: #DADB9E;
}
.AnyTagClassName
{
color: #DADB9E;
}
</style>
background-color css
<style>
a { background-color: #DADB9E; }
a { background-color: rgb(218,219,158); }
div.DivClassName
{
background-color: #DADB9E;
}
.BgClassName
{
background-color: #DADB9E;
}
</style>
border-color css
<style>
span { border-color: #DADB9E; }
span { border-color: rgb(218,219,158); }
td.TdClassName
{
border-color: #DADB9E;
}
.TagClassName
{
border-color: #DADB9E;
}
</style>