Color Hex Logo

#dfa938 Color Hex

#DFA938
(223,169,56)
0 Favorites   0 Comments

Color spaces of #dfa938

RGB 22316956
HSL0.110.720.55
HSV41°75°87°
CMYK 0.000.240.75   0.13
XYZ45.333244.34949.9124
Yxy44.34940.45520.4453
Hunter Lab66.59534.967837.7917
CIE-Lab72.46149.358162.5486

#dfa938 color RGB value is (223,169,56).

#dfa938 hex color red value is 223, green value is 169 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #dfa938 hue: 0.11 , saturation: 0.72 and the lightness value of dfa938 is 0.55.

The process color (four color CMYK) of #dfa938 color hex is 0.00, 0.24, 0.75, 0.13. Web safe color of #dfa938 is #cc9933. Color #dfa938 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101001 00111000
Octal 337 251 70
Decimal 223 169 56
Hex DF A9 38

RGB Percentages of Color #dfa938

%49.78
%37.72
%12.50

CMYK Percentages of Color #dfa938

%0
%24
%75
%13

Triadic Colors of #dfa938

#dfa938 #38dfa9 #a938df

Analogous Colors of #dfa938

#dfa938 #c2df38 #df5638

Monochromatic Colors of #dfa938

#dfa938

Complementary Color

#dfa938 #386edf

#dfa938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa938 Color CSS Codes

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

#dfa938 Text Font Color

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

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


#dfa938 Background Color

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

This div background color is #dfa938


#dfa938 Border Color

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

This div border color is #dfa938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa938


Comments

No comments written yet.

Please login to write comment.