Color Hex Logo

#db932f Color Hex

#DB932F
(219,147,47)
0 Favorites   0 Comments

Color spaces of #db932f

RGB 21914747
HSL0.100.700.52
HSV35°79°86°
CMYK 0.000.330.79   0.14
XYZ40.160236.13277.5470
Yxy36.13270.47900.4310
Hunter Lab60.110514.063734.6334
CIE-Lab66.621219.068160.2952

#db932f color RGB value is (219,147,47).

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

The process color (four color CMYK) of #db932f color hex is 0.00, 0.33, 0.79, 0.14. Web safe color of #db932f is #cc9933. Color #db932f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010011 00101111
Octal 333 223 57
Decimal 219 147 47
Hex DB 93 2F

RGB Percentages of Color #db932f

%53.03
%35.59
%11.38

CMYK Percentages of Color #db932f

%0
%33
%79
%14

Triadic Colors of #db932f

#db932f #2fdb93 #932fdb

Analogous Colors of #db932f

#db932f #cddb2f #db3d2f

Monochromatic Colors of #db932f

#db932f

Complementary Color

#db932f #2f77db

#db932f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db932f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db932f Color CSS Codes

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

#db932f Text Font Color

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

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


#db932f Background Color

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

This div background color is #db932f


#db932f Border Color

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

This div border color is #db932f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db932f


Comments

No comments written yet.

Please login to write comment.