Color Hex Logo

#da991e Color Hex

#DA991E
(218,153,30)
0 Favorites   0 Comments

Color spaces of #da991e

RGB 21815330
HSL0.110.760.49
HSV39°86°85°
CMYK 0.000.300.86   0.15
XYZ40.539037.78166.3842
Yxy37.78160.47860.4460
Hunter Lab61.466710.158936.8686
CIE-Lab67.859314.907266.8867

#da991e color RGB value is (218,153,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011001 00011110
Octal 332 231 36
Decimal 218 153 30
Hex DA 99 1E

RGB Percentages of Color #da991e

%54.36
%38.15
%7.48

CMYK Percentages of Color #da991e

%0
%30
%86
%15

Triadic Colors of #da991e

#da991e #1eda99 #991eda

Analogous Colors of #da991e

#da991e #bdda1e #da3b1e

Monochromatic Colors of #da991e

#da991e

Complementary Color

#da991e #1e5fda

#da991e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da991e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da991e Color CSS Codes

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

#da991e Text Font Color

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

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


#da991e Background Color

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

This div background color is #da991e


#da991e Border Color

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

This div border color is #da991e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,153,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 #da991e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da991e


Comments

No comments written yet.

Please login to write comment.