Shades of Mint Julep #DDD89B
Tints of Mint Julep #DDD89B
RGB
CMYK
RGB Variations
Color information
#DDD89B (or 0xDDD89B) is known color: Mint Julep. HEX triplet: DD, D8 and 9B. RGB value is (221,216,155). Sum of RGB (Red+Green+Blue) = 221+216+155=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 155 (60.94% from 255 or 26.18% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD89B is #222764. Grayscale: #D2D2D2. Windows color (decimal): -2238309 or 10213597. OLE color: 10213597.
HSL color Cylindrical-coordinate representation of color #DDD89B: hue angle of 55.45º degrees, saturation: 0.49, 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 #DDD89B is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 155 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.13 |
| HSL | 55.45º | 0.49% | 0.74% | - |
| HSV(B) | 55.45º | 0.3% | 0.87% | - |
| XYZ | 60.29 | 66.85 | 40.74 | - |
| YUV | 210.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 155 | 0 | 0.02 | 0.30 | 0.13 | 55.45 | 0.49 | 0.74 |
| Hex | DD | D8 | 9B | 0 | 2 | 1E | D | 37 | 31 | 4A |
| Octal | 335 | 330 | 233 | 0 | 2 | 36 | 15 | 67 | 61 | 112 |
| Binary | 11011101 | 11011000 | 10011011 | 0 | 10 | 11110 | 1101 | 110111 | 110001 | 1001010 |
Color Harmonies of #DDD89B
Complementary color
Monochromatic Colors of #DDD89B
Black with #DDD89B
Text Example
Text Example
White with #DDD89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD89B; }
p { color: rgb(221,216,155); }
H1.HeaderClassName
{
color: #DDD89B;
}
.AnyTagClassName
{
color: #DDD89B;
}
</style>
background-color css
<style>
a { background-color: #DDD89B; }
a { background-color: rgb(221,216,155); }
div.DivClassName
{
background-color: #DDD89B;
}
.BgClassName
{
background-color: #DDD89B;
}
</style>
border-color css
<style>
span { border-color: #DDD89B; }
span { border-color: rgb(221,216,155); }
td.TdClassName
{
border-color: #DDD89B;
}
.TagClassName
{
border-color: #DDD89B;
}
</style>