Color Hex Logo

#da6b2b Color Hex

#DA6B2B
(218,107,43)
0 Favorites   0 Comments

Color spaces of #da6b2b

RGB 21810743
HSL0.060.700.51
HSV22°80°85°
CMYK 0.000.510.80   0.15
XYZ34.607225.59525.4019
Yxy25.59520.52750.3901
Hunter Lab50.591733.567329.0835
CIE-Lab57.650839.576253.4946

#da6b2b color RGB value is (218,107,43).

#da6b2b hex color red value is 218, green value is 107 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #da6b2b hue: 0.06 , saturation: 0.70 and the lightness value of da6b2b is 0.51.

The process color (four color CMYK) of #da6b2b color hex is 0.00, 0.51, 0.80, 0.15. Web safe color of #da6b2b is #cc6633. Color #da6b2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101011 00101011
Octal 332 153 53
Decimal 218 107 43
Hex DA 6B 2B

RGB Percentages of Color #da6b2b

%59.24
%29.08
%11.68

CMYK Percentages of Color #da6b2b

%0
%51
%80
%15

Triadic Colors of #da6b2b

#da6b2b #2bda6b #6b2bda

Analogous Colors of #da6b2b

#da6b2b #dac32b #da2b42

Monochromatic Colors of #da6b2b

#da6b2b

Complementary Color

#da6b2b #2b9ada

#da6b2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6b2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6b2b Color CSS Codes

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

#da6b2b Text Font Color

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

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


#da6b2b Background Color

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

This div background color is #da6b2b


#da6b2b Border Color

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

This div border color is #da6b2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6b2b


Comments

No comments written yet.

Please login to write comment.