Color Hex Logo

#dfa542 Color Hex

#DFA542
(223,165,66)
0 Favorites   0 Comments

Color spaces of #dfa542

RGB 22316566
HSL0.110.710.57
HSV38°70°87°
CMYK 0.000.260.70   0.13
XYZ44.869942.991611.0876
Yxy42.99160.45350.4345
Hunter Lab65.56807.408335.8716
CIE-Lab71.549311.954457.5523

#dfa542 color RGB value is (223,165,66).

#dfa542 hex color red value is 223, green value is 165 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #dfa542 hue: 0.11 , saturation: 0.71 and the lightness value of dfa542 is 0.57.

The process color (four color CMYK) of #dfa542 color hex is 0.00, 0.26, 0.70, 0.13. Web safe color of #dfa542 is #cc9933. Color #dfa542 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100101 01000010
Octal 337 245 102
Decimal 223 165 66
Hex DF A5 42

RGB Percentages of Color #dfa542

%49.12
%36.34
%14.54

CMYK Percentages of Color #dfa542

%0
%26
%70
%13

Triadic Colors of #dfa542

#dfa542 #42dfa5 #a542df

Analogous Colors of #dfa542

#dfa542 #cbdf42 #df5742

Monochromatic Colors of #dfa542

#dfa542

Complementary Color

#dfa542 #427cdf

#dfa542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa542 Color CSS Codes

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

#dfa542 Text Font Color

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

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


#dfa542 Background Color

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

This div background color is #dfa542


#dfa542 Border Color

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

This div border color is #dfa542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa542


Comments

No comments written yet.

Please login to write comment.