Shades of Mint Julep #DFDCA4
Tints of Mint Julep #DFDCA4
RGB
CMYK
RGB Variations
Color information
#DFDCA4 (or 0xDFDCA4) is known color: Mint Julep. HEX triplet: DF, DC and A4. RGB value is (223,220,164). Sum of RGB (Red+Green+Blue) = 223+220+164=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 164 (64.45% from 255 or 27.02% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDCA4 is #20235B. Grayscale: #D6D6D6. Windows color (decimal): -2106204 or 10804447. OLE color: 10804447.
HSL color Cylindrical-coordinate representation of color #DFDCA4: hue angle of 56.95º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFDCA4 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 164 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.13 |
| HSL | 56.95º | 0.48% | 0.76% | - |
| HSV(B) | 56.95º | 0.26% | 0.87% | - |
| XYZ | 62.73 | 69.55 | 45.24 | - |
| YUV | 214.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 164 | 0 | 0.01 | 0.26 | 0.13 | 56.95 | 0.48 | 0.76 |
| Hex | DF | DC | A4 | 0 | 1 | 1A | D | 39 | 30 | 4C |
| Octal | 337 | 334 | 244 | 0 | 1 | 32 | 15 | 71 | 60 | 114 |
| Binary | 11011111 | 11011100 | 10100100 | 0 | 1 | 11010 | 1101 | 111001 | 110000 | 1001100 |
Color Harmonies of #DFDCA4
Complementary color
Monochromatic Colors of #DFDCA4
Black with #DFDCA4
Text Example
Text Example
White with #DFDCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCA4; }
p { color: rgb(223,220,164); }
H1.HeaderClassName
{
color: #DFDCA4;
}
.AnyTagClassName
{
color: #DFDCA4;
}
</style>
background-color css
<style>
a { background-color: #DFDCA4; }
a { background-color: rgb(223,220,164); }
div.DivClassName
{
background-color: #DFDCA4;
}
.BgClassName
{
background-color: #DFDCA4;
}
</style>
border-color css
<style>
span { border-color: #DFDCA4; }
span { border-color: rgb(223,220,164); }
td.TdClassName
{
border-color: #DFDCA4;
}
.TagClassName
{
border-color: #DFDCA4;
}
</style>