Color Hex Logo

#da832c Color Hex

#DA832C
(218,131,44)
0 Favorites   0 Comments

Color spaces of #da832c

RGB 21813144
HSL0.080.700.51
HSV30°80°85°
CMYK 0.000.400.80   0.15
XYZ37.484431.31996.4526
Yxy31.31990.49810.4162
Hunter Lab55.964221.620732.3389
CIE-Lab62.776827.113957.8471

#da832c color RGB value is (218,131,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000011 00101100
Octal 332 203 54
Decimal 218 131 44
Hex DA 83 2C

RGB Percentages of Color #da832c

%55.47
%33.33
%11.20

CMYK Percentages of Color #da832c

%0
%40
%80
%15

Triadic Colors of #da832c

#da832c #2cda83 #832cda

Analogous Colors of #da832c

#da832c #dada2c #da2c2c

Monochromatic Colors of #da832c

#da832c

Complementary Color

#da832c #2c83da

#da832c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da832c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da832c Color CSS Codes

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

#da832c Text Font Color

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

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


#da832c Background Color

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

This div background color is #da832c


#da832c Border Color

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

This div border color is #da832c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,131,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 #da832c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da832c


Comments

No comments written yet.

Please login to write comment.