Color Hex Logo

#db972b Color Hex

#DB972B
(219,151,43)
0 Favorites   0 Comments

Color spaces of #db972b

RGB 21915143
HSL0.100.710.51
HSV37°80°86°
CMYK 0.000.310.80   0.14
XYZ40.716137.36777.3522
Yxy37.36770.47660.4374
Hunter Lab61.129111.917035.6594
CIE-Lab67.552016.779362.6130

#db972b color RGB value is (219,151,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010111 00101011
Octal 333 227 53
Decimal 219 151 43
Hex DB 97 2B

RGB Percentages of Color #db972b

%53.03
%36.56
%10.41

CMYK Percentages of Color #db972b

%0
%31
%80
%14

Triadic Colors of #db972b

#db972b #2bdb97 #972bdb

Analogous Colors of #db972b

#db972b #c7db2b #db3f2b

Monochromatic Colors of #db972b

#db972b

Complementary Color

#db972b #2b6fdb

#db972b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db972b Color Preview on White Background

Lorem ipsum dolor sit amet.

#db972b Color CSS Codes

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

#db972b Text Font Color

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

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


#db972b Background Color

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

This div background color is #db972b


#db972b Border Color

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

This div border color is #db972b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db972b


Comments

No comments written yet.

Please login to write comment.