Color Hex Logo

#dfa418 Color Hex

#DFA418
(223,164,24)
0 Favorites   0 Comments

Color spaces of #dfa418

RGB 22316424
HSL0.120.810.48
HSV42°89°87°
CMYK 0.000.260.89   0.13
XYZ43.871842.30486.7175
Yxy42.30480.47230.4554
Hunter Lab65.04216.576939.4061
CIE-Lab71.080611.066371.1112

#dfa418 color RGB value is (223,164,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 00011000
Octal 337 244 30
Decimal 223 164 24
Hex DF A4 18

RGB Percentages of Color #dfa418

%54.26
%39.90
%5.84

CMYK Percentages of Color #dfa418

%0
%26
%89
%13

Triadic Colors of #dfa418

#dfa418 #18dfa4 #a418df

Analogous Colors of #dfa418

#dfa418 #b7df18 #df4118

Monochromatic Colors of #dfa418

#dfa418

Complementary Color

#dfa418 #1853df

#dfa418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa418 Color CSS Codes

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

#dfa418 Text Font Color

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

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


#dfa418 Background Color

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

This div background color is #dfa418


#dfa418 Border Color

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

This div border color is #dfa418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa418


Comments

No comments written yet.

Please login to write comment.