Shades of Mint Julep #DFDDAA
Tints of Mint Julep #DFDDAA
RGB
CMYK
RGB Variations
Color information
#DFDDAA (or 0xDFDDAA) is known color: Mint Julep. HEX triplet: DF, DD and AA. RGB value is (223,221,170). Sum of RGB (Red+Green+Blue) = 223+221+170=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDDAA is #202255. Grayscale: #D7D7D7. Windows color (decimal): -2105942 or 11197919. OLE color: 11197919.
HSL color Cylindrical-coordinate representation of color #DFDDAA: hue angle of 57.74º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFDDAA is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 221 | 170 | - |
CMYK | 0 | 0.01 | 0.24 | 0.13 |
HSL | 57.74º | 0.45% | 0.77% | - |
HSV(B) | 57.74º | 0.24% | 0.87% | - |
XYZ | 63.54 | 70.3 | 48.25 | - |
YUV | 215.78 | 102.16 | 133.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 170 | 0 | 0.01 | 0.24 | 0.13 | 57.74 | 0.45 | 0.77 |
Hex | DF | DD | AA | 0 | 1 | 18 | D | 3A | 2D | 4D |
Octal | 337 | 335 | 252 | 0 | 1 | 30 | 15 | 72 | 55 | 115 |
Binary | 11011111 | 11011101 | 10101010 | 0 | 1 | 11000 | 1101 | 111010 | 101101 | 1001101 |
Color Harmonies of #DFDDAA
Complementary color
Monochromatic Colors of #DFDDAA
Black with #DFDDAA
Text Example
Text Example
White with #DFDDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDAA; }
p { color: rgb(223,221,170); }
H1.HeaderClassName
{
color: #DFDDAA;
}
.AnyTagClassName
{
color: #DFDDAA;
}
</style>
background-color css
<style>
a { background-color: #DFDDAA; }
a { background-color: rgb(223,221,170); }
div.DivClassName
{
background-color: #DFDDAA;
}
.BgClassName
{
background-color: #DFDDAA;
}
</style>
border-color css
<style>
span { border-color: #DFDDAA; }
span { border-color: rgb(223,221,170); }
td.TdClassName
{
border-color: #DFDDAA;
}
.TagClassName
{
border-color: #DFDDAA;
}
</style>