Color Hex Logo

#dfa041 Color Hex

#DFA041
(223,160,65)
0 Favorites   0 Comments

Color spaces of #dfa041

RGB 22316065
HSL0.100.710.56
HSV36°71°87°
CMYK 0.000.280.71   0.13
XYZ43.956441.211210.6388
Yxy41.21120.45880.4302
Hunter Lab64.19609.880035.1114
CIE-Lab70.323614.577156.7166

#dfa041 color RGB value is (223,160,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100000 01000001
Octal 337 240 101
Decimal 223 160 65
Hex DF A0 41

RGB Percentages of Color #dfa041

%49.78
%35.71
%14.51

CMYK Percentages of Color #dfa041

%0
%28
%71
%13

Triadic Colors of #dfa041

#dfa041 #41dfa0 #a041df

Analogous Colors of #dfa041

#dfa041 #cfdf41 #df5141

Monochromatic Colors of #dfa041

#dfa041

Complementary Color

#dfa041 #4180df

#dfa041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa041 Color CSS Codes

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

#dfa041 Text Font Color

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

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


#dfa041 Background Color

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

This div background color is #dfa041


#dfa041 Border Color

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

This div border color is #dfa041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa041

#dfa041 Color Palettes


Comments

No comments written yet.

Please login to write comment.