Color Hex Logo

#da9729 Color Hex

#DA9729
(218,151,41)
0 Favorites   0 Comments

Color spaces of #da9729

RGB 21815141
HSL0.100.710.51
HSV37°81°85°
CMYK 0.000.310.81   0.15
XYZ40.380337.19877.1496
Yxy37.19870.47660.4390
Hunter Lab60.990711.446235.7433
CIE-Lab67.425816.284063.1506

#da9729 color RGB value is (218,151,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010111 00101001
Octal 332 227 51
Decimal 218 151 41
Hex DA 97 29

RGB Percentages of Color #da9729

%53.17
%36.83
%10.00

CMYK Percentages of Color #da9729

%0
%31
%81
%15

Triadic Colors of #da9729

#da9729 #29da97 #9729da

Analogous Colors of #da9729

#da9729 #c5da29 #da3f29

Monochromatic Colors of #da9729

#da9729

Complementary Color

#da9729 #296cda

#da9729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9729 Color CSS Codes

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

#da9729 Text Font Color

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

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


#da9729 Background Color

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

This div background color is #da9729


#da9729 Border Color

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

This div border color is #da9729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9729


Comments

No comments written yet.

Please login to write comment.