color codes Logo

#dba132 color codes

#DBA132
(219,161,50)
0 Favorites   0 Comments

Color spaces of #dba132

RGB 21916150
HSL0.110.700.53
HSV39°77°86°
CMYK 0.000.260.77   0.14
XYZ42.534040.78018.6472
Yxy40.78010.46250.4434
Hunter Lab63.85937.137636.6730
CIE-Lab70.021611.662662.3454

#dba132 color RGB value is (219,161,50).

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

The process color (four color CMYK) of #dba132 color code is 0.00, 0.26, 0.77, 0.14. Web safe color of #dba132 is #cc9933. Color #dba132 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 00110010
Octal 333 241 62
Decimal 219 161 50
Hex DB A1 32

RGB Percentages of Color #dba132

%50.93
%37.44
%11.63

CMYK Percentages of Color #dba132

%0
%26
%77
%14

Triadic Colors of #dba132

#dba132 #32dba1 #a132db

Analogous Colors of #dba132

#dba132 #c1db32 #db4d32

Monochromatic Colors of #dba132

#dba132

Complementary Color

#dba132 #326cdb

#dba132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba132 Color CSS Codes

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

#dba132 Text Font Color

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

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


#dba132 Background Color

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

This div background color is #dba132


#dba132 Border Color

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

This div border color is #dba132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba132


Comments

No comments written yet.

Please login to write comment.