Color Hex Logo

#da8d51 Color Hex

#DA8D51
(218,141,81)
0 Favorites   0 Comments

Color spaces of #da8d51

RGB 21814181
HSL0.070.650.59
HSV26°63°85°
CMYK 0.000.350.63   0.15
XYZ39.923534.549312.3491
Yxy34.54930.45980.3979
Hunter Lab58.778718.377728.6885
CIE-Lab65.396323.609543.5280

#da8d51 color RGB value is (218,141,81).

#da8d51 hex color red value is 218, green value is 141 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #da8d51 hue: 0.07 , saturation: 0.65 and the lightness value of da8d51 is 0.59.

The process color (four color CMYK) of #da8d51 color hex is 0.00, 0.35, 0.63, 0.15. Web safe color of #da8d51 is #cc9966. Color #da8d51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001101 01010001
Octal 332 215 121
Decimal 218 141 81
Hex DA 8D 51

RGB Percentages of Color #da8d51

%49.55
%32.05
%18.41

CMYK Percentages of Color #da8d51

%0
%35
%63
%15

Triadic Colors of #da8d51

#da8d51 #51da8d #8d51da

Analogous Colors of #da8d51

#da8d51 #dad251 #da5159

Monochromatic Colors of #da8d51

#da8d51

Complementary Color

#da8d51 #519eda

#da8d51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8d51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8d51 Color CSS Codes

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

#da8d51 Text Font Color

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

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


#da8d51 Background Color

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

This div background color is #da8d51


#da8d51 Border Color

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

This div border color is #da8d51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8d51


Comments

No comments written yet.

Please login to write comment.