Shades of Mint Julep #DDD59D
Tints of Mint Julep #DDD59D
RGB
CMYK
RGB Variations
Color information
#DDD59D (or 0xDDD59D) is known color: Mint Julep. HEX triplet: DD, D5 and 9D. RGB value is (221,213,157). Sum of RGB (Red+Green+Blue) = 221+213+157=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 157 (61.72% from 255 or 26.57% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD59D is #222A62. Grayscale: #D1D1D1. Windows color (decimal): -2239075 or 10343901. OLE color: 10343901.
HSL color Cylindrical-coordinate representation of color #DDD59D: hue angle of 52.5º 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 #DDD59D is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 213 | 157 | - |
CMYK | 0 | 0.04 | 0.29 | 0.13 |
HSL | 52.5º | 0.48% | 0.74% | - |
HSV(B) | 52.5º | 0.29% | 0.87% | - |
XYZ | 59.7 | 65.39 | 41.37 | - |
YUV | 209.01 | 98.65 | 136.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 213 | 157 | 0 | 0.04 | 0.29 | 0.13 | 52.5 | 0.48 | 0.74 |
Hex | DD | D5 | 9D | 0 | 4 | 1D | D | 34 | 30 | 4A |
Octal | 335 | 325 | 235 | 0 | 4 | 35 | 15 | 64 | 60 | 112 |
Binary | 11011101 | 11010101 | 10011101 | 0 | 100 | 11101 | 1101 | 110100 | 110000 | 1001010 |
Color Harmonies of #DDD59D
Complementary color
Monochromatic Colors of #DDD59D
Black with #DDD59D
Text Example
Text Example
White with #DDD59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD59D; }
p { color: rgb(221,213,157); }
H1.HeaderClassName
{
color: #DDD59D;
}
.AnyTagClassName
{
color: #DDD59D;
}
</style>
background-color css
<style>
a { background-color: #DDD59D; }
a { background-color: rgb(221,213,157); }
div.DivClassName
{
background-color: #DDD59D;
}
.BgClassName
{
background-color: #DDD59D;
}
</style>
border-color css
<style>
span { border-color: #DDD59D; }
span { border-color: rgb(221,213,157); }
td.TdClassName
{
border-color: #DDD59D;
}
.TagClassName
{
border-color: #DDD59D;
}
</style>