Color Hex Logo

#da770b Color Hex

#DA770B
(218,119,11)
0 Favorites   0 Comments

Color spaces of #da770b

RGB 21811911
HSL0.090.900.45
HSV31°95°85°
CMYK 0.000.450.95   0.15
XYZ35.570728.12323.8702
Yxy28.12320.52650.4162
Hunter Lab53.031326.923932.7950
CIE-Lab59.999932.734065.2754

#da770b color RGB value is (218,119,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110111 00001011
Octal 332 167 13
Decimal 218 119 11
Hex DA 77 B

RGB Percentages of Color #da770b

%62.64
%34.20
%3.16

CMYK Percentages of Color #da770b

%0
%45
%95
%15

Triadic Colors of #da770b

#da770b #0bda77 #770bda

Analogous Colors of #da770b

#da770b #d6da0b #da0f0b

Monochromatic Colors of #da770b

#da770b

Complementary Color

#da770b #0b6eda

#da770b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da770b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da770b Color CSS Codes

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

#da770b Text Font Color

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

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


#da770b Background Color

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

This div background color is #da770b


#da770b Border Color

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

This div border color is #da770b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da770b


Comments

No comments written yet.

Please login to write comment.