Shades of Mint Julep #DDDB9D
Tints of Mint Julep #DDDB9D
RGB
CMYK
RGB Variations
Color information
#DDDB9D (or 0xDDDB9D) is known color: Mint Julep. HEX triplet: DD, DB and 9D. RGB value is (221,219,157). Sum of RGB (Red+Green+Blue) = 221+219+157=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB9D is #222462. Grayscale: #D4D4D4. Windows color (decimal): -2237539 or 10345437. OLE color: 10345437.
HSL color Cylindrical-coordinate representation of color #DDDB9D: hue angle of 58.12º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDDB9D is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 157 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.13 |
| HSL | 58.13º | 0.48% | 0.74% | - |
| HSV(B) | 58.13º | 0.29% | 0.87% | - |
| XYZ | 61.24 | 68.47 | 41.89 | - |
| YUV | 212.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 157 | 0 | 0.01 | 0.29 | 0.13 | 58.13 | 0.48 | 0.74 |
| Hex | DD | DB | 9D | 0 | 1 | 1D | D | 3A | 30 | 4A |
| Octal | 335 | 333 | 235 | 0 | 1 | 35 | 15 | 72 | 60 | 112 |
| Binary | 11011101 | 11011011 | 10011101 | 0 | 1 | 11101 | 1101 | 111010 | 110000 | 1001010 |
Color Harmonies of #DDDB9D
Complementary color
Monochromatic Colors of #DDDB9D
Black with #DDDB9D
Text Example
Text Example
White with #DDDB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB9D; }
p { color: rgb(221,219,157); }
H1.HeaderClassName
{
color: #DDDB9D;
}
.AnyTagClassName
{
color: #DDDB9D;
}
</style>
background-color css
<style>
a { background-color: #DDDB9D; }
a { background-color: rgb(221,219,157); }
div.DivClassName
{
background-color: #DDDB9D;
}
.BgClassName
{
background-color: #DDDB9D;
}
</style>
border-color css
<style>
span { border-color: #DDDB9D; }
span { border-color: rgb(221,219,157); }
td.TdClassName
{
border-color: #DDDB9D;
}
.TagClassName
{
border-color: #DDDB9D;
}
</style>