#DFD7AE

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

Shades of Mint Julep #DFD7AE

Tints of Mint Julep #DFD7AE

Color information

#DFD7AE (or 0xDFD7AE) is unknown color: approx Mint Julep. HEX triplet: DF, D7 and AE. RGB value is (223,215,174). Sum of RGB (Red+Green+Blue) = 223+215+174=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD7AE is #202851. Grayscale: #D4D4D4. Windows color (decimal): -2107474 or 11458527. OLE color: 11458527.

HSL color Cylindrical-coordinate representation of color #DFD7AE: hue angle of 50.2º degrees, saturation: 0.43, 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 #DFD7AE is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223215174-
CMYK00.040.220.13
HSL50.2º43.36%77.84%-
HSV(B)50.2º21.97%87.45%-
XYZ62.3767.3449.76-
YUV212.72106.15135.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 215 (84.38% from 255) = 35.13%
BLUE value IS 174 (68.36% from 255) = 28.43%
R=36.44%
G=35.13%
B=28.43%

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
Decimal22321517400.040.220.1350.243.3677.84
HexDFD7AE0416D322b4e
Octal3373272560426156253116
Binary11011111110101111010111001001011011011100101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD7AE; }

 p { color: rgb(223,215,174); }

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

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

 a { background-color: rgb(223,215,174); }

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

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

 span { border-color: rgb(223,215,174); }

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