Color Hex Logo

#da941c Color Hex

#DA941C
(218,148,28)
0 Favorites   0 Comments

Color spaces of #da941c

RGB 21814828
HSL0.110.770.48
HSV38°87°85°
CMYK 0.000.320.87   0.15
XYZ39.712936.16915.9868
Yxy36.16910.48510.4418
Hunter Lab60.140812.623136.1964
CIE-Lab66.648917.550466.4466

#da941c color RGB value is (218,148,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010100 00011100
Octal 332 224 34
Decimal 218 148 28
Hex DA 94 1C

RGB Percentages of Color #da941c

%55.33
%37.56
%7.11

CMYK Percentages of Color #da941c

%0
%32
%87
%15

Triadic Colors of #da941c

#da941c #1cda94 #941cda

Analogous Colors of #da941c

#da941c #c1da1c #da351c

Monochromatic Colors of #da941c

#da941c

Complementary Color

#da941c #1c62da

#da941c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da941c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da941c Color CSS Codes

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

#da941c Text Font Color

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

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


#da941c Background Color

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

This div background color is #da941c


#da941c Border Color

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

This div border color is #da941c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da941c


Comments

No comments written yet.

Please login to write comment.