Color Hex Logo

#db9734 Color Hex

#DB9734
(219,151,52)
0 Favorites   0 Comments

Color spaces of #db9734

RGB 21915152
HSL0.100.700.53
HSV36°76°86°
CMYK 0.000.310.76   0.14
XYZ40.899937.44128.3200
Yxy37.44120.47200.4320
Hunter Lab61.189212.231334.7707
CIE-Lab67.606717.109659.2801

#db9734 color RGB value is (219,151,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010111 00110100
Octal 333 227 64
Decimal 219 151 52
Hex DB 97 34

RGB Percentages of Color #db9734

%51.90
%35.78
%12.32

CMYK Percentages of Color #db9734

%0
%31
%76
%14

Triadic Colors of #db9734

#db9734 #34db97 #9734db

Analogous Colors of #db9734

#db9734 #ccdb34 #db4434

Monochromatic Colors of #db9734

#db9734

Complementary Color

#db9734 #3478db

#db9734 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9734 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9734 Color CSS Codes

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

#db9734 Text Font Color

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

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


#db9734 Background Color

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

This div background color is #db9734


#db9734 Border Color

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

This div border color is #db9734


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9734

#db9734 Color Palettes


Comments

No comments written yet.

Please login to write comment.