Color Hex Logo

#da951e Color Hex

#DA951E
(218,149,30)
0 Favorites   0 Comments

Color spaces of #da951e

RGB 21814930
HSL0.110.760.49
HSV38°86°85°
CMYK 0.000.320.86   0.15
XYZ39.895236.49416.1696
Yxy36.49410.48320.4420
Hunter Lab60.410312.163936.2321
CIE-Lab66.895717.057766.1058

#da951e color RGB value is (218,149,30).

#da951e hex color red value is 218, green value is 149 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #da951e hue: 0.11 , saturation: 0.76 and the lightness value of da951e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010101 00011110
Octal 332 225 36
Decimal 218 149 30
Hex DA 95 1E

RGB Percentages of Color #da951e

%54.91
%37.53
%7.56

CMYK Percentages of Color #da951e

%0
%32
%86
%15

Triadic Colors of #da951e

#da951e #1eda95 #951eda

Analogous Colors of #da951e

#da951e #c1da1e #da371e

Monochromatic Colors of #da951e

#da951e

Complementary Color

#da951e #1e63da

#da951e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da951e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da951e Color CSS Codes

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

#da951e Text Font Color

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

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


#da951e Background Color

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

This div background color is #da951e


#da951e Border Color

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

This div border color is #da951e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da951e


Comments

No comments written yet.

Please login to write comment.