Color Hex Logo

#da8a2c Color Hex

#DA8A2C
(218,138,44)
0 Favorites   0 Comments

Color spaces of #da8a2c

RGB 21813844
HSL0.090.700.51
HSV32°80°85°
CMYK 0.000.370.80   0.15
XYZ38.456533.26426.7766
Yxy33.26420.48990.4238
Hunter Lab57.675118.088433.4062
CIE-Lab64.374323.370759.3176

#da8a2c color RGB value is (218,138,44).

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

The process color (four color CMYK) of #da8a2c color hex is 0.00, 0.37, 0.80, 0.15. Web safe color of #da8a2c is #cc9933. Color #da8a2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001010 00101100
Octal 332 212 54
Decimal 218 138 44
Hex DA 8A 2C

RGB Percentages of Color #da8a2c

%54.50
%34.50
%11.00

CMYK Percentages of Color #da8a2c

%0
%37
%80
%15

Triadic Colors of #da8a2c

#da8a2c #2cda8a #8a2cda

Analogous Colors of #da8a2c

#da8a2c #d3da2c #da332c

Monochromatic Colors of #da8a2c

#da8a2c

Complementary Color

#da8a2c #2c7cda

#da8a2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8a2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8a2c Color CSS Codes

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

#da8a2c Text Font Color

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

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


#da8a2c Background Color

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

This div background color is #da8a2c


#da8a2c Border Color

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

This div border color is #da8a2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8a2c


Comments

No comments written yet.

Please login to write comment.