Color Hex Logo

#db9723 Color Hex

#DB9723
(219,151,35)
0 Favorites   0 Comments

Color spaces of #db9723

RGB 21915135
HSL0.110.720.50
HSV38°84°86°
CMYK 0.000.310.84   0.14
XYZ40.583437.31466.6536
Yxy37.31460.48000.4413
Hunter Lab61.085711.689836.3020
CIE-Lab67.512416.540065.2106

#db9723 color RGB value is (219,151,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010111 00100011
Octal 333 227 43
Decimal 219 151 35
Hex DB 97 23

RGB Percentages of Color #db9723

%54.07
%37.28
%8.64

CMYK Percentages of Color #db9723

%0
%31
%84
%14

Triadic Colors of #db9723

#db9723 #23db97 #9723db

Analogous Colors of #db9723

#db9723 #c3db23 #db3b23

Monochromatic Colors of #db9723

#db9723

Complementary Color

#db9723 #2367db

#db9723 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9723 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9723 Color CSS Codes

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

#db9723 Text Font Color

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

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


#db9723 Background Color

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

This div background color is #db9723


#db9723 Border Color

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

This div border color is #db9723


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9723


Comments

No comments written yet.

Please login to write comment.