Color Hex Logo

#da841f Color Hex

#DA841F
(218,132,31)
0 Favorites   0 Comments

Color spaces of #da841f

RGB 21813231
HSL0.090.750.49
HSV32°86°85°
CMYK 0.000.390.86   0.15
XYZ37.412031.50695.4059
Yxy31.50690.50340.4239
Hunter Lab56.131020.743233.5816
CIE-Lab62.933226.203262.5841

#da841f color RGB value is (218,132,31).

#da841f hex color red value is 218, green value is 132 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #da841f hue: 0.09 , saturation: 0.75 and the lightness value of da841f is 0.49.

The process color (four color CMYK) of #da841f color hex is 0.00, 0.39, 0.86, 0.15. Web safe color of #da841f is #cc9933. Color #da841f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000100 00011111
Octal 332 204 37
Decimal 218 132 31
Hex DA 84 1F

RGB Percentages of Color #da841f

%57.22
%34.65
%8.14

CMYK Percentages of Color #da841f

%0
%39
%86
%15

Triadic Colors of #da841f

#da841f #1fda84 #841fda

Analogous Colors of #da841f

#da841f #d3da1f #da271f

Monochromatic Colors of #da841f

#da841f

Complementary Color

#da841f #1f75da

#da841f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da841f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da841f Color CSS Codes

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

#da841f Text Font Color

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

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


#da841f Background Color

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

This div background color is #da841f


#da841f Border Color

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

This div border color is #da841f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da841f


Comments

No comments written yet.

Please login to write comment.