Color Hex Logo

#dfa410 Color Hex

#DFA410
(223,164,16)
0 Favorites   0 Comments

Color spaces of #dfa410

RGB 22316416
HSL0.120.870.47
HSV43°93°87°
CMYK 0.000.260.93   0.13
XYZ43.800442.27636.3418
Yxy42.27630.47390.4574
Hunter Lab65.02026.459839.7313
CIE-Lab71.061010.940972.5792

#dfa410 color RGB value is (223,164,16).

#dfa410 hex color red value is 223, green value is 164 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #dfa410 hue: 0.12 , saturation: 0.87 and the lightness value of dfa410 is 0.47.

The process color (four color CMYK) of #dfa410 color hex is 0.00, 0.26, 0.93, 0.13. Web safe color of #dfa410 is #cc9900. Color #dfa410 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 00010000
Octal 337 244 20
Decimal 223 164 16
Hex DF A4 10

RGB Percentages of Color #dfa410

%55.33
%40.69
%3.97

CMYK Percentages of Color #dfa410

%0
%26
%93
%13

Triadic Colors of #dfa410

#dfa410 #10dfa4 #a410df

Analogous Colors of #dfa410

#dfa410 #b3df10 #df3d10

Monochromatic Colors of #dfa410

#dfa410

Complementary Color

#dfa410 #104bdf

#dfa410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa410 Color CSS Codes

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

#dfa410 Text Font Color

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

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


#dfa410 Background Color

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

This div background color is #dfa410


#dfa410 Border Color

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

This div border color is #dfa410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa410


Comments

No comments written yet.

Please login to write comment.