Color Hex Logo

#dfa400 Color Hex

#DFA400
(223,164,0)
1 Favorites   0 Comments

Color spaces of #dfa400

RGB 2231640
HSL0.121.000.44
HSV44°100°87°
CMYK 0.000.261.00   0.13
XYZ43.706942.23895.8493
Yxy42.23890.47610.4601
Hunter Lab64.99156.306640.1579
CIE-Lab71.035310.776674.5961

#dfa400 color RGB value is (223,164,0).

#dfa400 hex color red value is 223, green value is 164 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #dfa400 hue: 0.12 , saturation: 1.00 and the lightness value of dfa400 is 0.44.

The process color (four color CMYK) of #dfa400 color hex is 0.00, 0.26, 1.00, 0.13. Web safe color of #dfa400 is #cc9900. Color #dfa400 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 00000000
Octal 337 244 0
Decimal 223 164 0
Hex DF A4 0

RGB Percentages of Color #dfa400

%57.62
%42.38
%0.00

CMYK Percentages of Color #dfa400

%0
%26
%100
%13

Triadic Colors of #dfa400

#dfa400 #00dfa4 #a400df

Analogous Colors of #dfa400

#dfa400 #abdf00 #df3500

Monochromatic Colors of #dfa400

#dfa400

Complementary Color

#dfa400 #003bdf

#dfa400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa400 Color CSS Codes

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

#dfa400 Text Font Color

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

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


#dfa400 Background Color

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

This div background color is #dfa400


#dfa400 Border Color

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

This div border color is #dfa400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa400


Comments

No comments written yet.

Please login to write comment.