Color Hex Logo

#da785b Color Hex

#DA785B
(218,120,91)
0 Favorites   0 Comments

Color spaces of #da785b

RGB 21812091
HSL0.040.630.61
HSV14°58°85°
CMYK 0.000.450.58   0.15
XYZ37.518229.093713.5357
Yxy29.09370.46810.3630
Hunter Lab53.938629.767222.8784
CIE-Lab60.864235.467732.7078

#da785b color RGB value is (218,120,91).

#da785b hex color red value is 218, green value is 120 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #da785b hue: 0.04 , saturation: 0.63 and the lightness value of da785b is 0.61.

The process color (four color CMYK) of #da785b color hex is 0.00, 0.45, 0.58, 0.15. Web safe color of #da785b is #cc6666. Color #da785b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111000 01011011
Octal 332 170 133
Decimal 218 120 91
Hex DA 78 5B

RGB Percentages of Color #da785b

%50.82
%27.97
%21.21

CMYK Percentages of Color #da785b

%0
%45
%58
%15

Triadic Colors of #da785b

#da785b #5bda78 #785bda

Analogous Colors of #da785b

#da785b #dab85b #da5b7e

Monochromatic Colors of #da785b

#da785b

Complementary Color

#da785b #5bbdda

#da785b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da785b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da785b Color CSS Codes

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

#da785b Text Font Color

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

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


#da785b Background Color

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

This div background color is #da785b


#da785b Border Color

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

This div border color is #da785b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da785b

#da785b Color Palettes


Comments

No comments written yet.

Please login to write comment.