Color Hex Logo

#da931d Color Hex

#DA931D
(218,147,29)
0 Favorites   0 Comments

Color spaces of #da931d

RGB 21814729
HSL0.100.770.48
HSV37°87°85°
CMYK 0.000.330.87   0.15
XYZ39.568935.86165.9989
Yxy35.86160.48590.4404
Hunter Lab59.884613.146435.9798
CIE-Lab66.414018.110565.9904

#da931d color RGB value is (218,147,29).

#da931d hex color red value is 218, green value is 147 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #da931d hue: 0.10 , saturation: 0.77 and the lightness value of da931d is 0.48.

The process color (four color CMYK) of #da931d color hex is 0.00, 0.33, 0.87, 0.15. Web safe color of #da931d is #cc9933. Color #da931d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010011 00011101
Octal 332 223 35
Decimal 218 147 29
Hex DA 93 1D

RGB Percentages of Color #da931d

%55.33
%37.31
%7.36

CMYK Percentages of Color #da931d

%0
%33
%87
%15

Triadic Colors of #da931d

#da931d #1dda93 #931dda

Analogous Colors of #da931d

#da931d #c3da1d #da351d

Monochromatic Colors of #da931d

#da931d

Complementary Color

#da931d #1d64da

#da931d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da931d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da931d Color CSS Codes

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

#da931d Text Font Color

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

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


#da931d Background Color

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

This div background color is #da931d


#da931d Border Color

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

This div border color is #da931d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da931d


Comments

No comments written yet.

Please login to write comment.