Color Hex Logo

#da813c Color Hex

#DA813C
(218,129,60)
0 Favorites   0 Comments

Color spaces of #da813c

RGB 21812960
HSL0.070.680.55
HSV26°72°85°
CMYK 0.000.410.72   0.15
XYZ37.579330.93228.2648
Yxy30.93220.48950.4029
Hunter Lab55.616723.280230.1210
CIE-Lab62.450428.830050.5780

#da813c color RGB value is (218,129,60).

#da813c hex color red value is 218, green value is 129 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #da813c hue: 0.07 , saturation: 0.68 and the lightness value of da813c is 0.55.

The process color (four color CMYK) of #da813c color hex is 0.00, 0.41, 0.72, 0.15. Web safe color of #da813c is #cc9933. Color #da813c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000001 00111100
Octal 332 201 74
Decimal 218 129 60
Hex DA 81 3C

RGB Percentages of Color #da813c

%53.56
%31.70
%14.74

CMYK Percentages of Color #da813c

%0
%41
%72
%15

Triadic Colors of #da813c

#da813c #3cda81 #813cda

Analogous Colors of #da813c

#da813c #dad03c #da3c46

Monochromatic Colors of #da813c

#da813c

Complementary Color

#da813c #3c95da

#da813c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da813c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da813c Color CSS Codes

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

#da813c Text Font Color

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

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


#da813c Background Color

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

This div background color is #da813c


#da813c Border Color

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

This div border color is #da813c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da813c


Comments

No comments written yet.

Please login to write comment.