Color Hex Logo

#da973b Color Hex

#DA973B
(218,151,59)
0 Favorites   0 Comments

Color spaces of #da973b

RGB 21815159
HSL0.100.680.54
HSV35°73°85°
CMYK 0.000.310.73   0.15
XYZ40.769537.35449.1990
Yxy37.35440.46690.4278
Hunter Lab61.118212.113233.8589
CIE-Lab67.542116.986756.2794

#da973b color RGB value is (218,151,59).

#da973b hex color red value is 218, green value is 151 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #da973b hue: 0.10 , saturation: 0.68 and the lightness value of da973b is 0.54.

The process color (four color CMYK) of #da973b color hex is 0.00, 0.31, 0.73, 0.15. Web safe color of #da973b is #cc9933. Color #da973b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010111 00111011
Octal 332 227 73
Decimal 218 151 59
Hex DA 97 3B

RGB Percentages of Color #da973b

%50.93
%35.28
%13.79

CMYK Percentages of Color #da973b

%0
%31
%73
%15

Triadic Colors of #da973b

#da973b #3bda97 #973bda

Analogous Colors of #da973b

#da973b #ceda3b #da483b

Monochromatic Colors of #da973b

#da973b

Complementary Color

#da973b #3b7eda

#da973b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da973b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da973b Color CSS Codes

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

#da973b Text Font Color

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

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


#da973b Background Color

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

This div background color is #da973b


#da973b Border Color

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

This div border color is #da973b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da973b


Comments

No comments written yet.

Please login to write comment.