Color Hex Logo

#da9042 Color Hex

#DA9042
(218,144,66)
0 Favorites   0 Comments

Color spaces of #da9042

RGB 21814466
HSL0.090.670.56
HSV31°70°85°
CMYK 0.000.340.70   0.15
XYZ39.870135.24539.8559
Yxy35.24530.46920.4148
Hunter Lab59.367815.983231.7144
CIE-Lab65.939221.102151.4747

#da9042 color RGB value is (218,144,66).

#da9042 hex color red value is 218, green value is 144 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #da9042 hue: 0.09 , saturation: 0.67 and the lightness value of da9042 is 0.56.

The process color (four color CMYK) of #da9042 color hex is 0.00, 0.34, 0.70, 0.15. Web safe color of #da9042 is #cc9933. Color #da9042 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010000 01000010
Octal 332 220 102
Decimal 218 144 66
Hex DA 90 42

RGB Percentages of Color #da9042

%50.93
%33.64
%15.42

CMYK Percentages of Color #da9042

%0
%34
%70
%15

Triadic Colors of #da9042

#da9042 #42da90 #9042da

Analogous Colors of #da9042

#da9042 #d8da42 #da4442

Monochromatic Colors of #da9042

#da9042

Complementary Color

#da9042 #428cda

#da9042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9042 Color CSS Codes

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

#da9042 Text Font Color

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

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


#da9042 Background Color

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

This div background color is #da9042


#da9042 Border Color

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

This div border color is #da9042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9042


Comments

No comments written yet.

Please login to write comment.