Shades of Mint Julep #DDDCA2
Tints of Mint Julep #DDDCA2
RGB
CMYK
RGB Variations
Color information
#DDDCA2 (or 0xDDDCA2) is known color: Mint Julep. HEX triplet: DD, DC and A2. RGB value is (221,220,162). Sum of RGB (Red+Green+Blue) = 221+220+162=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 162 (63.67% from 255 or 26.87% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDCA2 is #22235D. Grayscale: #D5D5D5. Windows color (decimal): -2237278 or 10673373. OLE color: 10673373.
HSL color Cylindrical-coordinate representation of color #DDDCA2: hue angle of 58.98º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDDCA2 is Cyan = 0, Magento = 0.00, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 162 | - |
| CMYK | 0 | 0.00 | 0.27 | 0.13 |
| HSL | 58.98º | 0.46% | 0.75% | - |
| HSV(B) | 58.98º | 0.27% | 0.87% | - |
| XYZ | 61.93 | 69.17 | 44.27 | - |
| YUV | 213.69 | 98.83 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 162 | 0 | 0.00 | 0.27 | 0.13 | 58.98 | 0.46 | 0.75 |
| Hex | DD | DC | A2 | 0 | 0 | 1B | D | 3B | 2E | 4B |
| Octal | 335 | 334 | 242 | 0 | 0 | 33 | 15 | 73 | 56 | 113 |
| Binary | 11011101 | 11011100 | 10100010 | 0 | 0 | 11011 | 1101 | 111011 | 101110 | 1001011 |
Color Harmonies of #DDDCA2
Complementary color
Monochromatic Colors of #DDDCA2
Black with #DDDCA2
Text Example
Text Example
White with #DDDCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCA2; }
p { color: rgb(221,220,162); }
H1.HeaderClassName
{
color: #DDDCA2;
}
.AnyTagClassName
{
color: #DDDCA2;
}
</style>
background-color css
<style>
a { background-color: #DDDCA2; }
a { background-color: rgb(221,220,162); }
div.DivClassName
{
background-color: #DDDCA2;
}
.BgClassName
{
background-color: #DDDCA2;
}
</style>
border-color css
<style>
span { border-color: #DDDCA2; }
span { border-color: rgb(221,220,162); }
td.TdClassName
{
border-color: #DDDCA2;
}
.TagClassName
{
border-color: #DDDCA2;
}
</style>