#DFD6AD

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

Shades of Mint Julep #DFD6AD

Tints of Mint Julep #DFD6AD

Color information

#DFD6AD (or 0xDFD6AD) is unknown color: approx Mint Julep. HEX triplet: DF, D6 and AD. RGB value is (223,214,173). Sum of RGB (Red+Green+Blue) = 223+214+173=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD6AD is #202952. Grayscale: #D4D4D4. Windows color (decimal): -2107731 or 11392735. OLE color: 11392735.

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

Color convert

RGB223214173-
CMYK00.040.220.13
HSL49.2º43.86%77.65%-
HSV(B)49.2º22.42%87.45%-
XYZ62.0266.849.16-
YUV212.02105.98135.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.56%
GREEN value IS 214 (83.98% from 255) = 35.08%
BLUE value IS 173 (67.97% from 255) = 28.36%
R=36.56%
G=35.08%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321417300.040.220.1349.243.8677.65
HexDFD6AD0416D312c4e
Octal3373262550426156154116
Binary11011111110101101010110101001011011011100011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6AD; }

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

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

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

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

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

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

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

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