#DFD8AC

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

Shades of Mint Julep #DFD8AC

Tints of Mint Julep #DFD8AC

Color information

#DFD8AC (or 0xDFD8AC) is unknown color: approx Mint Julep. HEX triplet: DF, D8 and AC. RGB value is (223,216,172). Sum of RGB (Red+Green+Blue) = 223+216+172=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD8AC is #202753. Grayscale: #D5D5D5. Windows color (decimal): -2107220 or 11327711. OLE color: 11327711.

HSL color Cylindrical-coordinate representation of color #DFD8AC: hue angle of 51.76º 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 #DFD8AC is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223216172-
CMYK00.030.230.13
HSL51.76º44.35%77.45%-
HSV(B)51.76º22.87%87.45%-
XYZ62.4367.7848.82-
YUV213.08104.82135.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.50%
GREEN value IS 216 (84.77% from 255) = 35.35%
BLUE value IS 172 (67.58% from 255) = 28.15%
R=36.50%
G=35.35%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321617200.030.230.1351.7644.3577.45
HexDFD8AC0317D342c4d
Octal3373302540327156454115
Binary1101111111011000101011000111011111011101001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD8AC; }

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

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

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

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

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

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

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

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