Shades of Mint Julep #DADB9C
Tints of Mint Julep #DADB9C
RGB
CMYK
RGB Variations
Color information
#DADB9C (or 0xDADB9C) is known color: Mint Julep. HEX triplet: DA, DB and 9C. RGB value is (218,219,156). Sum of RGB (Red+Green+Blue) = 218+219+156=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 156 (61.33% from 255 or 26.31% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB9C is #252463. Grayscale: #D3D3D3. Windows color (decimal): -2434148 or 10279898. OLE color: 10279898.
HSL color Cylindrical-coordinate representation of color #DADB9C: hue angle of 60.95º 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 #DADB9C is Cyan = 0.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 156 | - |
| CMYK | 0.00 | 0 | 0.29 | 0.14 |
| HSL | 60.95º | 0.47% | 0.74% | - |
| HSV(B) | 60.95º | 0.29% | 0.86% | - |
| XYZ | 60.25 | 67.97 | 41.4 | - |
| YUV | 211.52 | 96.67 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 156 | 0.00 | 0 | 0.29 | 0.14 | 60.95 | 0.47 | 0.74 |
| Hex | DA | DB | 9C | 0 | 0 | 1D | E | 3D | 2F | 4A |
| Octal | 332 | 333 | 234 | 0 | 0 | 35 | 16 | 75 | 57 | 112 |
| Binary | 11011010 | 11011011 | 10011100 | 0 | 0 | 11101 | 1110 | 111101 | 101111 | 1001010 |
Color Harmonies of #DADB9C
Complementary color
Monochromatic Colors of #DADB9C
Black with #DADB9C
Text Example
Text Example
White with #DADB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB9C; }
p { color: rgb(218,219,156); }
H1.HeaderClassName
{
color: #DADB9C;
}
.AnyTagClassName
{
color: #DADB9C;
}
</style>
background-color css
<style>
a { background-color: #DADB9C; }
a { background-color: rgb(218,219,156); }
div.DivClassName
{
background-color: #DADB9C;
}
.BgClassName
{
background-color: #DADB9C;
}
</style>
border-color css
<style>
span { border-color: #DADB9C; }
span { border-color: rgb(218,219,156); }
td.TdClassName
{
border-color: #DADB9C;
}
.TagClassName
{
border-color: #DADB9C;
}
</style>