Color Hex Logo

#dfa75a Color Hex

#DFA75A
(223,167,90)
0 Favorites   0 Comments

Color spaces of #dfa75a

RGB 22316790
HSL0.100.680.61
HSV35°60°87°
CMYK 0.000.250.60   0.13
XYZ46.095644.063615.7485
Yxy44.06360.43520.4161
Hunter Lab66.38047.787532.4000
CIE-Lab72.271012.356847.2074

#dfa75a color RGB value is (223,167,90).

#dfa75a hex color red value is 223, green value is 167 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dfa75a hue: 0.10 , saturation: 0.68 and the lightness value of dfa75a is 0.61.

The process color (four color CMYK) of #dfa75a color hex is 0.00, 0.25, 0.60, 0.13. Web safe color of #dfa75a is #cc9966. Color #dfa75a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 01011010
Octal 337 247 132
Decimal 223 167 90
Hex DF A7 5A

RGB Percentages of Color #dfa75a

%46.46
%34.79
%18.75

CMYK Percentages of Color #dfa75a

%0
%25
%60
%13

Triadic Colors of #dfa75a

#dfa75a #5adfa7 #a75adf

Analogous Colors of #dfa75a

#dfa75a #d5df5a #df655a

Monochromatic Colors of #dfa75a

#dfa75a

Complementary Color

#dfa75a #5a92df

#dfa75a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa75a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa75a Color CSS Codes

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

#dfa75a Text Font Color

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

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


#dfa75a Background Color

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

This div background color is #dfa75a


#dfa75a Border Color

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

This div border color is #dfa75a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa75a


Comments

No comments written yet.

Please login to write comment.