Color Hex Logo

#dfa44c Color Hex

#DFA44C
(223,164,76)
0 Favorites   0 Comments

Color spaces of #dfa44c

RGB 22316476
HSL0.100.700.59
HSV36°66°87°
CMYK 0.000.260.66   0.13
XYZ45.011442.760712.7188
Yxy42.76070.44790.4255
Hunter Lab65.39178.432534.2422
CIE-Lab71.392313.040052.9094

#dfa44c color RGB value is (223,164,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 01001100
Octal 337 244 114
Decimal 223 164 76
Hex DF A4 4C

RGB Percentages of Color #dfa44c

%48.16
%35.42
%16.41

CMYK Percentages of Color #dfa44c

%0
%26
%66
%13

Triadic Colors of #dfa44c

#dfa44c #4cdfa4 #a44cdf

Analogous Colors of #dfa44c

#dfa44c #d1df4c #df5b4c

Monochromatic Colors of #dfa44c

#dfa44c

Complementary Color

#dfa44c #4c87df

#dfa44c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa44c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa44c Color CSS Codes

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

#dfa44c Text Font Color

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

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


#dfa44c Background Color

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

This div background color is #dfa44c


#dfa44c Border Color

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

This div border color is #dfa44c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa44c


Comments

No comments written yet.

Please login to write comment.