Color Hex Logo

#dfa155 Color Hex

#DFA155
(223,161,85)
0 Favorites   0 Comments

Color spaces of #dfa155

RGB 22316185
HSL0.090.680.60
HSV33°62°87°
CMYK 0.000.280.62   0.13
XYZ44.816041.833614.3070
Yxy41.83360.44390.4144
Hunter Lab64.678910.494632.1603
CIE-Lab70.756015.217547.9016

#dfa155 color RGB value is (223,161,85).

#dfa155 hex color red value is 223, green value is 161 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #dfa155 hue: 0.09 , saturation: 0.68 and the lightness value of dfa155 is 0.60.

The process color (four color CMYK) of #dfa155 color hex is 0.00, 0.28, 0.62, 0.13. Web safe color of #dfa155 is #cc9966. Color #dfa155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 01010101
Octal 337 241 125
Decimal 223 161 85
Hex DF A1 55

RGB Percentages of Color #dfa155

%47.55
%34.33
%18.12

CMYK Percentages of Color #dfa155

%0
%28
%62
%13

Triadic Colors of #dfa155

#dfa155 #55dfa1 #a155df

Analogous Colors of #dfa155

#dfa155 #d8df55 #df5c55

Monochromatic Colors of #dfa155

#dfa155

Complementary Color

#dfa155 #5593df

#dfa155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa155 Color CSS Codes

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

#dfa155 Text Font Color

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

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


#dfa155 Background Color

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

This div background color is #dfa155


#dfa155 Border Color

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

This div border color is #dfa155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa155


Comments

No comments written yet.

Please login to write comment.