Color Hex Logo

#dfa42d Color Hex

#DFA42D
(223,164,45)
0 Favorites   0 Comments

Color spaces of #dfa42d

RGB 22316445
HSL0.110.740.53
HSV40°80°87°
CMYK 0.000.260.80   0.13
XYZ44.180542.42848.3435
Yxy42.42840.46530.4468
Hunter Lab65.13717.081238.0014
CIE-Lab71.165311.605365.3357

#dfa42d color RGB value is (223,164,45).

#dfa42d hex color red value is 223, green value is 164 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dfa42d hue: 0.11 , saturation: 0.74 and the lightness value of dfa42d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 00101101
Octal 337 244 55
Decimal 223 164 45
Hex DF A4 2D

RGB Percentages of Color #dfa42d

%51.62
%37.96
%10.42

CMYK Percentages of Color #dfa42d

%0
%26
%80
%13

Triadic Colors of #dfa42d

#dfa42d #2ddfa4 #a42ddf

Analogous Colors of #dfa42d

#dfa42d #c1df2d #df4b2d

Monochromatic Colors of #dfa42d

#dfa42d

Complementary Color

#dfa42d #2d68df

#dfa42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa42d Color CSS Codes

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

#dfa42d Text Font Color

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

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


#dfa42d Background Color

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

This div background color is #dfa42d


#dfa42d Border Color

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

This div border color is #dfa42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa42d


Comments

No comments written yet.

Please login to write comment.