Color Hex Logo

#dfa34c Color Hex

#DFA34C
(223,163,76)
0 Favorites   0 Comments

Color spaces of #dfa34c

RGB 22316376
HSL0.100.700.59
HSV36°66°87°
CMYK 0.000.270.66   0.13
XYZ44.833142.404212.6593
Yxy42.40420.44880.4245
Hunter Lab65.11858.937134.0567
CIE-Lab71.148713.574552.6421

#dfa34c color RGB value is (223,163,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100011 01001100
Octal 337 243 114
Decimal 223 163 76
Hex DF A3 4C

RGB Percentages of Color #dfa34c

%48.27
%35.28
%16.45

CMYK Percentages of Color #dfa34c

%0
%27
%66
%13

Triadic Colors of #dfa34c

#dfa34c #4cdfa3 #a34cdf

Analogous Colors of #dfa34c

#dfa34c #d2df4c #df594c

Monochromatic Colors of #dfa34c

#dfa34c

Complementary Color

#dfa34c #4c88df

#dfa34c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa34c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa34c Color CSS Codes

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

#dfa34c Text Font Color

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

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


#dfa34c Background Color

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

This div background color is #dfa34c


#dfa34c Border Color

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

This div border color is #dfa34c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,163,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 #dfa34c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa34c


Comments

No comments written yet.

Please login to write comment.