Color Hex Logo

#dfa476 Color Hex

#DFA476
(223,164,118)
0 Favorites   0 Comments

Color spaces of #dfa476

RGB 223164118
HSL0.070.620.67
HSV26°47°87°
CMYK 0.000.260.47   0.13
XYZ46.976943.546923.0690
Yxy43.54690.41360.3834
Hunter Lab65.990111.587625.4663
CIE-Lab71.924616.337632.3640

#dfa476 color RGB value is (223,164,118).

#dfa476 hex color red value is 223, green value is 164 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #dfa476 hue: 0.07 , saturation: 0.62 and the lightness value of dfa476 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 01110110
Octal 337 244 166
Decimal 223 164 118
Hex DF A4 76

RGB Percentages of Color #dfa476

%44.16
%32.48
%23.37

CMYK Percentages of Color #dfa476

%0
%26
%47
%13

Triadic Colors of #dfa476

#dfa476 #76dfa4 #a476df

Analogous Colors of #dfa476

#dfa476 #dfd976 #df767d

Monochromatic Colors of #dfa476

#dfa476

Complementary Color

#dfa476 #76b1df

#dfa476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa476 Color CSS Codes

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

#dfa476 Text Font Color

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

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


#dfa476 Background Color

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

This div background color is #dfa476


#dfa476 Border Color

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

This div border color is #dfa476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa476


Comments

No comments written yet.

Please login to write comment.