Color Hex Logo

#dfa51f Color Hex

#DFA51F
(223,165,31)
0 Favorites   0 Comments

Color spaces of #dfa51f

RGB 22316531
HSL0.120.760.50
HSV42°86°87°
CMYK 0.000.260.86   0.13
XYZ44.133942.69727.2116
Yxy42.69720.46930.4540
Hunter Lab65.34316.211739.1966
CIE-Lab71.349010.677469.6821

#dfa51f color RGB value is (223,165,31).

#dfa51f hex color red value is 223, green value is 165 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #dfa51f hue: 0.12 , saturation: 0.76 and the lightness value of dfa51f is 0.50.

The process color (four color CMYK) of #dfa51f color hex is 0.00, 0.26, 0.86, 0.13. Web safe color of #dfa51f is #cc9933. Color #dfa51f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100101 00011111
Octal 337 245 37
Decimal 223 165 31
Hex DF A5 1F

RGB Percentages of Color #dfa51f

%53.22
%39.38
%7.40

CMYK Percentages of Color #dfa51f

%0
%26
%86
%13

Triadic Colors of #dfa51f

#dfa51f #1fdfa5 #a51fdf

Analogous Colors of #dfa51f

#dfa51f #b9df1f #df451f

Monochromatic Colors of #dfa51f

#dfa51f

Complementary Color

#dfa51f #1f59df

#dfa51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa51f Color CSS Codes

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

#dfa51f Text Font Color

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

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


#dfa51f Background Color

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

This div background color is #dfa51f


#dfa51f Border Color

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

This div border color is #dfa51f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa51f


Comments

No comments written yet.

Please login to write comment.