Color Hex Logo

#da872b Color Hex

#DA872B
(218,135,43)
0 Favorites   0 Comments

Color spaces of #da872b

RGB 21813543
HSL0.090.700.51
HSV32°80°85°
CMYK 0.000.380.80   0.15
XYZ38.013532.40786.5373
Yxy32.40780.49390.4211
Hunter Lab56.927819.569433.0409
CIE-Lab63.678524.944259.0621

#da872b color RGB value is (218,135,43).

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

The process color (four color CMYK) of #da872b color hex is 0.00, 0.38, 0.80, 0.15. Web safe color of #da872b is #cc9933. Color #da872b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000111 00101011
Octal 332 207 53
Decimal 218 135 43
Hex DA 87 2B

RGB Percentages of Color #da872b

%55.05
%34.09
%10.86

CMYK Percentages of Color #da872b

%0
%38
%80
%15

Triadic Colors of #da872b

#da872b #2bda87 #872bda

Analogous Colors of #da872b

#da872b #d6da2b #da2f2b

Monochromatic Colors of #da872b

#da872b

Complementary Color

#da872b #2b7eda

#da872b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da872b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da872b Color CSS Codes

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

#da872b Text Font Color

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

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


#da872b Background Color

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

This div background color is #da872b


#da872b Border Color

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

This div border color is #da872b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,135,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 #da872b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da872b


Comments

No comments written yet.

Please login to write comment.