Color Hex Logo

#dfa114 Color Hex

#DFA114
(223,161,20)
0 Favorites   0 Comments

Color spaces of #dfa114

RGB 22316120
HSL0.120.840.48
HSV42°91°87°
CMYK 0.000.280.91   0.13
XYZ43.302641.22826.3374
Yxy41.22820.47650.4537
Hunter Lab64.20928.014139.0946
CIE-Lab70.335512.599371.3462

#dfa114 color RGB value is (223,161,20).

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

The process color (four color CMYK) of #dfa114 color hex is 0.00, 0.28, 0.91, 0.13. Web safe color of #dfa114 is #cc9900. Color #dfa114 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 00010100
Octal 337 241 24
Decimal 223 161 20
Hex DF A1 14

RGB Percentages of Color #dfa114

%55.20
%39.85
%4.95

CMYK Percentages of Color #dfa114

%0
%28
%91
%13

Triadic Colors of #dfa114

#dfa114 #14dfa1 #a114df

Analogous Colors of #dfa114

#dfa114 #b8df14 #df3b14

Monochromatic Colors of #dfa114

#dfa114

Complementary Color

#dfa114 #1452df

#dfa114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa114 Color CSS Codes

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

#dfa114 Text Font Color

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

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


#dfa114 Background Color

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

This div background color is #dfa114


#dfa114 Border Color

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

This div border color is #dfa114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa114


Comments

No comments written yet.

Please login to write comment.