Color Hex Logo

#da740b Color Hex

#DA740B
(218,116,11)
0 Favorites   0 Comments

Color spaces of #da740b

RGB 21811611
HSL0.080.900.45
HSV30°95°85°
CMYK 0.000.470.95   0.15
XYZ35.219227.42043.7530
Yxy27.42040.53050.4130
Hunter Lab52.364528.417332.4058
CIE-Lab59.361534.295164.8453

#da740b color RGB value is (218,116,11).

#da740b hex color red value is 218, green value is 116 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #da740b hue: 0.08 , saturation: 0.90 and the lightness value of da740b is 0.45.

The process color (four color CMYK) of #da740b color hex is 0.00, 0.47, 0.95, 0.15. Web safe color of #da740b is #cc6600. Color #da740b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110100 00001011
Octal 332 164 13
Decimal 218 116 11
Hex DA 74 B

RGB Percentages of Color #da740b

%63.19
%33.62
%3.19

CMYK Percentages of Color #da740b

%0
%47
%95
%15

Triadic Colors of #da740b

#da740b #0bda74 #740bda

Analogous Colors of #da740b

#da740b #d9da0b #da0c0b

Monochromatic Colors of #da740b

#da740b

Complementary Color

#da740b #0b71da

#da740b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da740b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da740b Color CSS Codes

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

#da740b Text Font Color

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

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


#da740b Background Color

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

This div background color is #da740b


#da740b Border Color

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

This div border color is #da740b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da740b


Comments

No comments written yet.

Please login to write comment.