Color Hex Logo

#dfa413 Color Hex

#DFA413
(223,164,19)
0 Favorites   0 Comments

Color spaces of #dfa413

RGB 22316419
HSL0.120.840.47
HSV43°91°87°
CMYK 0.000.260.91   0.13
XYZ43.824442.28596.4683
Yxy42.28590.47340.4568
Hunter Lab65.02766.499139.6217
CIE-Lab71.067610.983072.0784

#dfa413 color RGB value is (223,164,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 00010011
Octal 337 244 23
Decimal 223 164 19
Hex DF A4 13

RGB Percentages of Color #dfa413

%54.93
%40.39
%4.68

CMYK Percentages of Color #dfa413

%0
%26
%91
%13

Triadic Colors of #dfa413

#dfa413 #13dfa4 #a413df

Analogous Colors of #dfa413

#dfa413 #b4df13 #df3e13

Monochromatic Colors of #dfa413

#dfa413

Complementary Color

#dfa413 #134edf

#dfa413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa413 Color CSS Codes

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

#dfa413 Text Font Color

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

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


#dfa413 Background Color

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

This div background color is #dfa413


#dfa413 Border Color

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

This div border color is #dfa413


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,164,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 #dfa413">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa413


Comments

No comments written yet.

Please login to write comment.