Color Hex Logo

#dfa61f Color Hex

#DFA61F
(223,166,31)
1 Favorites   0 Comments

Color spaces of #dfa61f

RGB 22316631
HSL0.120.760.50
HSV42°86°87°
CMYK 0.000.260.86   0.13
XYZ44.315043.05937.2720
Yxy43.05930.46820.4549
Hunter Lab65.61965.712539.3632
CIE-Lab71.595210.144969.8813

#dfa61f color RGB value is (223,166,31).

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

The process color (four color CMYK) of #dfa61f color hex is 0.00, 0.26, 0.86, 0.13. Web safe color of #dfa61f is #cc9933. Color #dfa61f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100110 00011111
Octal 337 246 37
Decimal 223 166 31
Hex DF A6 1F

RGB Percentages of Color #dfa61f

%53.10
%39.52
%7.38

CMYK Percentages of Color #dfa61f

%0
%26
%86
%13

Triadic Colors of #dfa61f

#dfa61f #1fdfa6 #a61fdf

Analogous Colors of #dfa61f

#dfa61f #b8df1f #df461f

Monochromatic Colors of #dfa61f

#dfa61f

Complementary Color

#dfa61f #1f58df

#dfa61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa61f Color CSS Codes

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

#dfa61f Text Font Color

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

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


#dfa61f Background Color

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

This div background color is #dfa61f


#dfa61f Border Color

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

This div border color is #dfa61f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa61f

#dfa61f Color Palettes


Comments

No comments written yet.

Please login to write comment.