color codes Logo

#da734c color codes

#DA734C
(218,115,76)
0 Favorites   0 Comments

Color spaces of #da734c

RGB 21811576
HSL0.050.660.58
HSV16°65°85°
CMYK 0.000.470.65   0.15
XYZ36.348727.688710.2661
Yxy27.68870.48920.3726
Hunter Lab52.620131.218525.2666
CIE-Lab59.606437.037939.3272

#da734c color RGB value is (218,115,76).

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

The process color (four color CMYK) of #da734c color code is 0.00, 0.47, 0.65, 0.15. Web safe color of #da734c is #cc6633. Color #da734c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110011 01001100
Octal 332 163 114
Decimal 218 115 76
Hex DA 73 4C

RGB Percentages of Color #da734c

%53.30
%28.12
%18.58

CMYK Percentages of Color #da734c

%0
%47
%65
%15

Triadic Colors of #da734c

#da734c #4cda73 #734cda

Analogous Colors of #da734c

#da734c #daba4c #da4c6c

Monochromatic Colors of #da734c

#da734c

Complementary Color

#da734c #4cb3da

#da734c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da734c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da734c Color CSS Codes

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

#da734c Text Font Color

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

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


#da734c Background Color

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

This div background color is #da734c


#da734c Border Color

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

This div border color is #da734c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da734c


Comments

No comments written yet.

Please login to write comment.