Color Hex Logo

#db9a4f Color Hex

#DB9A4F
(219,154,79)
0 Favorites   0 Comments

Color spaces of #db9a4f

RGB 21915479
HSL0.090.660.58
HSV32°64°86°
CMYK 0.000.300.64   0.14
XYZ42.180338.735812.6507
Yxy38.73580.45080.4140
Hunter Lab62.238112.057231.5152
CIE-Lab68.559516.901848.2000

#db9a4f color RGB value is (219,154,79).

#db9a4f hex color red value is 219, green value is 154 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #db9a4f hue: 0.09 , saturation: 0.66 and the lightness value of db9a4f is 0.58.

The process color (four color CMYK) of #db9a4f color hex is 0.00, 0.30, 0.64, 0.14. Web safe color of #db9a4f is #cc9966. Color #db9a4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011010 01001111
Octal 333 232 117
Decimal 219 154 79
Hex DB 9A 4F

RGB Percentages of Color #db9a4f

%48.45
%34.07
%17.48

CMYK Percentages of Color #db9a4f

%0
%30
%64
%14

Triadic Colors of #db9a4f

#db9a4f #4fdb9a #9a4fdb

Analogous Colors of #db9a4f

#db9a4f #d6db4f #db544f

Monochromatic Colors of #db9a4f

#db9a4f

Complementary Color

#db9a4f #4f90db

#db9a4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9a4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9a4f Color CSS Codes

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

#db9a4f Text Font Color

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

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


#db9a4f Background Color

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

This div background color is #db9a4f


#db9a4f Border Color

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

This div border color is #db9a4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9a4f


Comments

No comments written yet.

Please login to write comment.