Color Hex Logo

#dfa718 Color Hex

#DFA718
(223,167,24)
0 Favorites   0 Comments

Color spaces of #dfa718

RGB 22316724
HSL0.120.810.48
HSV43°89°87°
CMYK 0.000.250.89   0.13
XYZ44.415043.39146.8986
Yxy43.39140.46900.4582
Hunter Lab65.87215.079339.9012
CIE-Lab71.81989.468171.6819

#dfa718 color RGB value is (223,167,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 00011000
Octal 337 247 30
Decimal 223 167 24
Hex DF A7 18

RGB Percentages of Color #dfa718

%53.86
%40.34
%5.80

CMYK Percentages of Color #dfa718

%0
%25
%89
%13

Triadic Colors of #dfa718

#dfa718 #18dfa7 #a718df

Analogous Colors of #dfa718

#dfa718 #b4df18 #df4418

Monochromatic Colors of #dfa718

#dfa718

Complementary Color

#dfa718 #1850df

#dfa718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa718 Color CSS Codes

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

#dfa718 Text Font Color

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

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


#dfa718 Background Color

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

This div background color is #dfa718


#dfa718 Border Color

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

This div border color is #dfa718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa718


Comments

No comments written yet.

Please login to write comment.