Color Hex Logo

#da972e Color Hex

#DA972E
(218,151,46)
0 Favorites   0 Comments

Color spaces of #da972e

RGB 21815146
HSL0.100.700.52
HSV37°79°85°
CMYK 0.000.310.79   0.15
XYZ40.473237.23597.6388
Yxy37.23590.47420.4363
Hunter Lab61.021211.605535.2928
CIE-Lab67.453616.452261.3987

#da972e color RGB value is (218,151,46).

#da972e hex color red value is 218, green value is 151 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #da972e hue: 0.10 , saturation: 0.70 and the lightness value of da972e is 0.52.

The process color (four color CMYK) of #da972e color hex is 0.00, 0.31, 0.79, 0.15. Web safe color of #da972e is #cc9933. Color #da972e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010111 00101110
Octal 332 227 56
Decimal 218 151 46
Hex DA 97 2E

RGB Percentages of Color #da972e

%52.53
%36.39
%11.08

CMYK Percentages of Color #da972e

%0
%31
%79
%15

Triadic Colors of #da972e

#da972e #2eda97 #972eda

Analogous Colors of #da972e

#da972e #c7da2e #da412e

Monochromatic Colors of #da972e

#da972e

Complementary Color

#da972e #2e71da

#da972e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da972e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da972e Color CSS Codes

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

#da972e Text Font Color

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

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


#da972e Background Color

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

This div background color is #da972e


#da972e Border Color

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

This div border color is #da972e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,151,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da972e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da972e;
  -webkit-box-shadow: 1px 1px 3px 2px #da972e;
  box-shadow:         1px 1px 3px 2px #da972e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,151,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da972e


Comments

No comments written yet.

Please login to write comment.