Color Hex Logo

#dfa047 Color Hex

#DFA047
(223,160,71)
0 Favorites   0 Comments

Color spaces of #dfa047

RGB 22316071
HSL0.100.700.58
HSV35°68°87°
CMYK 0.000.280.68   0.13
XYZ44.139641.284511.6035
Yxy41.28450.45490.4255
Hunter Lab64.253010.180634.2699
CIE-Lab70.374814.893154.1007

#dfa047 color RGB value is (223,160,71).

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

The process color (four color CMYK) of #dfa047 color hex is 0.00, 0.28, 0.68, 0.13. Web safe color of #dfa047 is #cc9933. Color #dfa047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100000 01000111
Octal 337 240 107
Decimal 223 160 71
Hex DF A0 47

RGB Percentages of Color #dfa047

%49.12
%35.24
%15.64

CMYK Percentages of Color #dfa047

%0
%28
%68
%13

Triadic Colors of #dfa047

#dfa047 #47dfa0 #a047df

Analogous Colors of #dfa047

#dfa047 #d2df47 #df5447

Monochromatic Colors of #dfa047

#dfa047

Complementary Color

#dfa047 #4786df

#dfa047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa047 Color CSS Codes

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

#dfa047 Text Font Color

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

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


#dfa047 Background Color

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

This div background color is #dfa047


#dfa047 Border Color

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

This div border color is #dfa047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa047


Comments

No comments written yet.

Please login to write comment.