Color Hex Logo

#da904e Color Hex

#DA904E
(218,144,78)
0 Favorites   0 Comments

Color spaces of #da904e

RGB 21814478
HSL0.080.650.58
HSV28°64°85°
CMYK 0.000.340.64   0.15
XYZ40.261835.402011.9190
Yxy35.40200.45970.4042
Hunter Lab59.499616.662029.7727
CIE-Lab66.060521.801245.8104

#da904e color RGB value is (218,144,78).

#da904e hex color red value is 218, green value is 144 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #da904e hue: 0.08 , saturation: 0.65 and the lightness value of da904e is 0.58.

The process color (four color CMYK) of #da904e color hex is 0.00, 0.34, 0.64, 0.15. Web safe color of #da904e is #cc9966. Color #da904e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010000 01001110
Octal 332 220 116
Decimal 218 144 78
Hex DA 90 4E

RGB Percentages of Color #da904e

%49.55
%32.73
%17.73

CMYK Percentages of Color #da904e

%0
%34
%64
%15

Triadic Colors of #da904e

#da904e #4eda90 #904eda

Analogous Colors of #da904e

#da904e #dad64e #da4e52

Monochromatic Colors of #da904e

#da904e

Complementary Color

#da904e #4e98da

#da904e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da904e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da904e Color CSS Codes

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

#da904e Text Font Color

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

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


#da904e Background Color

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

This div background color is #da904e


#da904e Border Color

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

This div border color is #da904e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da904e


Comments

No comments written yet.

Please login to write comment.