Shades of Mint Julep #D7D4A4
Tints of Mint Julep #D7D4A4
RGB
CMYK
RGB Variations
Color information
#D7D4A4 (or 0xD7D4A4) is known color: Mint Julep. HEX triplet: D7, D4 and A4. RGB value is (215,212,164). Sum of RGB (Red+Green+Blue) = 215+212+164=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 164 (64.45% from 255 or 27.75% from 591); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D4A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D4A4 is #282B5B. Grayscale: #CFCFCF. Windows color (decimal): -2632540 or 10802391. OLE color: 10802391.
HSL color Cylindrical-coordinate representation of color #D7D4A4: hue angle of 56.47º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7D4A4 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 212 | 164 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.16 |
| HSL | 56.47º | 0.39% | 0.74% | - |
| HSV(B) | 56.47º | 0.24% | 0.84% | - |
| XYZ | 58.27 | 64.21 | 44.45 | - |
| YUV | 207.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 164 | 0 | 0.01 | 0.24 | 0.16 | 56.47 | 0.39 | 0.74 |
| Hex | D7 | D4 | A4 | 0 | 1 | 18 | 10 | 38 | 27 | 4A |
| Octal | 327 | 324 | 244 | 0 | 1 | 30 | 20 | 70 | 47 | 112 |
| Binary | 11010111 | 11010100 | 10100100 | 0 | 1 | 11000 | 10000 | 111000 | 100111 | 1001010 |
Color Harmonies of #D7D4A4
Complementary color
Monochromatic Colors of #D7D4A4
Black with #D7D4A4
Text Example
Text Example
White with #D7D4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D4A4; }
p { color: rgb(215,212,164); }
H1.HeaderClassName
{
color: #D7D4A4;
}
.AnyTagClassName
{
color: #D7D4A4;
}
</style>
background-color css
<style>
a { background-color: #D7D4A4; }
a { background-color: rgb(215,212,164); }
div.DivClassName
{
background-color: #D7D4A4;
}
.BgClassName
{
background-color: #D7D4A4;
}
</style>
border-color css
<style>
span { border-color: #D7D4A4; }
span { border-color: rgb(215,212,164); }
td.TdClassName
{
border-color: #D7D4A4;
}
.TagClassName
{
border-color: #D7D4A4;
}
</style>