Color Hex Logo

#dfa728 Color Hex

#DFA728
(223,167,40)
0 Favorites   0 Comments

Color spaces of #dfa728

RGB 22316740
HSL0.120.740.52
HSV42°82°87°
CMYK 0.000.250.82   0.13
XYZ44.633143.47868.0473
Yxy43.47860.46420.4522
Hunter Lab65.93835.433238.9209
CIE-Lab71.87869.848867.5830

#dfa728 color RGB value is (223,167,40).

#dfa728 hex color red value is 223, green value is 167 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #dfa728 hue: 0.12 , saturation: 0.74 and the lightness value of dfa728 is 0.52.

The process color (four color CMYK) of #dfa728 color hex is 0.00, 0.25, 0.82, 0.13. Web safe color of #dfa728 is #cc9933. Color #dfa728 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 00101000
Octal 337 247 50
Decimal 223 167 40
Hex DF A7 28

RGB Percentages of Color #dfa728

%51.86
%38.84
%9.30

CMYK Percentages of Color #dfa728

%0
%25
%82
%13

Triadic Colors of #dfa728

#dfa728 #28dfa7 #a728df

Analogous Colors of #dfa728

#dfa728 #bcdf28 #df4c28

Monochromatic Colors of #dfa728

#dfa728

Complementary Color

#dfa728 #2860df

#dfa728 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa728 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa728 Color CSS Codes

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

#dfa728 Text Font Color

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

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


#dfa728 Background Color

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

This div background color is #dfa728


#dfa728 Border Color

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

This div border color is #dfa728


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa728


Comments

No comments written yet.

Please login to write comment.