Shades of Mint Julep #D9D69B
Tints of Mint Julep #D9D69B
RGB
CMYK
RGB Variations
Color information
#D9D69B (or 0xD9D69B) is known color: Mint Julep. HEX triplet: D9, D6 and 9B. RGB value is (217,214,155). Sum of RGB (Red+Green+Blue) = 217+214+155=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D69B is #262964. Grayscale: #D0D0D0. Windows color (decimal): -2500965 or 10213081. OLE color: 10213081.
HSL color Cylindrical-coordinate representation of color #D9D69B: hue angle of 57.1º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9D69B is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 214 | 155 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.15 |
| HSL | 57.1º | 0.45% | 0.73% | - |
| HSV(B) | 57.1º | 0.29% | 0.85% | - |
| XYZ | 58.58 | 65.21 | 40.51 | - |
| YUV | 208.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 214 | 155 | 0 | 0.01 | 0.29 | 0.15 | 57.1 | 0.45 | 0.73 |
| Hex | D9 | D6 | 9B | 0 | 1 | 1D | F | 39 | 2D | 49 |
| Octal | 331 | 326 | 233 | 0 | 1 | 35 | 17 | 71 | 55 | 111 |
| Binary | 11011001 | 11010110 | 10011011 | 0 | 1 | 11101 | 1111 | 111001 | 101101 | 1001001 |
Color Harmonies of #D9D69B
Complementary color
Monochromatic Colors of #D9D69B
Black with #D9D69B
Text Example
Text Example
White with #D9D69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D69B; }
p { color: rgb(217,214,155); }
H1.HeaderClassName
{
color: #D9D69B;
}
.AnyTagClassName
{
color: #D9D69B;
}
</style>
background-color css
<style>
a { background-color: #D9D69B; }
a { background-color: rgb(217,214,155); }
div.DivClassName
{
background-color: #D9D69B;
}
.BgClassName
{
background-color: #D9D69B;
}
</style>
border-color css
<style>
span { border-color: #D9D69B; }
span { border-color: rgb(217,214,155); }
td.TdClassName
{
border-color: #D9D69B;
}
.TagClassName
{
border-color: #D9D69B;
}
</style>