Shades of Mint Julep #DDDCA5
Tints of Mint Julep #DDDCA5
RGB
CMYK
RGB Variations
Color information
#DDDCA5 (or 0xDDDCA5) is known color: Mint Julep. HEX triplet: DD, DC and A5. RGB value is (221,220,165). Sum of RGB (Red+Green+Blue) = 221+220+165=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 165 (64.84% from 255 or 27.23% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDCA5 is #22235A. Grayscale: #D6D6D6. Windows color (decimal): -2237275 or 10869981. OLE color: 10869981.
HSL color Cylindrical-coordinate representation of color #DDDCA5: hue angle of 58.93º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDDCA5 is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 165 | - |
| CMYK | 0 | 0.00 | 0.25 | 0.13 |
| HSL | 58.93º | 0.45% | 0.76% | - |
| HSV(B) | 58.93º | 0.25% | 0.87% | - |
| XYZ | 62.2 | 69.28 | 45.69 | - |
| YUV | 214.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 165 | 0 | 0.00 | 0.25 | 0.13 | 58.93 | 0.45 | 0.76 |
| Hex | DD | DC | A5 | 0 | 0 | 19 | D | 3B | 2D | 4C |
| Octal | 335 | 334 | 245 | 0 | 0 | 31 | 15 | 73 | 55 | 114 |
| Binary | 11011101 | 11011100 | 10100101 | 0 | 0 | 11001 | 1101 | 111011 | 101101 | 1001100 |
Color Harmonies of #DDDCA5
Complementary color
Monochromatic Colors of #DDDCA5
Black with #DDDCA5
Text Example
Text Example
White with #DDDCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCA5; }
p { color: rgb(221,220,165); }
H1.HeaderClassName
{
color: #DDDCA5;
}
.AnyTagClassName
{
color: #DDDCA5;
}
</style>
background-color css
<style>
a { background-color: #DDDCA5; }
a { background-color: rgb(221,220,165); }
div.DivClassName
{
background-color: #DDDCA5;
}
.BgClassName
{
background-color: #DDDCA5;
}
</style>
border-color css
<style>
span { border-color: #DDDCA5; }
span { border-color: rgb(221,220,165); }
td.TdClassName
{
border-color: #DDDCA5;
}
.TagClassName
{
border-color: #DDDCA5;
}
</style>