Color Hex Logo

#da851e Color Hex

#DA851E
(218,133,30)
0 Favorites   0 Comments

Color spaces of #da851e

RGB 21813330
HSL0.090.760.49
HSV33°86°85°
CMYK 0.000.390.86   0.15
XYZ37.535331.77425.3830
Yxy31.77420.50250.4254
Hunter Lab56.368620.216333.7960
CIE-Lab63.155825.645963.0718

#da851e color RGB value is (218,133,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000101 00011110
Octal 332 205 36
Decimal 218 133 30
Hex DA 85 1E

RGB Percentages of Color #da851e

%57.22
%34.91
%7.87

CMYK Percentages of Color #da851e

%0
%39
%86
%15

Triadic Colors of #da851e

#da851e #1eda85 #851eda

Analogous Colors of #da851e

#da851e #d1da1e #da271e

Monochromatic Colors of #da851e

#da851e

Complementary Color

#da851e #1e73da

#da851e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da851e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da851e Color CSS Codes

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

#da851e Text Font Color

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

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


#da851e Background Color

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

This div background color is #da851e


#da851e Border Color

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

This div border color is #da851e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da851e


Comments

No comments written yet.

Please login to write comment.