Color Hex Logo

#dfa139 Color Hex

#DFA139
(223,161,57)
0 Favorites   0 Comments

Color spaces of #dfa139

RGB 22316157
HSL0.100.720.55
HSV38°74°87°
CMYK 0.000.280.74   0.13
XYZ43.914841.47319.5614
Yxy41.47310.46250.4368
Hunter Lab64.39969.021836.2770
CIE-Lab70.506113.668660.2522

#dfa139 color RGB value is (223,161,57).

#dfa139 hex color red value is 223, green value is 161 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #dfa139 hue: 0.10 , saturation: 0.72 and the lightness value of dfa139 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 00111001
Octal 337 241 71
Decimal 223 161 57
Hex DF A1 39

RGB Percentages of Color #dfa139

%50.57
%36.51
%12.93

CMYK Percentages of Color #dfa139

%0
%28
%74
%13

Triadic Colors of #dfa139

#dfa139 #39dfa1 #a139df

Analogous Colors of #dfa139

#dfa139 #cadf39 #df4e39

Monochromatic Colors of #dfa139

#dfa139

Complementary Color

#dfa139 #3977df

#dfa139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa139 Color CSS Codes

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

#dfa139 Text Font Color

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

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


#dfa139 Background Color

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

This div background color is #dfa139


#dfa139 Border Color

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

This div border color is #dfa139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa139


Comments

No comments written yet.

Please login to write comment.