#DFD7A0

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

Shades of Mint Julep #DFD7A0

Tints of Mint Julep #DFD7A0

Color information

#DFD7A0 (or 0xDFD7A0) is unknown color: approx Mint Julep. HEX triplet: DF, D7 and A0. RGB value is (223,215,160). Sum of RGB (Red+Green+Blue) = 223+215+160=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD7A0 is #20285F. Grayscale: #D3D3D3. Windows color (decimal): -2107488 or 10541023. OLE color: 10541023.

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

Color convert

RGB223215160-
CMYK00.040.280.13
HSL52.38º49.61%75.1%-
HSV(B)52.38º28.25%87.45%-
XYZ61.0866.8342.94-
YUV211.1299.15136.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.29%
GREEN value IS 215 (84.38% from 255) = 35.95%
BLUE value IS 160 (62.89% from 255) = 26.76%
R=37.29%
G=35.95%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321516000.040.280.1352.3849.6175.1
HexDFD7A0041CD34324b
Octal3373272400434156462113
Binary11011111110101111010000001001110011011101001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD7A0; }

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

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

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

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

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

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

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

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