Color Hex Logo

#da991f Color Hex

#DA991F
(218,153,31)
0 Favorites   0 Comments

Color spaces of #da991f

RGB 21815331
HSL0.110.750.49
HSV39°86°85°
CMYK 0.000.300.86   0.15
XYZ40.552037.78686.4526
Yxy37.78680.47830.4456
Hunter Lab61.471010.181136.8060
CIE-Lab67.863214.930966.6168

#da991f color RGB value is (218,153,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011001 00011111
Octal 332 231 37
Decimal 218 153 31
Hex DA 99 1F

RGB Percentages of Color #da991f

%54.23
%38.06
%7.71

CMYK Percentages of Color #da991f

%0
%30
%86
%15

Triadic Colors of #da991f

#da991f #1fda99 #991fda

Analogous Colors of #da991f

#da991f #beda1f #da3c1f

Monochromatic Colors of #da991f

#da991f

Complementary Color

#da991f #1f60da

#da991f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da991f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da991f Color CSS Codes

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

#da991f Text Font Color

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

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


#da991f Background Color

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

This div background color is #da991f


#da991f Border Color

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

This div border color is #da991f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da991f


Comments

No comments written yet.

Please login to write comment.