#DFD6AC

Color #DFD6AC Mint Julep (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Julep #DFD6AC

Tints of Mint Julep #DFD6AC

Color information

#DFD6AC (or 0xDFD6AC) is unknown color: approx Mint Julep. HEX triplet: DF, D6 and AC. RGB value is (223,214,172). Sum of RGB (Red+Green+Blue) = 223+214+172=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD6AC is #202953. Grayscale: #D4D4D4. Windows color (decimal): -2107732 or 11327199. OLE color: 11327199.

HSL color Cylindrical-coordinate representation of color #DFD6AC: hue angle of 49.41º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFD6AC is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223214172-
CMYK00.040.230.13
HSL49.41º44.35%77.45%-
HSV(B)49.41º22.87%87.45%-
XYZ61.9266.7648.65-
YUV211.9105.48135.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 36.62%
GREEN value IS 214 (83.98% from 255) = 35.14%
BLUE value IS 172 (67.58% from 255) = 28.24%
R=36.62%
G=35.14%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321417200.040.230.1349.4144.3577.45
HexDFD6AC0417D312c4d
Octal3373262540427156154115
Binary11011111110101101010110001001011111011100011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6AC; }

 p { color: rgb(223,214,172); }

 H1.HeaderClassName
 {
   color: #DFD6AC;
 }
 .AnyTagClassName
 {
   color: #DFD6AC;
 }
</style>
background-color css

<style>
 a { background-color: #DFD6AC; }

 a { background-color: rgb(223,214,172); }

 div.DivClassName
 {
   background-color: #DFD6AC;
 }
 .BgClassName
 {
   background-color: #DFD6AC;
 }
</style>
border-color css

<style>
 span { border-color: #DFD6AC; }

 span { border-color: rgb(223,214,172); }

 td.TdClassName
 {
   border-color: #DFD6AC;
 }
 .TagClassName
 {
   border-color: #DFD6AC;
 }
</style>