Shades of Mint Julep #DDDBA1
Tints of Mint Julep #DDDBA1
RGB
CMYK
RGB Variations
Color information
#DDDBA1 (or 0xDDDBA1) is known color: Mint Julep. HEX triplet: DD, DB and A1. RGB value is (221,219,161). Sum of RGB (Red+Green+Blue) = 221+219+161=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDBA1 is #22245E. Grayscale: #D5D5D5. Windows color (decimal): -2237535 or 10607581. OLE color: 10607581.
HSL color Cylindrical-coordinate representation of color #DDDBA1: hue angle of 58º 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 #DDDBA1 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 219 | 161 | - |
CMYK | 0 | 0.01 | 0.27 | 0.13 |
HSL | 58º | 0.47% | 0.75% | - |
HSV(B) | 58º | 0.27% | 0.87% | - |
XYZ | 61.58 | 68.61 | 43.72 | - |
YUV | 212.99 | 98.66 | 133.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 161 | 0 | 0.01 | 0.27 | 0.13 | 58 | 0.47 | 0.75 |
Hex | DD | DB | A1 | 0 | 1 | 1B | D | 3A | 2F | 4B |
Octal | 335 | 333 | 241 | 0 | 1 | 33 | 15 | 72 | 57 | 113 |
Binary | 11011101 | 11011011 | 10100001 | 0 | 1 | 11011 | 1101 | 111010 | 101111 | 1001011 |
Color Harmonies of #DDDBA1
Complementary color
Monochromatic Colors of #DDDBA1
Black with #DDDBA1
Text Example
Text Example
White with #DDDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBA1; }
p { color: rgb(221,219,161); }
H1.HeaderClassName
{
color: #DDDBA1;
}
.AnyTagClassName
{
color: #DDDBA1;
}
</style>
background-color css
<style>
a { background-color: #DDDBA1; }
a { background-color: rgb(221,219,161); }
div.DivClassName
{
background-color: #DDDBA1;
}
.BgClassName
{
background-color: #DDDBA1;
}
</style>
border-color css
<style>
span { border-color: #DDDBA1; }
span { border-color: rgb(221,219,161); }
td.TdClassName
{
border-color: #DDDBA1;
}
.TagClassName
{
border-color: #DDDBA1;
}
</style>