Shades of Mint Julep #DCDDA0
Tints of Mint Julep #DCDDA0
RGB
CMYK
RGB Variations
Color information
#DCDDA0 (or 0xDCDDA0) is known color: Mint Julep. HEX triplet: DC, DD and A0. RGB value is (220,221,160). Sum of RGB (Red+Green+Blue) = 220+221+160=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDDA0 is #23225F. Grayscale: #D5D5D5. Windows color (decimal): -2302560 or 10542556. OLE color: 10542556.
HSL color Cylindrical-coordinate representation of color #DCDDA0: hue angle of 60.98º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCDDA0 is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 221 | 160 | - |
CMYK | 0.00 | 0 | 0.28 | 0.13 |
HSL | 60.98º | 0.47% | 0.75% | - |
HSV(B) | 60.98º | 0.28% | 0.87% | - |
XYZ | 61.72 | 69.47 | 43.41 | - |
YUV | 213.75 | 97.67 | 132.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 221 | 160 | 0.00 | 0 | 0.28 | 0.13 | 60.98 | 0.47 | 0.75 |
Hex | DC | DD | A0 | 0 | 0 | 1C | D | 3D | 2F | 4B |
Octal | 334 | 335 | 240 | 0 | 0 | 34 | 15 | 75 | 57 | 113 |
Binary | 11011100 | 11011101 | 10100000 | 0 | 0 | 11100 | 1101 | 111101 | 101111 | 1001011 |
Color Harmonies of #DCDDA0
Complementary color
Monochromatic Colors of #DCDDA0
Black with #DCDDA0
Text Example
Text Example
White with #DCDDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDA0; }
p { color: rgb(220,221,160); }
H1.HeaderClassName
{
color: #DCDDA0;
}
.AnyTagClassName
{
color: #DCDDA0;
}
</style>
background-color css
<style>
a { background-color: #DCDDA0; }
a { background-color: rgb(220,221,160); }
div.DivClassName
{
background-color: #DCDDA0;
}
.BgClassName
{
background-color: #DCDDA0;
}
</style>
border-color css
<style>
span { border-color: #DCDDA0; }
span { border-color: rgb(220,221,160); }
td.TdClassName
{
border-color: #DCDDA0;
}
.TagClassName
{
border-color: #DCDDA0;
}
</style>