Shades of Mint Julep #DADC9D
Tints of Mint Julep #DADC9D
RGB
CMYK
RGB Variations
Color information
#DADC9D (or 0xDADC9D) is known color: Mint Julep. HEX triplet: DA, DC and 9D. RGB value is (218,220,157). Sum of RGB (Red+Green+Blue) = 218+220+157=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC9D is #252362. Grayscale: #D4D4D4. Windows color (decimal): -2433891 or 10345690. OLE color: 10345690.
HSL color Cylindrical-coordinate representation of color #DADC9D: hue angle of 61.9º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DADC9D is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 157 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.14 |
| HSL | 61.9º | 0.47% | 0.74% | - |
| HSV(B) | 61.9º | 0.29% | 0.86% | - |
| XYZ | 60.59 | 68.53 | 41.93 | - |
| YUV | 212.22 | 96.84 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 157 | 0.01 | 0 | 0.29 | 0.14 | 61.9 | 0.47 | 0.74 |
| Hex | DA | DC | 9D | 1 | 0 | 1D | E | 3E | 2F | 4A |
| Octal | 332 | 334 | 235 | 1 | 0 | 35 | 16 | 76 | 57 | 112 |
| Binary | 11011010 | 11011100 | 10011101 | 1 | 0 | 11101 | 1110 | 111110 | 101111 | 1001010 |
Color Harmonies of #DADC9D
Complementary color
Monochromatic Colors of #DADC9D
Black with #DADC9D
Text Example
Text Example
White with #DADC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC9D; }
p { color: rgb(218,220,157); }
H1.HeaderClassName
{
color: #DADC9D;
}
.AnyTagClassName
{
color: #DADC9D;
}
</style>
background-color css
<style>
a { background-color: #DADC9D; }
a { background-color: rgb(218,220,157); }
div.DivClassName
{
background-color: #DADC9D;
}
.BgClassName
{
background-color: #DADC9D;
}
</style>
border-color css
<style>
span { border-color: #DADC9D; }
span { border-color: rgb(218,220,157); }
td.TdClassName
{
border-color: #DADC9D;
}
.TagClassName
{
border-color: #DADC9D;
}
</style>