Shades of Mint Julep #DDDCA7
Tints of Mint Julep #DDDCA7
RGB
CMYK
RGB Variations
Color information
#DDDCA7 (or 0xDDDCA7) is known color: Mint Julep. HEX triplet: DD, DC and A7. RGB value is (221,220,167). Sum of RGB (Red+Green+Blue) = 221+220+167=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 167 (65.62% from 255 or 27.47% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDCA7 is #222358. Grayscale: #D6D6D6. Windows color (decimal): -2237273 or 11001053. OLE color: 11001053.
HSL color Cylindrical-coordinate representation of color #DDDCA7: hue angle of 58.89º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDDCA7 is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 167 | - |
| CMYK | 0 | 0.00 | 0.24 | 0.13 |
| HSL | 58.89º | 0.44% | 0.76% | - |
| HSV(B) | 58.89º | 0.24% | 0.87% | - |
| XYZ | 62.39 | 69.35 | 46.66 | - |
| YUV | 214.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 167 | 0 | 0.00 | 0.24 | 0.13 | 58.89 | 0.44 | 0.76 |
| Hex | DD | DC | A7 | 0 | 0 | 18 | D | 3B | 2C | 4C |
| Octal | 335 | 334 | 247 | 0 | 0 | 30 | 15 | 73 | 54 | 114 |
| Binary | 11011101 | 11011100 | 10100111 | 0 | 0 | 11000 | 1101 | 111011 | 101100 | 1001100 |
Color Harmonies of #DDDCA7
Complementary color
Monochromatic Colors of #DDDCA7
Black with #DDDCA7
Text Example
Text Example
White with #DDDCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCA7; }
p { color: rgb(221,220,167); }
H1.HeaderClassName
{
color: #DDDCA7;
}
.AnyTagClassName
{
color: #DDDCA7;
}
</style>
background-color css
<style>
a { background-color: #DDDCA7; }
a { background-color: rgb(221,220,167); }
div.DivClassName
{
background-color: #DDDCA7;
}
.BgClassName
{
background-color: #DDDCA7;
}
</style>
border-color css
<style>
span { border-color: #DDDCA7; }
span { border-color: rgb(221,220,167); }
td.TdClassName
{
border-color: #DDDCA7;
}
.TagClassName
{
border-color: #DDDCA7;
}
</style>