Color Hex Logo

#dfa41d Color Hex

#DFA41D
(223,164,29)
0 Favorites   0 Comments

Color spaces of #dfa41d

RGB 22316429
HSL0.120.770.49
HSV42°87°87°
CMYK 0.000.260.87   0.13
XYZ43.928742.32767.0172
Yxy42.32760.47100.4538
Hunter Lab65.05976.669939.1469
CIE-Lab71.096211.165969.9800

#dfa41d color RGB value is (223,164,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 00011101
Octal 337 244 35
Decimal 223 164 29
Hex DF A4 1D

RGB Percentages of Color #dfa41d

%53.61
%39.42
%6.97

CMYK Percentages of Color #dfa41d

%0
%26
%87
%13

Triadic Colors of #dfa41d

#dfa41d #1ddfa4 #a41ddf

Analogous Colors of #dfa41d

#dfa41d #b9df1d #df431d

Monochromatic Colors of #dfa41d

#dfa41d

Complementary Color

#dfa41d #1d58df

#dfa41d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa41d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa41d Color CSS Codes

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

#dfa41d Text Font Color

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

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


#dfa41d Background Color

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

This div background color is #dfa41d


#dfa41d Border Color

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

This div border color is #dfa41d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa41d


Comments

No comments written yet.

Please login to write comment.