Shades of Mint Julep #DDDDA1
Tints of Mint Julep #DDDDA1
RGB
CMYK
RGB Variations
Color information
#DDDDA1 (or 0xDDDDA1) is known color: Mint Julep. HEX triplet: DD, DD and A1. RGB value is (221,221,161). Sum of RGB (Red+Green+Blue) = 221+221+161=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 161 (63.28% from 255 or 26.70% from 603); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDDA1 is #22225E. Grayscale: #D6D6D6. Windows color (decimal): -2237023 or 10608093. OLE color: 10608093.
HSL color Cylindrical-coordinate representation of color #DDDDA1: hue angle of 60º degrees, saturation: 0.47, 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 #DDDDA1 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 161 | - |
CMYK | 0 | 0 | 0.27 | 0.13 |
HSL | 60º | 0.47% | 0.75% | - |
HSV(B) | 60º | 0.27% | 0.87% | - |
XYZ | 62.11 | 69.66 | 43.89 | - |
YUV | 214.16 | 98 | 132.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 161 | 0 | 0 | 0.27 | 0.13 | 60 | 0.47 | 0.75 |
Hex | DD | DD | A1 | 0 | 0 | 1B | D | 3C | 2F | 4B |
Octal | 335 | 335 | 241 | 0 | 0 | 33 | 15 | 74 | 57 | 113 |
Binary | 11011101 | 11011101 | 10100001 | 0 | 0 | 11011 | 1101 | 111100 | 101111 | 1001011 |
Color Harmonies of #DDDDA1
Complementary color
Monochromatic Colors of #DDDDA1
Black with #DDDDA1
Text Example
Text Example
White with #DDDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDA1; }
p { color: rgb(221,221,161); }
H1.HeaderClassName
{
color: #DDDDA1;
}
.AnyTagClassName
{
color: #DDDDA1;
}
</style>
background-color css
<style>
a { background-color: #DDDDA1; }
a { background-color: rgb(221,221,161); }
div.DivClassName
{
background-color: #DDDDA1;
}
.BgClassName
{
background-color: #DDDDA1;
}
</style>
border-color css
<style>
span { border-color: #DDDDA1; }
span { border-color: rgb(221,221,161); }
td.TdClassName
{
border-color: #DDDDA1;
}
.TagClassName
{
border-color: #DDDDA1;
}
</style>