Color Hex Logo

#db9043 Color Hex

#DB9043
(219,144,67)
0 Favorites   0 Comments

Color spaces of #db9043

RGB 21914467
HSL0.080.680.56
HSV30°69°86°
CMYK 0.000.340.69   0.14
XYZ40.199835.411810.0266
Yxy35.41180.46940.4135
Hunter Lab59.507816.444931.6656
CIE-Lab66.068021.575751.1813

#db9043 color RGB value is (219,144,67).

#db9043 hex color red value is 219, green value is 144 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #db9043 hue: 0.08 , saturation: 0.68 and the lightness value of db9043 is 0.56.

The process color (four color CMYK) of #db9043 color hex is 0.00, 0.34, 0.69, 0.14. Web safe color of #db9043 is #cc9933. Color #db9043 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010000 01000011
Octal 333 220 103
Decimal 219 144 67
Hex DB 90 43

RGB Percentages of Color #db9043

%50.93
%33.49
%15.58

CMYK Percentages of Color #db9043

%0
%34
%69
%14

Triadic Colors of #db9043

#db9043 #43db90 #9043db

Analogous Colors of #db9043

#db9043 #dadb43 #db4443

Monochromatic Colors of #db9043

#db9043

Complementary Color

#db9043 #438edb

#db9043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9043 Color CSS Codes

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

#db9043 Text Font Color

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

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


#db9043 Background Color

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

This div background color is #db9043


#db9043 Border Color

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

This div border color is #db9043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9043


Comments

No comments written yet.

Please login to write comment.