Color Hex Logo

#dfa443 Color Hex

#DFA443
(223,164,67)
0 Favorites   0 Comments

Color spaces of #dfa443

RGB 22316467
HSL0.100.710.57
HSV37°70°87°
CMYK 0.000.260.70   0.13
XYZ44.720042.644111.1843
Yxy42.64410.45380.4327
Hunter Lab65.30257.959935.5572
CIE-Lab71.312712.539956.8737

#dfa443 color RGB value is (223,164,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 01000011
Octal 337 244 103
Decimal 223 164 67
Hex DF A4 43

RGB Percentages of Color #dfa443

%49.12
%36.12
%14.76

CMYK Percentages of Color #dfa443

%0
%26
%70
%13

Triadic Colors of #dfa443

#dfa443 #43dfa4 #a443df

Analogous Colors of #dfa443

#dfa443 #ccdf43 #df5643

Monochromatic Colors of #dfa443

#dfa443

Complementary Color

#dfa443 #437edf

#dfa443 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa443 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa443 Color CSS Codes

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

#dfa443 Text Font Color

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

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


#dfa443 Background Color

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

This div background color is #dfa443


#dfa443 Border Color

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

This div border color is #dfa443


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa443


Comments

No comments written yet.

Please login to write comment.