Color Hex Logo

#da862f Color Hex

#DA862F
(218,134,47)
0 Favorites   0 Comments

Color spaces of #da862f

RGB 21813447
HSL0.080.700.52
HSV31°78°85°
CMYK 0.000.390.78   0.15
XYZ37.951632.16096.8967
Yxy32.16090.49280.4176
Hunter Lab56.710620.211532.4870
CIE-Lab63.475625.618557.3027

#da862f color RGB value is (218,134,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000110 00101111
Octal 332 206 57
Decimal 218 134 47
Hex DA 86 2F

RGB Percentages of Color #da862f

%54.64
%33.58
%11.78

CMYK Percentages of Color #da862f

%0
%39
%78
%15

Triadic Colors of #da862f

#da862f #2fda86 #862fda

Analogous Colors of #da862f

#da862f #d9da2f #da312f

Monochromatic Colors of #da862f

#da862f

Complementary Color

#da862f #2f83da

#da862f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da862f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da862f Color CSS Codes

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

#da862f Text Font Color

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

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


#da862f Background Color

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

This div background color is #da862f


#da862f Border Color

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

This div border color is #da862f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da862f


Comments

No comments written yet.

Please login to write comment.