Color Hex Logo

#dfa64a Color Hex

#DFA64A
(223,166,74)
0 Favorites   0 Comments

Color spaces of #dfa64a

RGB 22316674
HSL0.100.700.58
HSV37°67°87°
CMYK 0.000.260.67   0.13
XYZ45.303743.454812.4784
Yxy43.45480.44750.4292
Hunter Lab65.92037.313734.9209
CIE-Lab71.862611.854654.3401

#dfa64a color RGB value is (223,166,74).

#dfa64a hex color red value is 223, green value is 166 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dfa64a hue: 0.10 , saturation: 0.70 and the lightness value of dfa64a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100110 01001010
Octal 337 246 112
Decimal 223 166 74
Hex DF A6 4A

RGB Percentages of Color #dfa64a

%48.16
%35.85
%15.98

CMYK Percentages of Color #dfa64a

%0
%26
%67
%13

Triadic Colors of #dfa64a

#dfa64a #4adfa6 #a64adf

Analogous Colors of #dfa64a

#dfa64a #cedf4a #df5c4a

Monochromatic Colors of #dfa64a

#dfa64a

Complementary Color

#dfa64a #4a83df

#dfa64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa64a Color CSS Codes

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

#dfa64a Text Font Color

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

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


#dfa64a Background Color

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

This div background color is #dfa64a


#dfa64a Border Color

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

This div border color is #dfa64a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa64a


Comments

No comments written yet.

Please login to write comment.