Color Hex Logo

#da954b Color Hex

#DA954B
(218,149,75)
0 Favorites   0 Comments

Color spaces of #da954b

RGB 21814975
HSL0.090.660.57
HSV31°66°85°
CMYK 0.000.320.66   0.15
XYZ40.930936.908311.6233
Yxy36.90830.45750.4126
Hunter Lab60.752213.945431.1830
CIE-Lab67.208218.922948.5871

#da954b color RGB value is (218,149,75).

#da954b hex color red value is 218, green value is 149 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #da954b hue: 0.09 , saturation: 0.66 and the lightness value of da954b is 0.57.

The process color (four color CMYK) of #da954b color hex is 0.00, 0.32, 0.66, 0.15. Web safe color of #da954b is #cc9933. Color #da954b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010101 01001011
Octal 332 225 113
Decimal 218 149 75
Hex DA 95 4B

RGB Percentages of Color #da954b

%49.32
%33.71
%16.97

CMYK Percentages of Color #da954b

%0
%32
%66
%15

Triadic Colors of #da954b

#da954b #4bda95 #954bda

Analogous Colors of #da954b

#da954b #d8da4b #da4d4b

Monochromatic Colors of #da954b

#da954b

Complementary Color

#da954b #4b90da

#da954b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da954b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da954b Color CSS Codes

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

#da954b Text Font Color

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

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


#da954b Background Color

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

This div background color is #da954b


#da954b Border Color

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

This div border color is #da954b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da954b


Comments

No comments written yet.

Please login to write comment.