Color Hex Logo

#da932d Color Hex

#DA932D
(218,147,45)
0 Favorites   0 Comments

Color spaces of #da932d

RGB 21814745
HSL0.100.700.52
HSV35°79°85°
CMYK 0.000.330.79   0.15
XYZ39.820835.96237.3253
Yxy35.96230.47910.4327
Hunter Lab59.968613.584034.7356
CIE-Lab66.491118.568960.8834

#da932d color RGB value is (218,147,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010011 00101101
Octal 332 223 55
Decimal 218 147 45
Hex DA 93 2D

RGB Percentages of Color #da932d

%53.17
%35.85
%10.98

CMYK Percentages of Color #da932d

%0
%33
%79
%15

Triadic Colors of #da932d

#da932d #2dda93 #932dda

Analogous Colors of #da932d

#da932d #cbda2d #da3d2d

Monochromatic Colors of #da932d

#da932d

Complementary Color

#da932d #2d74da

#da932d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da932d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da932d Color CSS Codes

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

#da932d Text Font Color

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

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


#da932d Background Color

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

This div background color is #da932d


#da932d Border Color

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

This div border color is #da932d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da932d


Comments

No comments written yet.

Please login to write comment.