Color Hex Logo

#dba32e Color Hex

#DBA32E
(219,163,46)
0 Favorites   0 Comments

Color spaces of #dba32e

RGB 21916346
HSL0.110.710.52
HSV41°79°86°
CMYK 0.000.260.79   0.14
XYZ42.803841.45178.3297
Yxy41.45170.46230.4477
Hunter Lab64.38306.002137.3973
CIE-Lab70.491210.445164.2205

#dba32e color RGB value is (219,163,46).

#dba32e hex color red value is 219, green value is 163 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dba32e hue: 0.11 , saturation: 0.71 and the lightness value of dba32e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100011 00101110
Octal 333 243 56
Decimal 219 163 46
Hex DB A3 2E

RGB Percentages of Color #dba32e

%51.17
%38.08
%10.75

CMYK Percentages of Color #dba32e

%0
%26
%79
%14

Triadic Colors of #dba32e

#dba32e #2edba3 #a32edb

Analogous Colors of #dba32e

#dba32e #bddb2e #db4d2e

Monochromatic Colors of #dba32e

#dba32e

Complementary Color

#dba32e #2e66db

#dba32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba32e Color CSS Codes

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

#dba32e Text Font Color

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

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


#dba32e Background Color

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

This div background color is #dba32e


#dba32e Border Color

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

This div border color is #dba32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba32e


Comments

No comments written yet.

Please login to write comment.