Color Hex Logo

#da863b Color Hex

#DA863B
(218,134,59)
0 Favorites   0 Comments

Color spaces of #da863b

RGB 21813459
HSL0.080.680.54
HSV28°73°85°
CMYK 0.000.390.73   0.15
XYZ38.228032.27148.3518
Yxy32.27140.48480.4093
Hunter Lab56.807920.704931.0488
CIE-Lab63.566626.118352.2063

#da863b color RGB value is (218,134,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000110 00111011
Octal 332 206 73
Decimal 218 134 59
Hex DA 86 3B

RGB Percentages of Color #da863b

%53.04
%32.60
%14.36

CMYK Percentages of Color #da863b

%0
%39
%73
%15

Triadic Colors of #da863b

#da863b #3bda86 #863bda

Analogous Colors of #da863b

#da863b #dad63b #da3b3f

Monochromatic Colors of #da863b

#da863b

Complementary Color

#da863b #3b8fda

#da863b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da863b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da863b Color CSS Codes

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

#da863b Text Font Color

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

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


#da863b Background Color

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

This div background color is #da863b


#da863b Border Color

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

This div border color is #da863b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da863b

#da863b Color Palettes


Comments

No comments written yet.

Please login to write comment.