Color Hex Logo

#dfa21f Color Hex

#DFA21F
(223,162,31)
0 Favorites   0 Comments

Color spaces of #dfa21f

RGB 22316231
HSL0.110.760.50
HSV41°86°87°
CMYK 0.000.270.86   0.13
XYZ43.599141.62767.0333
Yxy41.62760.47260.4512
Hunter Lab64.51957.712538.7004
CIE-Lab70.613412.277669.0863

#dfa21f color RGB value is (223,162,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100010 00011111
Octal 337 242 37
Decimal 223 162 31
Hex DF A2 1F

RGB Percentages of Color #dfa21f

%53.61
%38.94
%7.45

CMYK Percentages of Color #dfa21f

%0
%27
%86
%13

Triadic Colors of #dfa21f

#dfa21f #1fdfa2 #a21fdf

Analogous Colors of #dfa21f

#dfa21f #bcdf1f #df421f

Monochromatic Colors of #dfa21f

#dfa21f

Complementary Color

#dfa21f #1f5cdf

#dfa21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa21f Color CSS Codes

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

#dfa21f Text Font Color

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

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


#dfa21f Background Color

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

This div background color is #dfa21f


#dfa21f Border Color

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

This div border color is #dfa21f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,162,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 #dfa21f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa21f


Comments

No comments written yet.

Please login to write comment.