Color Hex Logo

#dfa513 Color Hex

#DFA513
(223,165,19)
0 Favorites   0 Comments

Color spaces of #dfa513

RGB 22316519
HSL0.120.840.47
HSV43°91°87°
CMYK 0.000.260.91   0.13
XYZ44.004142.64536.5282
Yxy42.64530.47230.4577
Hunter Lab65.30345.999839.7853
CIE-Lab71.313610.450072.2624

#dfa513 color RGB value is (223,165,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100101 00010011
Octal 337 245 23
Decimal 223 165 19
Hex DF A5 13

RGB Percentages of Color #dfa513

%54.79
%40.54
%4.67

CMYK Percentages of Color #dfa513

%0
%26
%91
%13

Triadic Colors of #dfa513

#dfa513 #13dfa5 #a513df

Analogous Colors of #dfa513

#dfa513 #b3df13 #df3f13

Monochromatic Colors of #dfa513

#dfa513

Complementary Color

#dfa513 #134ddf

#dfa513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa513 Color CSS Codes

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

#dfa513 Text Font Color

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

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


#dfa513 Background Color

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

This div background color is #dfa513


#dfa513 Border Color

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

This div border color is #dfa513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa513


Comments

No comments written yet.

Please login to write comment.