Color Hex Logo

#da970b Color Hex

#DA970B
(218,151,11)
0 Favorites   0 Comments

Color spaces of #da970b

RGB 21815111
HSL0.110.900.45
HSV41°95°85°
CMYK 0.000.310.95   0.15
XYZ40.040537.06285.3601
Yxy37.06280.48560.4494
Hunter Lab60.879210.861537.3953
CIE-Lab67.324115.665170.3628

#da970b color RGB value is (218,151,11).

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

The process color (four color CMYK) of #da970b color hex is 0.00, 0.31, 0.95, 0.15. Web safe color of #da970b is #cc9900. Color #da970b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010111 00001011
Octal 332 227 13
Decimal 218 151 11
Hex DA 97 B

RGB Percentages of Color #da970b

%57.37
%39.74
%2.89

CMYK Percentages of Color #da970b

%0
%31
%95
%15

Triadic Colors of #da970b

#da970b #0bda97 #970bda

Analogous Colors of #da970b

#da970b #b6da0b #da2f0b

Monochromatic Colors of #da970b

#da970b

Complementary Color

#da970b #0b4eda

#da970b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da970b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da970b Color CSS Codes

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

#da970b Text Font Color

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

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


#da970b Background Color

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

This div background color is #da970b


#da970b Border Color

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

This div border color is #da970b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da970b


Comments

No comments written yet.

Please login to write comment.