Color Hex Logo

#dfa70e Color Hex

#DFA70E
(223,167,14)
0 Favorites   0 Comments

Color spaces of #dfa70e

RGB 22316714
HSL0.120.880.46
HSV44°94°87°
CMYK 0.000.250.94   0.13
XYZ44.329443.35716.4478
Yxy43.35710.47090.4606
Hunter Lab65.84614.940440.2865
CIE-Lab71.79679.318573.4180

#dfa70e color RGB value is (223,167,14).

#dfa70e hex color red value is 223, green value is 167 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dfa70e hue: 0.12 , saturation: 0.88 and the lightness value of dfa70e is 0.46.

The process color (four color CMYK) of #dfa70e color hex is 0.00, 0.25, 0.94, 0.13. Web safe color of #dfa70e is #cc9900. Color #dfa70e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 00001110
Octal 337 247 16
Decimal 223 167 14
Hex DF A7 E

RGB Percentages of Color #dfa70e

%55.20
%41.34
%3.47

CMYK Percentages of Color #dfa70e

%0
%25
%94
%13

Triadic Colors of #dfa70e

#dfa70e #0edfa7 #a70edf

Analogous Colors of #dfa70e

#dfa70e #afdf0e #df3f0e

Monochromatic Colors of #dfa70e

#dfa70e

Complementary Color

#dfa70e #0e46df

#dfa70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa70e Color CSS Codes

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

#dfa70e Text Font Color

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

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


#dfa70e Background Color

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

This div background color is #dfa70e


#dfa70e Border Color

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

This div border color is #dfa70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa70e


Comments

No comments written yet.

Please login to write comment.