Color Hex Logo

#dfa51d Color Hex

#DFA51D
(223,165,29)
0 Favorites   0 Comments

Color spaces of #dfa51d

RGB 22316529
HSL0.120.770.49
HSV42°87°87°
CMYK 0.000.260.87   0.13
XYZ44.108342.68707.0770
Yxy42.68700.46990.4547
Hunter Lab65.33536.169839.3125
CIE-Lab71.342010.632570.1767

#dfa51d color RGB value is (223,165,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100101 00011101
Octal 337 245 35
Decimal 223 165 29
Hex DF A5 1D

RGB Percentages of Color #dfa51d

%53.48
%39.57
%6.95

CMYK Percentages of Color #dfa51d

%0
%26
%87
%13

Triadic Colors of #dfa51d

#dfa51d #1ddfa5 #a51ddf

Analogous Colors of #dfa51d

#dfa51d #b8df1d #df441d

Monochromatic Colors of #dfa51d

#dfa51d

Complementary Color

#dfa51d #1d57df

#dfa51d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa51d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa51d Color CSS Codes

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

#dfa51d Text Font Color

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

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


#dfa51d Background Color

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

This div background color is #dfa51d


#dfa51d Border Color

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

This div border color is #dfa51d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa51d


Comments

No comments written yet.

Please login to write comment.