Color Hex Logo

#da905b Color Hex

#DA905B
(218,144,91)
0 Favorites   0 Comments

Color spaces of #da905b

RGB 21814491
HSL0.070.630.61
HSV25°58°85°
CMYK 0.000.340.58   0.15
XYZ40.775035.607314.6213
Yxy35.60730.44810.3913
Hunter Lab59.671917.547027.2426
CIE-Lab66.218822.707639.3395

#da905b color RGB value is (218,144,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010000 01011011
Octal 332 220 133
Decimal 218 144 91
Hex DA 90 5B

RGB Percentages of Color #da905b

%48.12
%31.79
%20.09

CMYK Percentages of Color #da905b

%0
%34
%58
%15

Triadic Colors of #da905b

#da905b #5bda90 #905bda

Analogous Colors of #da905b

#da905b #dad05b #da5b66

Monochromatic Colors of #da905b

#da905b

Complementary Color

#da905b #5ba5da

#da905b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da905b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da905b Color CSS Codes

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

#da905b Text Font Color

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

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


#da905b Background Color

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

This div background color is #da905b


#da905b Border Color

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

This div border color is #da905b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da905b


Comments

No comments written yet.

Please login to write comment.