Color Hex Logo

#da964a Color Hex

#DA964A
(218,150,74)
0 Favorites   0 Comments

Color spaces of #da964a

RGB 21815074
HSL0.090.660.57
HSV32°66°85°
CMYK 0.000.310.66   0.15
XYZ41.055837.212511.4974
Yxy37.21250.45740.4146
Hunter Lab61.002013.381131.5267
CIE-Lab67.436218.323949.3239

#da964a color RGB value is (218,150,74).

#da964a hex color red value is 218, green value is 150 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #da964a hue: 0.09 , saturation: 0.66 and the lightness value of da964a is 0.57.

The process color (four color CMYK) of #da964a color hex is 0.00, 0.31, 0.66, 0.15. Web safe color of #da964a is #cc9933. Color #da964a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010110 01001010
Octal 332 226 112
Decimal 218 150 74
Hex DA 96 4A

RGB Percentages of Color #da964a

%49.32
%33.94
%16.74

CMYK Percentages of Color #da964a

%0
%31
%66
%15

Triadic Colors of #da964a

#da964a #4ada96 #964ada

Analogous Colors of #da964a

#da964a #d6da4a #da4e4a

Monochromatic Colors of #da964a

#da964a

Complementary Color

#da964a #4a8eda

#da964a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da964a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da964a Color CSS Codes

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

#da964a Text Font Color

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

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


#da964a Background Color

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

This div background color is #da964a


#da964a Border Color

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

This div border color is #da964a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da964a


Comments

No comments written yet.

Please login to write comment.