Shades of Mint Julep #DDDA9C
Tints of Mint Julep #DDDA9C
RGB
CMYK
RGB Variations
Color information
#DDDA9C (or 0xDDDA9C) is known color: Mint Julep. HEX triplet: DD, DA and 9C. RGB value is (221,218,156). Sum of RGB (Red+Green+Blue) = 221+218+156=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 156 (61.33% from 255 or 26.22% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA9C is #222563. Grayscale: #D4D4D4. Windows color (decimal): -2237796 or 10279645. OLE color: 10279645.
HSL color Cylindrical-coordinate representation of color #DDDA9C: hue angle of 57.23º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDDA9C is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 156 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.13 |
| HSL | 57.23º | 0.49% | 0.74% | - |
| HSV(B) | 57.23º | 0.29% | 0.87% | - |
| XYZ | 60.89 | 67.92 | 41.35 | - |
| YUV | 211.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 156 | 0 | 0.01 | 0.29 | 0.13 | 57.23 | 0.49 | 0.74 |
| Hex | DD | DA | 9C | 0 | 1 | 1D | D | 39 | 31 | 4A |
| Octal | 335 | 332 | 234 | 0 | 1 | 35 | 15 | 71 | 61 | 112 |
| Binary | 11011101 | 11011010 | 10011100 | 0 | 1 | 11101 | 1101 | 111001 | 110001 | 1001010 |
Color Harmonies of #DDDA9C
Complementary color
Monochromatic Colors of #DDDA9C
Black with #DDDA9C
Text Example
Text Example
White with #DDDA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA9C; }
p { color: rgb(221,218,156); }
H1.HeaderClassName
{
color: #DDDA9C;
}
.AnyTagClassName
{
color: #DDDA9C;
}
</style>
background-color css
<style>
a { background-color: #DDDA9C; }
a { background-color: rgb(221,218,156); }
div.DivClassName
{
background-color: #DDDA9C;
}
.BgClassName
{
background-color: #DDDA9C;
}
</style>
border-color css
<style>
span { border-color: #DDDA9C; }
span { border-color: rgb(221,218,156); }
td.TdClassName
{
border-color: #DDDA9C;
}
.TagClassName
{
border-color: #DDDA9C;
}
</style>