Color Hex Logo

#dfa72a Color Hex

#DFA72A
(223,167,42)
0 Favorites   0 Comments

Color spaces of #dfa72a

RGB 22316742
HSL0.120.740.52
HSV41°81°87°
CMYK 0.000.250.81   0.13
XYZ44.668143.49268.2311
Yxy43.49260.46340.4512
Hunter Lab65.94895.489938.7642
CIE-Lab71.88809.909766.9651

#dfa72a color RGB value is (223,167,42).

#dfa72a hex color red value is 223, green value is 167 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dfa72a hue: 0.12 , saturation: 0.74 and the lightness value of dfa72a is 0.52.

The process color (four color CMYK) of #dfa72a color hex is 0.00, 0.25, 0.81, 0.13. Web safe color of #dfa72a is #cc9933. Color #dfa72a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 00101010
Octal 337 247 52
Decimal 223 167 42
Hex DF A7 2A

RGB Percentages of Color #dfa72a

%51.62
%38.66
%9.72

CMYK Percentages of Color #dfa72a

%0
%25
%81
%13

Triadic Colors of #dfa72a

#dfa72a #2adfa7 #a72adf

Analogous Colors of #dfa72a

#dfa72a #bddf2a #df4d2a

Monochromatic Colors of #dfa72a

#dfa72a

Complementary Color

#dfa72a #2a62df

#dfa72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa72a Color CSS Codes

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

#dfa72a Text Font Color

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

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


#dfa72a Background Color

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

This div background color is #dfa72a


#dfa72a Border Color

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

This div border color is #dfa72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa72a


Comments

No comments written yet.

Please login to write comment.