Color Hex Logo

#db9720 Color Hex

#DB9720
(219,151,32)
0 Favorites   0 Comments

Color spaces of #db9720

RGB 21915132
HSL0.110.750.49
HSV38°85°86°
CMYK 0.000.310.85   0.14
XYZ40.540737.29766.4289
Yxy37.29760.48110.4426
Hunter Lab61.071811.616436.5089
CIE-Lab67.499716.462666.0857

#db9720 color RGB value is (219,151,32).

#db9720 hex color red value is 219, green value is 151 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #db9720 hue: 0.11 , saturation: 0.75 and the lightness value of db9720 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010111 00100000
Octal 333 227 40
Decimal 219 151 32
Hex DB 97 20

RGB Percentages of Color #db9720

%54.48
%37.56
%7.96

CMYK Percentages of Color #db9720

%0
%31
%85
%14

Triadic Colors of #db9720

#db9720 #20db97 #9720db

Analogous Colors of #db9720

#db9720 #c2db20 #db3a20

Monochromatic Colors of #db9720

#db9720

Complementary Color

#db9720 #2064db

#db9720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9720 Color CSS Codes

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

#db9720 Text Font Color

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

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


#db9720 Background Color

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

This div background color is #db9720


#db9720 Border Color

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

This div border color is #db9720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9720


Comments

No comments written yet.

Please login to write comment.