Color Hex Logo

#db964a Color Hex

#DB964A
(219,150,74)
0 Favorites   0 Comments

Color spaces of #db964a

RGB 21915074
HSL0.090.670.57
HSV31°66°86°
CMYK 0.000.320.66   0.14
XYZ41.355837.367211.5115
Yxy37.36720.45830.4141
Hunter Lab61.128713.786531.6249
CIE-Lab67.551618.744649.4844

#db964a color RGB value is (219,150,74).

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

The process color (four color CMYK) of #db964a color hex is 0.00, 0.32, 0.66, 0.14. Web safe color of #db964a is #cc9933. Color #db964a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010110 01001010
Octal 333 226 112
Decimal 219 150 74
Hex DB 96 4A

RGB Percentages of Color #db964a

%49.44
%33.86
%16.70

CMYK Percentages of Color #db964a

%0
%32
%66
%14

Triadic Colors of #db964a

#db964a #4adb96 #964adb

Analogous Colors of #db964a

#db964a #d8db4a #db4d4a

Monochromatic Colors of #db964a

#db964a

Complementary Color

#db964a #4a8fdb

#db964a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db964a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db964a Color CSS Codes

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

#db964a Text Font Color

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

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


#db964a Background Color

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

This div background color is #db964a


#db964a Border Color

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

This div border color is #db964a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,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 #db964a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db964a


Comments

No comments written yet.

Please login to write comment.