Color Hex Logo

#da9629 Color Hex

#DA9629
(218,150,41)
0 Favorites   0 Comments

Color spaces of #da9629

RGB 21815041
HSL0.100.710.51
HSV37°81°85°
CMYK 0.000.310.81   0.15
XYZ40.220036.87827.0962
Yxy36.87820.47770.4380
Hunter Lab60.727411.948235.5810
CIE-Lab67.185616.821762.9377

#da9629 color RGB value is (218,150,41).

#da9629 hex color red value is 218, green value is 150 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #da9629 hue: 0.10 , saturation: 0.71 and the lightness value of da9629 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010110 00101001
Octal 332 226 51
Decimal 218 150 41
Hex DA 96 29

RGB Percentages of Color #da9629

%53.30
%36.67
%10.02

CMYK Percentages of Color #da9629

%0
%31
%81
%15

Triadic Colors of #da9629

#da9629 #29da96 #9629da

Analogous Colors of #da9629

#da9629 #c6da29 #da3d29

Monochromatic Colors of #da9629

#da9629

Complementary Color

#da9629 #296dda

#da9629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9629 Color CSS Codes

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

#da9629 Text Font Color

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

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


#da9629 Background Color

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

This div background color is #da9629


#da9629 Border Color

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

This div border color is #da9629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9629


Comments

No comments written yet.

Please login to write comment.