Shades of Mint Julep #D5D69F
Tints of Mint Julep #D5D69F
RGB
CMYK
RGB Variations
Color information
#D5D69F (or 0xD5D69F) is known color: Mint Julep. HEX triplet: D5, D6 and 9F. RGB value is (213,214,159). Sum of RGB (Red+Green+Blue) = 213+214+159=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 159 (62.5% from 255 or 27.13% from 586); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D69F is #2A2960. Grayscale: #CFCFCF. Windows color (decimal): -2763105 or 10475221. OLE color: 10475221.
HSL color Cylindrical-coordinate representation of color #D5D69F: hue angle of 61.09º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5D69F is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 159 | - |
| CMYK | 0.00 | 0 | 0.26 | 0.16 |
| HSL | 61.09º | 0.4% | 0.73% | - |
| HSV(B) | 61.09º | 0.26% | 0.84% | - |
| XYZ | 57.75 | 64.74 | 42.25 | - |
| YUV | 207.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 159 | 0.00 | 0 | 0.26 | 0.16 | 61.09 | 0.4 | 0.73 |
| Hex | D5 | D6 | 9F | 0 | 0 | 1A | 10 | 3D | 28 | 49 |
| Octal | 325 | 326 | 237 | 0 | 0 | 32 | 20 | 75 | 50 | 111 |
| Binary | 11010101 | 11010110 | 10011111 | 0 | 0 | 11010 | 10000 | 111101 | 101000 | 1001001 |
Color Harmonies of #D5D69F
Complementary color
Monochromatic Colors of #D5D69F
Black with #D5D69F
Text Example
Text Example
White with #D5D69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D69F; }
p { color: rgb(213,214,159); }
H1.HeaderClassName
{
color: #D5D69F;
}
.AnyTagClassName
{
color: #D5D69F;
}
</style>
background-color css
<style>
a { background-color: #D5D69F; }
a { background-color: rgb(213,214,159); }
div.DivClassName
{
background-color: #D5D69F;
}
.BgClassName
{
background-color: #D5D69F;
}
</style>
border-color css
<style>
span { border-color: #D5D69F; }
span { border-color: rgb(213,214,159); }
td.TdClassName
{
border-color: #D5D69F;
}
.TagClassName
{
border-color: #D5D69F;
}
</style>