Color Hex Logo

#da814a Color Hex

#DA814A
(218,129,74)
0 Favorites   0 Comments

Color spaces of #da814a

RGB 21812974
HSL0.060.660.57
HSV23°66°85°
CMYK 0.000.410.66   0.15
XYZ37.999731.100410.4787
Yxy31.10040.47750.3908
Hunter Lab55.767724.035027.8969
CIE-Lab62.592329.581543.8512

#da814a color RGB value is (218,129,74).

#da814a hex color red value is 218, green value is 129 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #da814a hue: 0.06 , saturation: 0.66 and the lightness value of da814a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000001 01001010
Octal 332 201 112
Decimal 218 129 74
Hex DA 81 4A

RGB Percentages of Color #da814a

%51.78
%30.64
%17.58

CMYK Percentages of Color #da814a

%0
%41
%66
%15

Triadic Colors of #da814a

#da814a #4ada81 #814ada

Analogous Colors of #da814a

#da814a #dac94a #da4a5b

Monochromatic Colors of #da814a

#da814a

Complementary Color

#da814a #4aa3da

#da814a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da814a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da814a Color CSS Codes

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

#da814a Text Font Color

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

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


#da814a Background Color

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

This div background color is #da814a


#da814a Border Color

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

This div border color is #da814a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da814a


Comments

No comments written yet.

Please login to write comment.