Color Hex Logo

#da932e Color Hex

#DA932E
(218,147,46)
0 Favorites   0 Comments

Color spaces of #da932e

RGB 21814746
HSL0.100.700.52
HSV35°79°85°
CMYK 0.000.330.79   0.15
XYZ39.840335.97017.4279
Yxy35.97010.47860.4321
Hunter Lab59.975113.617834.6395
CIE-Lab66.497118.604260.5156

#da932e color RGB value is (218,147,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010011 00101110
Octal 332 223 56
Decimal 218 147 46
Hex DA 93 2E

RGB Percentages of Color #da932e

%53.04
%35.77
%11.19

CMYK Percentages of Color #da932e

%0
%33
%79
%15

Triadic Colors of #da932e

#da932e #2eda93 #932eda

Analogous Colors of #da932e

#da932e #cbda2e #da3d2e

Monochromatic Colors of #da932e

#da932e

Complementary Color

#da932e #2e75da

#da932e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da932e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da932e Color CSS Codes

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

#da932e Text Font Color

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

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


#da932e Background Color

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

This div background color is #da932e


#da932e Border Color

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

This div border color is #da932e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da932e


Comments

No comments written yet.

Please login to write comment.