Color Hex Logo

#dfa786 Color Hex

#DFA786
(223,167,134)
0 Favorites   0 Comments

Color spaces of #dfa786

RGB 223167134
HSL0.060.580.70
HSV22°40°87°
CMYK 0.000.250.40   0.13
XYZ48.553245.046628.6901
Yxy45.04660.39700.3684
Hunter Lab67.116811.675021.6373
CIE-Lab72.922616.409125.0953

#dfa786 color RGB value is (223,167,134).

#dfa786 hex color red value is 223, green value is 167 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #dfa786 hue: 0.06 , saturation: 0.58 and the lightness value of dfa786 is 0.70.

The process color (four color CMYK) of #dfa786 color hex is 0.00, 0.25, 0.40, 0.13. Web safe color of #dfa786 is #cc9999. Color #dfa786 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 10000110
Octal 337 247 206
Decimal 223 167 134
Hex DF A7 86

RGB Percentages of Color #dfa786

%42.56
%31.87
%25.57

CMYK Percentages of Color #dfa786

%0
%25
%40
%13

Triadic Colors of #dfa786

#dfa786 #86dfa7 #a786df

Analogous Colors of #dfa786

#dfa786 #dfd486 #df8692

Monochromatic Colors of #dfa786

#dfa786

Complementary Color

#dfa786 #86bedf

#dfa786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa786 Color CSS Codes

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

#dfa786 Text Font Color

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

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


#dfa786 Background Color

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

This div background color is #dfa786


#dfa786 Border Color

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

This div border color is #dfa786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa786


Comments

No comments written yet.

Please login to write comment.