Color Hex Logo

#dfa127 Color Hex

#DFA127
(223,161,39)
0 Favorites   0 Comments

Color spaces of #dfa127

RGB 22316139
HSL0.110.740.51
HSV40°83°87°
CMYK 0.000.280.83   0.13
XYZ43.542541.32427.6009
Yxy41.32420.47090.4469
Hunter Lab64.28398.409637.9883
CIE-Lab70.402513.019966.6195

#dfa127 color RGB value is (223,161,39).

#dfa127 hex color red value is 223, green value is 161 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #dfa127 hue: 0.11 , saturation: 0.74 and the lightness value of dfa127 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 00100111
Octal 337 241 47
Decimal 223 161 39
Hex DF A1 27

RGB Percentages of Color #dfa127

%52.72
%38.06
%9.22

CMYK Percentages of Color #dfa127

%0
%28
%83
%13

Triadic Colors of #dfa127

#dfa127 #27dfa1 #a127df

Analogous Colors of #dfa127

#dfa127 #c1df27 #df4527

Monochromatic Colors of #dfa127

#dfa127

Complementary Color

#dfa127 #2765df

#dfa127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa127 Color CSS Codes

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

#dfa127 Text Font Color

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

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


#dfa127 Background Color

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

This div background color is #dfa127


#dfa127 Border Color

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

This div border color is #dfa127


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa127


Comments

No comments written yet.

Please login to write comment.