Color Hex Logo

#da862e Color Hex

#DA862E
(218,134,46)
0 Favorites   0 Comments

Color spaces of #da862e

RGB 21813446
HSL0.090.700.52
HSV31°79°85°
CMYK 0.000.390.79   0.15
XYZ37.931732.15296.7917
Yxy32.15290.49340.4182
Hunter Lab56.703520.176032.5910
CIE-Lab63.469125.582657.6980

#da862e color RGB value is (218,134,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000110 00101110
Octal 332 206 56
Decimal 218 134 46
Hex DA 86 2E

RGB Percentages of Color #da862e

%54.77
%33.67
%11.56

CMYK Percentages of Color #da862e

%0
%39
%79
%15

Triadic Colors of #da862e

#da862e #2eda86 #862eda

Analogous Colors of #da862e

#da862e #d8da2e #da302e

Monochromatic Colors of #da862e

#da862e

Complementary Color

#da862e #2e82da

#da862e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da862e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da862e Color CSS Codes

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

#da862e Text Font Color

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

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


#da862e Background Color

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

This div background color is #da862e


#da862e Border Color

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

This div border color is #da862e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da862e


Comments

No comments written yet.

Please login to write comment.