Color Hex Logo

#da853e Color Hex

#DA853E
(218,133,62)
0 Favorites   0 Comments

Color spaces of #da853e

RGB 21813362
HSL0.080.680.55
HSV27°72°85°
CMYK 0.000.390.72   0.15
XYZ38.170532.02838.7277
Yxy32.02830.48360.4058
Hunter Lab56.593621.353730.4719
CIE-Lab63.366326.796550.6048

#da853e color RGB value is (218,133,62).

#da853e hex color red value is 218, green value is 133 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #da853e hue: 0.08 , saturation: 0.68 and the lightness value of da853e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000101 00111110
Octal 332 205 76
Decimal 218 133 62
Hex DA 85 3E

RGB Percentages of Color #da853e

%52.78
%32.20
%15.01

CMYK Percentages of Color #da853e

%0
%39
%72
%15

Triadic Colors of #da853e

#da853e #3eda85 #853eda

Analogous Colors of #da853e

#da853e #dad33e #da3e45

Monochromatic Colors of #da853e

#da853e

Complementary Color

#da853e #3e93da

#da853e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da853e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da853e Color CSS Codes

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

#da853e Text Font Color

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

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


#da853e Background Color

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

This div background color is #da853e


#da853e Border Color

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

This div border color is #da853e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da853e


Comments

No comments written yet.

Please login to write comment.