Color Hex Logo

#db972e Color Hex

#DB972E
(219,151,46)
0 Favorites   0 Comments

Color spaces of #db972e

RGB 21915146
HSL0.100.710.52
HSV36°79°86°
CMYK 0.000.310.79   0.14
XYZ40.773237.39057.6529
Yxy37.39050.47510.4357
Hunter Lab61.147812.014835.3830
CIE-Lab67.569016.882261.5468

#db972e color RGB value is (219,151,46).

#db972e hex color red value is 219, green value is 151 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #db972e hue: 0.10 , saturation: 0.71 and the lightness value of db972e is 0.52.

The process color (four color CMYK) of #db972e color hex is 0.00, 0.31, 0.79, 0.14. Web safe color of #db972e is #cc9933. Color #db972e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010111 00101110
Octal 333 227 56
Decimal 219 151 46
Hex DB 97 2E

RGB Percentages of Color #db972e

%52.64
%36.30
%11.06

CMYK Percentages of Color #db972e

%0
%31
%79
%14

Triadic Colors of #db972e

#db972e #2edb97 #972edb

Analogous Colors of #db972e

#db972e #c9db2e #db402e

Monochromatic Colors of #db972e

#db972e

Complementary Color

#db972e #2e72db

#db972e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db972e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db972e Color CSS Codes

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

#db972e Text Font Color

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

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


#db972e Background Color

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

This div background color is #db972e


#db972e Border Color

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

This div border color is #db972e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,151,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db972e


Comments

No comments written yet.

Please login to write comment.