Color Hex Logo

#da942b Color Hex

#DA942B
(218,148,43)
0 Favorites   0 Comments

Color spaces of #da942b

RGB 21814843
HSL0.100.700.51
HSV36°80°85°
CMYK 0.000.320.80   0.15
XYZ39.939436.25977.1793
Yxy36.25970.47900.4349
Hunter Lab60.216013.015435.0823
CIE-Lab66.717917.962561.8184

#da942b color RGB value is (218,148,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010100 00101011
Octal 332 224 53
Decimal 218 148 43
Hex DA 94 2B

RGB Percentages of Color #da942b

%53.30
%36.19
%10.51

CMYK Percentages of Color #da942b

%0
%32
%80
%15

Triadic Colors of #da942b

#da942b #2bda94 #942bda

Analogous Colors of #da942b

#da942b #c9da2b #da3c2b

Monochromatic Colors of #da942b

#da942b

Complementary Color

#da942b #2b71da

#da942b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da942b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da942b Color CSS Codes

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

#da942b Text Font Color

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

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


#da942b Background Color

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

This div background color is #da942b


#da942b Border Color

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

This div border color is #da942b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da942b


Comments

No comments written yet.

Please login to write comment.