Shades of Mint Julep #DDDDA5
Tints of Mint Julep #DDDDA5
RGB
CMYK
RGB Variations
Color information
#DDDDA5 (or 0xDDDDA5) is known color: Mint Julep. HEX triplet: DD, DD and A5. RGB value is (221,221,165). Sum of RGB (Red+Green+Blue) = 221+221+165=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 165 (64.84% from 255 or 27.18% from 607); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDDA5 is #22225A. Grayscale: #D6D6D6. Windows color (decimal): -2237019 or 10870237. OLE color: 10870237.
HSL color Cylindrical-coordinate representation of color #DDDDA5: hue angle of 60º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDDDA5 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 165 | - |
CMYK | 0 | 0 | 0.25 | 0.13 |
HSL | 60º | 0.45% | 0.76% | - |
HSV(B) | 60º | 0.25% | 0.87% | - |
XYZ | 62.47 | 69.8 | 45.78 | - |
YUV | 214.62 | 100 | 132.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 165 | 0 | 0 | 0.25 | 0.13 | 60 | 0.45 | 0.76 |
Hex | DD | DD | A5 | 0 | 0 | 19 | D | 3C | 2D | 4C |
Octal | 335 | 335 | 245 | 0 | 0 | 31 | 15 | 74 | 55 | 114 |
Binary | 11011101 | 11011101 | 10100101 | 0 | 0 | 11001 | 1101 | 111100 | 101101 | 1001100 |
Color Harmonies of #DDDDA5
Complementary color
Monochromatic Colors of #DDDDA5
Black with #DDDDA5
Text Example
Text Example
White with #DDDDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDA5; }
p { color: rgb(221,221,165); }
H1.HeaderClassName
{
color: #DDDDA5;
}
.AnyTagClassName
{
color: #DDDDA5;
}
</style>
background-color css
<style>
a { background-color: #DDDDA5; }
a { background-color: rgb(221,221,165); }
div.DivClassName
{
background-color: #DDDDA5;
}
.BgClassName
{
background-color: #DDDDA5;
}
</style>
border-color css
<style>
span { border-color: #DDDDA5; }
span { border-color: rgb(221,221,165); }
td.TdClassName
{
border-color: #DDDDA5;
}
.TagClassName
{
border-color: #DDDDA5;
}
</style>