Color Hex Logo

#dfa73c Color Hex

#DFA73C
(223,167,60)
0 Favorites   0 Comments

Color spaces of #dfa73c

RGB 22316760
HSL0.110.720.55
HSV39°73°87°
CMYK 0.000.250.73   0.13
XYZ45.065843.651710.3254
Yxy43.65170.45500.4407
Hunter Lab66.06946.132936.9827
CIE-Lab71.995110.598660.5120

#dfa73c color RGB value is (223,167,60).

#dfa73c hex color red value is 223, green value is 167 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dfa73c hue: 0.11 , saturation: 0.72 and the lightness value of dfa73c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 00111100
Octal 337 247 74
Decimal 223 167 60
Hex DF A7 3C

RGB Percentages of Color #dfa73c

%49.56
%37.11
%13.33

CMYK Percentages of Color #dfa73c

%0
%25
%73
%13

Triadic Colors of #dfa73c

#dfa73c #3cdfa7 #a73cdf

Analogous Colors of #dfa73c

#dfa73c #c6df3c #df563c

Monochromatic Colors of #dfa73c

#dfa73c

Complementary Color

#dfa73c #3c74df

#dfa73c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa73c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa73c Color CSS Codes

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

#dfa73c Text Font Color

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

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


#dfa73c Background Color

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

This div background color is #dfa73c


#dfa73c Border Color

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

This div border color is #dfa73c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa73c


Comments

No comments written yet.

Please login to write comment.