Color Hex Logo

#dfa10f Color Hex

#DFA10F
(223,161,15)
0 Favorites   0 Comments

Color spaces of #dfa10f

RGB 22316115
HSL0.120.870.47
HSV42°93°87°
CMYK 0.000.280.93   0.13
XYZ43.262541.21226.1265
Yxy41.21220.47750.4549
Hunter Lab64.19677.947839.2795
CIE-Lab70.324312.528772.1965

#dfa10f color RGB value is (223,161,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 00001111
Octal 337 241 17
Decimal 223 161 15
Hex DF A1 F

RGB Percentages of Color #dfa10f

%55.89
%40.35
%3.76

CMYK Percentages of Color #dfa10f

%0
%28
%93
%13

Triadic Colors of #dfa10f

#dfa10f #0fdfa1 #a10fdf

Analogous Colors of #dfa10f

#dfa10f #b5df0f #df390f

Monochromatic Colors of #dfa10f

#dfa10f

Complementary Color

#dfa10f #0f4ddf

#dfa10f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa10f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa10f Color CSS Codes

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

#dfa10f Text Font Color

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

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


#dfa10f Background Color

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

This div background color is #dfa10f


#dfa10f Border Color

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

This div border color is #dfa10f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa10f


Comments

No comments written yet.

Please login to write comment.