Color Hex Logo

#da932f Color Hex

#DA932F
(218,147,47)
0 Favorites   0 Comments

Color spaces of #da932f

RGB 21814747
HSL0.100.700.52
HSV35°78°85°
CMYK 0.000.330.78   0.15
XYZ39.860335.97817.5329
Yxy35.97810.47810.4315
Hunter Lab59.981713.652434.5412
CIE-Lab66.503218.640560.1429

#da932f color RGB value is (218,147,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010011 00101111
Octal 332 223 57
Decimal 218 147 47
Hex DA 93 2F

RGB Percentages of Color #da932f

%52.91
%35.68
%11.41

CMYK Percentages of Color #da932f

%0
%33
%78
%15

Triadic Colors of #da932f

#da932f #2fda93 #932fda

Analogous Colors of #da932f

#da932f #ccda2f #da3e2f

Monochromatic Colors of #da932f

#da932f

Complementary Color

#da932f #2f76da

#da932f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da932f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da932f Color CSS Codes

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

#da932f Text Font Color

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

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


#da932f Background Color

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

This div background color is #da932f


#da932f Border Color

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

This div border color is #da932f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da932f


Comments

No comments written yet.

Please login to write comment.