Color Hex Logo

#dfa035 Color Hex

#DFA035
(223,160,53)
0 Favorites   0 Comments

Color spaces of #dfa035

RGB 22316053
HSL0.100.730.54
HSV38°76°87°
CMYK 0.000.280.76   0.13
XYZ43.644841.08668.9983
Yxy41.08660.46560.4384
Hunter Lab64.09889.367436.5460
CIE-Lab70.236614.036761.5679

#dfa035 color RGB value is (223,160,53).

#dfa035 hex color red value is 223, green value is 160 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #dfa035 hue: 0.10 , saturation: 0.73 and the lightness value of dfa035 is 0.54.

The process color (four color CMYK) of #dfa035 color hex is 0.00, 0.28, 0.76, 0.13. Web safe color of #dfa035 is #cc9933. Color #dfa035 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100000 00110101
Octal 337 240 65
Decimal 223 160 53
Hex DF A0 35

RGB Percentages of Color #dfa035

%51.15
%36.70
%12.16

CMYK Percentages of Color #dfa035

%0
%28
%76
%13

Triadic Colors of #dfa035

#dfa035 #35dfa0 #a035df

Analogous Colors of #dfa035

#dfa035 #c9df35 #df4b35

Monochromatic Colors of #dfa035

#dfa035

Complementary Color

#dfa035 #3574df

#dfa035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa035 Color CSS Codes

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

#dfa035 Text Font Color

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

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


#dfa035 Background Color

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

This div background color is #dfa035


#dfa035 Border Color

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

This div border color is #dfa035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa035


Comments

No comments written yet.

Please login to write comment.