Color Hex Logo

#dfa307 Color Hex

#DFA307
(223,163,7)
0 Favorites   0 Comments

Color spaces of #dfa307

RGB 2231637
HSL0.120.940.45
HSV43°97°87°
CMYK 0.000.270.97   0.13
XYZ43.567041.89775.9918
Yxy41.89770.47640.4581
Hunter Lab64.72846.868939.8215
CIE-Lab70.800311.377273.5830

#dfa307 color RGB value is (223,163,7).

#dfa307 hex color red value is 223, green value is 163 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #dfa307 hue: 0.12 , saturation: 0.94 and the lightness value of dfa307 is 0.45.

The process color (four color CMYK) of #dfa307 color hex is 0.00, 0.27, 0.97, 0.13. Web safe color of #dfa307 is #cc9900. Color #dfa307 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100011 00000111
Octal 337 243 7
Decimal 223 163 7
Hex DF A3 7

RGB Percentages of Color #dfa307

%56.74
%41.48
%1.78

CMYK Percentages of Color #dfa307

%0
%27
%97
%13

Triadic Colors of #dfa307

#dfa307 #07dfa3 #a307df

Analogous Colors of #dfa307

#dfa307 #afdf07 #df3707

Monochromatic Colors of #dfa307

#dfa307

Complementary Color

#dfa307 #0743df

#dfa307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa307 Color CSS Codes

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

#dfa307 Text Font Color

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

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


#dfa307 Background Color

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

This div background color is #dfa307


#dfa307 Border Color

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

This div border color is #dfa307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa307


Comments

No comments written yet.

Please login to write comment.