Color Hex Logo

#dfa07a Color Hex

#DFA07A
(223,160,122)
0 Favorites   0 Comments

Color spaces of #dfa07a

RGB 223160122
HSL0.060.610.68
HSV23°45°87°
CMYK 0.000.280.45   0.13
XYZ46.515142.234724.1129
Yxy42.23470.41210.3742
Hunter Lab64.988214.031423.4931
CIE-Lab71.032418.883529.0538

#dfa07a color RGB value is (223,160,122).

#dfa07a hex color red value is 223, green value is 160 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dfa07a hue: 0.06 , saturation: 0.61 and the lightness value of dfa07a is 0.68.

The process color (four color CMYK) of #dfa07a color hex is 0.00, 0.28, 0.45, 0.13. Web safe color of #dfa07a is #cc9966. Color #dfa07a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100000 01111010
Octal 337 240 172
Decimal 223 160 122
Hex DF A0 7A

RGB Percentages of Color #dfa07a

%44.16
%31.68
%24.16

CMYK Percentages of Color #dfa07a

%0
%28
%45
%13

Triadic Colors of #dfa07a

#dfa07a #7adfa0 #a07adf

Analogous Colors of #dfa07a

#dfa07a #dfd37a #df7a87

Monochromatic Colors of #dfa07a

#dfa07a

Complementary Color

#dfa07a #7ab9df

#dfa07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa07a Color CSS Codes

.mybgcolor {background-color:#dfa07a; } 
.myforecolor {color:#dfa07a; }
.mybordercolor {border:3px solid #dfa07a; }

#dfa07a Text Font Color

<p style="color:#dfa07a">Text here</p>

This sample text font color is #dfa07a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dfa07a Background Color

<div style="background-color:#dfa07a">
Div content here</div>

This div background color is #dfa07a


#dfa07a Border Color

<div style="border:3px solid #dfa07a">
Div here</div>

This div border color is #dfa07a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,160,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfa07a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfa07a;
  -webkit-box-shadow: 1px 1px 3px 2px #dfa07a;
  box-shadow:         1px 1px 3px 2px #dfa07a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,160,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfa07a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dfa07a;
  -webkit-box-shadow: 1px 1px 3px 2px #dfa07a;
  box-shadow:         1px 1px 3px 2px #dfa07a;">
Div content here</div>

This div box has shadow with color #dfa07a


Comments

No comments written yet.

Please login to write comment.