Color Hex Logo

#dfa44d Color Hex

#DFA44D
(223,164,77)
0 Favorites   0 Comments

Color spaces of #dfa44d

RGB 22316477
HSL0.100.700.59
HSV36°65°87°
CMYK 0.000.260.65   0.13
XYZ45.046442.774712.9033
Yxy42.77470.44720.4247
Hunter Lab65.40248.489134.0843
CIE-Lab71.401813.099952.4553

#dfa44d color RGB value is (223,164,77).

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

The process color (four color CMYK) of #dfa44d color hex is 0.00, 0.26, 0.65, 0.13. Web safe color of #dfa44d is #cc9966. Color #dfa44d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 01001101
Octal 337 244 115
Decimal 223 164 77
Hex DF A4 4D

RGB Percentages of Color #dfa44d

%48.06
%35.34
%16.59

CMYK Percentages of Color #dfa44d

%0
%26
%65
%13

Triadic Colors of #dfa44d

#dfa44d #4ddfa4 #a44ddf

Analogous Colors of #dfa44d

#dfa44d #d1df4d #df5b4d

Monochromatic Colors of #dfa44d

#dfa44d

Complementary Color

#dfa44d #4d88df

#dfa44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa44d Color CSS Codes

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

#dfa44d Text Font Color

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

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


#dfa44d Background Color

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

This div background color is #dfa44d


#dfa44d Border Color

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

This div border color is #dfa44d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa44d


Comments

No comments written yet.

Please login to write comment.