Color Hex Logo

#da774c Color Hex

#DA774C
(218,119,76)
0 Favorites   0 Comments

Color spaces of #da774c

RGB 21811976
HSL0.050.660.58
HSV18°65°85°
CMYK 0.000.450.65   0.15
XYZ36.814828.620910.4215
Yxy28.62090.48530.3773
Hunter Lab53.498529.211725.8993
CIE-Lab60.445634.965640.3170

#da774c color RGB value is (218,119,76).

#da774c hex color red value is 218, green value is 119 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #da774c hue: 0.05 , saturation: 0.66 and the lightness value of da774c is 0.58.

The process color (four color CMYK) of #da774c color hex is 0.00, 0.45, 0.65, 0.15. Web safe color of #da774c is #cc6633. Color #da774c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110111 01001100
Octal 332 167 114
Decimal 218 119 76
Hex DA 77 4C

RGB Percentages of Color #da774c

%52.78
%28.81
%18.40

CMYK Percentages of Color #da774c

%0
%45
%65
%15

Triadic Colors of #da774c

#da774c #4cda77 #774cda

Analogous Colors of #da774c

#da774c #dabe4c #da4c68

Monochromatic Colors of #da774c

#da774c

Complementary Color

#da774c #4cafda

#da774c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da774c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da774c Color CSS Codes

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

#da774c Text Font Color

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

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


#da774c Background Color

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

This div background color is #da774c


#da774c Border Color

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

This div border color is #da774c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da774c


Comments

No comments written yet.

Please login to write comment.