Color Hex Logo

#dfa706 Color Hex

#DFA706
(223,167,6)
0 Favorites   0 Comments

Color spaces of #dfa706

RGB 2231676
HSL0.120.950.45
HSV45°97°87°
CMYK 0.000.250.97   0.13
XYZ44.283043.33866.2035
Yxy43.33860.47200.4619
Hunter Lab65.83214.864840.4954
CIE-Lab71.78429.236974.3937

#dfa706 color RGB value is (223,167,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 00000110
Octal 337 247 6
Decimal 223 167 6
Hex DF A7 6

RGB Percentages of Color #dfa706

%56.31
%42.17
%1.52

CMYK Percentages of Color #dfa706

%0
%25
%97
%13

Triadic Colors of #dfa706

#dfa706 #06dfa7 #a706df

Analogous Colors of #dfa706

#dfa706 #abdf06 #df3b06

Monochromatic Colors of #dfa706

#dfa706

Complementary Color

#dfa706 #063edf

#dfa706 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa706 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa706 Color CSS Codes

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

#dfa706 Text Font Color

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

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


#dfa706 Background Color

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

This div background color is #dfa706


#dfa706 Border Color

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

This div border color is #dfa706


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa706


Comments

No comments written yet.

Please login to write comment.