Color Hex Logo

#da942f Color Hex

#DA942F
(218,148,47)
0 Favorites   0 Comments

Color spaces of #da942f

RGB 21814847
HSL0.100.700.52
HSV35°78°85°
CMYK 0.000.320.78   0.15
XYZ40.016436.29057.5850
Yxy36.29050.47700.4326
Hunter Lab60.241613.148634.7039
CIE-Lab66.741318.102160.3646

#da942f color RGB value is (218,148,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010100 00101111
Octal 332 224 57
Decimal 218 148 47
Hex DA 94 2F

RGB Percentages of Color #da942f

%52.78
%35.84
%11.38

CMYK Percentages of Color #da942f

%0
%32
%78
%15

Triadic Colors of #da942f

#da942f #2fda94 #942fda

Analogous Colors of #da942f

#da942f #cbda2f #da3e2f

Monochromatic Colors of #da942f

#da942f

Complementary Color

#da942f #2f75da

#da942f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da942f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da942f Color CSS Codes

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

#da942f Text Font Color

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

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


#da942f Background Color

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

This div background color is #da942f


#da942f Border Color

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

This div border color is #da942f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da942f


Comments

No comments written yet.

Please login to write comment.