Shades of Mint Julep #DDDAA7
Tints of Mint Julep #DDDAA7
RGB
CMYK
RGB Variations
Color information
#DDDAA7 (or 0xDDDAA7) is known color: Mint Julep. HEX triplet: DD, DA and A7. RGB value is (221,218,167). Sum of RGB (Red+Green+Blue) = 221+218+167=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 167 (65.62% from 255 or 27.56% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDAA7 is #222558. Grayscale: #D5D5D5. Windows color (decimal): -2237785 or 11000541. OLE color: 11000541.
HSL color Cylindrical-coordinate representation of color #DDDAA7: hue angle of 56.67º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDDAA7 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 167 | - |
CMYK | 0 | 0.01 | 0.24 | 0.13 |
HSL | 56.67º | 0.44% | 0.76% | - |
HSV(B) | 56.67º | 0.24% | 0.87% | - |
XYZ | 61.87 | 68.3 | 46.48 | - |
YUV | 213.08 | 101.99 | 133.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 167 | 0 | 0.01 | 0.24 | 0.13 | 56.67 | 0.44 | 0.76 |
Hex | DD | DA | A7 | 0 | 1 | 18 | D | 39 | 2C | 4C |
Octal | 335 | 332 | 247 | 0 | 1 | 30 | 15 | 71 | 54 | 114 |
Binary | 11011101 | 11011010 | 10100111 | 0 | 1 | 11000 | 1101 | 111001 | 101100 | 1001100 |
Color Harmonies of #DDDAA7
Complementary color
Monochromatic Colors of #DDDAA7
Black with #DDDAA7
Text Example
Text Example
White with #DDDAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAA7; }
p { color: rgb(221,218,167); }
H1.HeaderClassName
{
color: #DDDAA7;
}
.AnyTagClassName
{
color: #DDDAA7;
}
</style>
background-color css
<style>
a { background-color: #DDDAA7; }
a { background-color: rgb(221,218,167); }
div.DivClassName
{
background-color: #DDDAA7;
}
.BgClassName
{
background-color: #DDDAA7;
}
</style>
border-color css
<style>
span { border-color: #DDDAA7; }
span { border-color: rgb(221,218,167); }
td.TdClassName
{
border-color: #DDDAA7;
}
.TagClassName
{
border-color: #DDDAA7;
}
</style>