Color Hex Logo

#dba136 Color Hex

#DBA136
(219,161,54)
0 Favorites   0 Comments

Color spaces of #dba136

RGB 21916154
HSL0.110.700.54
HSV39°75°86°
CMYK 0.000.260.75   0.14
XYZ42.624140.81619.1218
Yxy40.81610.46050.4410
Hunter Lab63.88757.287636.2559
CIE-Lab70.046911.823460.8442

#dba136 color RGB value is (219,161,54).

#dba136 hex color red value is 219, green value is 161 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #dba136 hue: 0.11 , saturation: 0.70 and the lightness value of dba136 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 00110110
Octal 333 241 66
Decimal 219 161 54
Hex DB A1 36

RGB Percentages of Color #dba136

%50.46
%37.10
%12.44

CMYK Percentages of Color #dba136

%0
%26
%75
%14

Triadic Colors of #dba136

#dba136 #36dba1 #a136db

Analogous Colors of #dba136

#dba136 #c3db36 #db4f36

Monochromatic Colors of #dba136

#dba136

Complementary Color

#dba136 #3670db

#dba136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba136 Color CSS Codes

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

#dba136 Text Font Color

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

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


#dba136 Background Color

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

This div background color is #dba136


#dba136 Border Color

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

This div border color is #dba136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba136


Comments

No comments written yet.

Please login to write comment.