Shades of Mint Julep #DDD79A
Tints of Mint Julep #DDD79A
RGB
CMYK
RGB Variations
Color information
#DDD79A (or 0xDDD79A) is known color: Mint Julep. HEX triplet: DD, D7 and 9A. RGB value is (221,215,154). Sum of RGB (Red+Green+Blue) = 221+215+154=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD79A is #222865. Grayscale: #D2D2D2. Windows color (decimal): -2238566 or 10147805. OLE color: 10147805.
HSL color Cylindrical-coordinate representation of color #DDD79A: hue angle of 54.63º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDD79A is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 215 | 154 | - |
CMYK | 0 | 0.03 | 0.30 | 0.13 |
HSL | 54.63º | 0.5% | 0.74% | - |
HSV(B) | 54.63º | 0.3% | 0.87% | - |
XYZ | 59.95 | 66.31 | 40.21 | - |
YUV | 209.84 | 96.49 | 135.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 215 | 154 | 0 | 0.03 | 0.30 | 0.13 | 54.63 | 0.5 | 0.74 |
Hex | DD | D7 | 9A | 0 | 3 | 1E | D | 37 | 32 | 4A |
Octal | 335 | 327 | 232 | 0 | 3 | 36 | 15 | 67 | 62 | 112 |
Binary | 11011101 | 11010111 | 10011010 | 0 | 11 | 11110 | 1101 | 110111 | 110010 | 1001010 |
Color Harmonies of #DDD79A
Complementary color
Monochromatic Colors of #DDD79A
Black with #DDD79A
Text Example
Text Example
White with #DDD79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD79A; }
p { color: rgb(221,215,154); }
H1.HeaderClassName
{
color: #DDD79A;
}
.AnyTagClassName
{
color: #DDD79A;
}
</style>
background-color css
<style>
a { background-color: #DDD79A; }
a { background-color: rgb(221,215,154); }
div.DivClassName
{
background-color: #DDD79A;
}
.BgClassName
{
background-color: #DDD79A;
}
</style>
border-color css
<style>
span { border-color: #DDD79A; }
span { border-color: rgb(221,215,154); }
td.TdClassName
{
border-color: #DDD79A;
}
.TagClassName
{
border-color: #DDD79A;
}
</style>