Color Hex Logo

#dfa048 Color Hex

#DFA048
(223,160,72)
0 Favorites   0 Comments

Color spaces of #dfa048

RGB 22316072
HSL0.100.700.58
HSV35°68°87°
CMYK 0.000.280.68   0.13
XYZ44.171941.297511.7740
Yxy41.29750.45420.4247
Hunter Lab64.263110.233334.1213
CIE-Lab70.383914.948453.6541

#dfa048 color RGB value is (223,160,72).

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

The process color (four color CMYK) of #dfa048 color hex is 0.00, 0.28, 0.68, 0.13. Web safe color of #dfa048 is #cc9933. Color #dfa048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100000 01001000
Octal 337 240 110
Decimal 223 160 72
Hex DF A0 48

RGB Percentages of Color #dfa048

%49.01
%35.16
%15.82

CMYK Percentages of Color #dfa048

%0
%28
%68
%13

Triadic Colors of #dfa048

#dfa048 #48dfa0 #a048df

Analogous Colors of #dfa048

#dfa048 #d3df48 #df5448

Monochromatic Colors of #dfa048

#dfa048

Complementary Color

#dfa048 #4887df

#dfa048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa048 Color CSS Codes

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

#dfa048 Text Font Color

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

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


#dfa048 Background Color

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

This div background color is #dfa048


#dfa048 Border Color

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

This div border color is #dfa048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa048


Comments

No comments written yet.

Please login to write comment.