Color Hex Logo

#dfa07b Color Hex

#DFA07B
(223,160,123)
0 Favorites   0 Comments

Color spaces of #dfa07b

RGB 223160123
HSL0.060.610.68
HSV22°45°87°
CMYK 0.000.280.45   0.13
XYZ46.577442.259624.4409
Yxy42.25960.41120.3731
Hunter Lab65.007414.131323.2138
CIE-Lab71.049518.985628.5371

#dfa07b color RGB value is (223,160,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100000 01111011
Octal 337 240 173
Decimal 223 160 123
Hex DF A0 7B

RGB Percentages of Color #dfa07b

%44.07
%31.62
%24.31

CMYK Percentages of Color #dfa07b

%0
%28
%45
%13

Triadic Colors of #dfa07b

#dfa07b #7bdfa0 #a07bdf

Analogous Colors of #dfa07b

#dfa07b #dfd27b #df7b88

Monochromatic Colors of #dfa07b

#dfa07b

Complementary Color

#dfa07b #7bbadf

#dfa07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa07b Color CSS Codes

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

#dfa07b Text Font Color

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

This sample text font color is #dfa07b
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.


#dfa07b Background Color

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

This div background color is #dfa07b


#dfa07b Border Color

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

This div border color is #dfa07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa07b


Comments

No comments written yet.

Please login to write comment.