Color Hex Logo

#dfa32d Color Hex

#DFA32D
(223,163,45)
0 Favorites   0 Comments

Color spaces of #dfa32d

RGB 22316345
HSL0.110.740.53
HSV40°80°87°
CMYK 0.000.270.80   0.13
XYZ44.002342.07188.2841
Yxy42.07180.46630.4459
Hunter Lab64.86287.582937.8316
CIE-Lab70.920412.139465.1156

#dfa32d color RGB value is (223,163,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100011 00101101
Octal 337 243 55
Decimal 223 163 45
Hex DF A3 2D

RGB Percentages of Color #dfa32d

%51.74
%37.82
%10.44

CMYK Percentages of Color #dfa32d

%0
%27
%80
%13

Triadic Colors of #dfa32d

#dfa32d #2ddfa3 #a32ddf

Analogous Colors of #dfa32d

#dfa32d #c2df2d #df4a2d

Monochromatic Colors of #dfa32d

#dfa32d

Complementary Color

#dfa32d #2d69df

#dfa32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa32d Color CSS Codes

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

#dfa32d Text Font Color

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

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


#dfa32d Background Color

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

This div background color is #dfa32d


#dfa32d Border Color

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

This div border color is #dfa32d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa32d


Comments

No comments written yet.

Please login to write comment.