Color Hex Logo

#dfa60c Color Hex

#DFA60C
(223,166,12)
0 Favorites   0 Comments

Color spaces of #dfa60c

RGB 22316612
HSL0.120.900.46
HSV44°95°87°
CMYK 0.000.260.95   0.13
XYZ44.134042.98706.3190
Yxy42.98700.47230.4600
Hunter Lab65.56455.417540.1809
CIE-Lab71.54619.827773.5086

#dfa60c color RGB value is (223,166,12).

#dfa60c hex color red value is 223, green value is 166 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dfa60c hue: 0.12 , saturation: 0.90 and the lightness value of dfa60c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100110 00001100
Octal 337 246 14
Decimal 223 166 12
Hex DF A6 C

RGB Percentages of Color #dfa60c

%55.61
%41.40
%2.99

CMYK Percentages of Color #dfa60c

%0
%26
%95
%13

Triadic Colors of #dfa60c

#dfa60c #0cdfa6 #a60cdf

Analogous Colors of #dfa60c

#dfa60c #afdf0c #df3d0c

Monochromatic Colors of #dfa60c

#dfa60c

Complementary Color

#dfa60c #0c45df

#dfa60c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa60c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa60c Color CSS Codes

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

#dfa60c Text Font Color

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

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


#dfa60c Background Color

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

This div background color is #dfa60c


#dfa60c Border Color

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

This div border color is #dfa60c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa60c


Comments

No comments written yet.

Please login to write comment.