Color Hex Logo

#da862d Color Hex

#DA862D
(218,134,45)
0 Favorites   0 Comments

Color spaces of #da862d

RGB 21813445
HSL0.090.700.52
HSV31°79°85°
CMYK 0.000.390.79   0.15
XYZ37.912232.14516.6891
Yxy32.14510.49400.4188
Hunter Lab56.696620.141132.6926
CIE-Lab63.462625.547258.0884

#da862d color RGB value is (218,134,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000110 00101101
Octal 332 206 55
Decimal 218 134 45
Hex DA 86 2D

RGB Percentages of Color #da862d

%54.91
%33.75
%11.34

CMYK Percentages of Color #da862d

%0
%39
%79
%15

Triadic Colors of #da862d

#da862d #2dda86 #862dda

Analogous Colors of #da862d

#da862d #d8da2d #da302d

Monochromatic Colors of #da862d

#da862d

Complementary Color

#da862d #2d81da

#da862d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da862d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da862d Color CSS Codes

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

#da862d Text Font Color

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

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


#da862d Background Color

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

This div background color is #da862d


#da862d Border Color

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

This div border color is #da862d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da862d


Comments

No comments written yet.

Please login to write comment.