Color Hex Logo

#da9323 Color Hex

#DA9323
(218,147,35)
0 Favorites   0 Comments

Color spaces of #da9323

RGB 21814735
HSL0.100.720.50
HSV37°84°85°
CMYK 0.000.330.84   0.15
XYZ39.650535.89426.4286
Yxy35.89420.48370.4379
Hunter Lab59.911813.288435.5764
CIE-Lab66.439018.259464.2581

#da9323 color RGB value is (218,147,35).

#da9323 hex color red value is 218, green value is 147 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #da9323 hue: 0.10 , saturation: 0.72 and the lightness value of da9323 is 0.50.

The process color (four color CMYK) of #da9323 color hex is 0.00, 0.33, 0.84, 0.15. Web safe color of #da9323 is #cc9933. Color #da9323 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010011 00100011
Octal 332 223 43
Decimal 218 147 35
Hex DA 93 23

RGB Percentages of Color #da9323

%54.50
%36.75
%8.75

CMYK Percentages of Color #da9323

%0
%33
%84
%15

Triadic Colors of #da9323

#da9323 #23da93 #9323da

Analogous Colors of #da9323

#da9323 #c6da23 #da3823

Monochromatic Colors of #da9323

#da9323

Complementary Color

#da9323 #236ada

#da9323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9323 Color CSS Codes

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

#da9323 Text Font Color

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

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


#da9323 Background Color

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

This div background color is #da9323


#da9323 Border Color

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

This div border color is #da9323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9323


Comments

No comments written yet.

Please login to write comment.