Color Hex Logo

#da972a Color Hex

#DA972A
(218,151,42)
0 Favorites   0 Comments

Color spaces of #da972a

RGB 21815142
HSL0.100.700.51
HSV37°81°85°
CMYK 0.000.310.81   0.15
XYZ40.398037.20587.2427
Yxy37.20580.47610.4385
Hunter Lab60.996611.476535.6575
CIE-Lab67.431116.316062.8110

#da972a color RGB value is (218,151,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010111 00101010
Octal 332 227 52
Decimal 218 151 42
Hex DA 97 2A

RGB Percentages of Color #da972a

%53.04
%36.74
%10.22

CMYK Percentages of Color #da972a

%0
%31
%81
%15

Triadic Colors of #da972a

#da972a #2ada97 #972ada

Analogous Colors of #da972a

#da972a #c5da2a #da3f2a

Monochromatic Colors of #da972a

#da972a

Complementary Color

#da972a #2a6dda

#da972a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da972a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da972a Color CSS Codes

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

#da972a Text Font Color

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

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


#da972a Background Color

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

This div background color is #da972a


#da972a Border Color

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

This div border color is #da972a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da972a


Comments

No comments written yet.

Please login to write comment.