Color Hex Logo

#da905d Color Hex

#DA905D
(218,144,93)
0 Favorites   0 Comments

Color spaces of #da905d

RGB 21814493
HSL0.070.630.61
HSV24°57°85°
CMYK 0.000.340.57   0.15
XYZ40.862535.642315.0819
Yxy35.64230.44620.3892
Hunter Lab59.701217.697426.8128
CIE-Lab66.245722.861038.3216

#da905d color RGB value is (218,144,93).

#da905d hex color red value is 218, green value is 144 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #da905d hue: 0.07 , saturation: 0.63 and the lightness value of da905d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010000 01011101
Octal 332 220 135
Decimal 218 144 93
Hex DA 90 5D

RGB Percentages of Color #da905d

%47.91
%31.65
%20.44

CMYK Percentages of Color #da905d

%0
%34
%57
%15

Triadic Colors of #da905d

#da905d #5dda90 #905dda

Analogous Colors of #da905d

#da905d #dacf5d #da5d69

Monochromatic Colors of #da905d

#da905d

Complementary Color

#da905d #5da7da

#da905d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da905d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da905d Color CSS Codes

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

#da905d Text Font Color

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

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


#da905d Background Color

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

This div background color is #da905d


#da905d Border Color

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

This div border color is #da905d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da905d


Comments

No comments written yet.

Please login to write comment.