Color Hex Logo

#da811c Color Hex

#DA811C
(218,129,28)
0 Favorites   0 Comments

Color spaces of #da811c

RGB 21812928
HSL0.090.770.48
HSV32°87°85°
CMYK 0.000.410.87   0.15
XYZ36.973330.68985.0736
Yxy30.68980.50830.4219
Hunter Lab55.398422.185133.3489
CIE-Lab62.244927.732362.9355

#da811c color RGB value is (218,129,28).

#da811c hex color red value is 218, green value is 129 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #da811c hue: 0.09 , saturation: 0.77 and the lightness value of da811c is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000001 00011100
Octal 332 201 34
Decimal 218 129 28
Hex DA 81 1C

RGB Percentages of Color #da811c

%58.13
%34.40
%7.47

CMYK Percentages of Color #da811c

%0
%41
%87
%15

Triadic Colors of #da811c

#da811c #1cda81 #811cda

Analogous Colors of #da811c

#da811c #d4da1c #da221c

Monochromatic Colors of #da811c

#da811c

Complementary Color

#da811c #1c75da

#da811c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da811c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da811c Color CSS Codes

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

#da811c Text Font Color

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

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


#da811c Background Color

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

This div background color is #da811c


#da811c Border Color

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

This div border color is #da811c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da811c


Comments

No comments written yet.

Please login to write comment.