color codes Logo

#dba732 color codes

#DBA732
(219,167,50)
0 Favorites   0 Comments

Color spaces of #dba732

RGB 21916750
HSL0.120.700.53
HSV42°77°86°
CMYK 0.000.240.77   0.14
XYZ43.607942.92789.0051
Yxy42.92780.45640.4493
Hunter Lab65.51934.146037.7146
CIE-Lab71.50598.456463.7346

#dba732 color RGB value is (219,167,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 00110010
Octal 333 247 62
Decimal 219 167 50
Hex DB A7 32

RGB Percentages of Color #dba732

%50.23
%38.30
%11.47

CMYK Percentages of Color #dba732

%0
%24
%77
%14

Triadic Colors of #dba732

#dba732 #32dba7 #a732db

Analogous Colors of #dba732

#dba732 #bbdb32 #db5232

Monochromatic Colors of #dba732

#dba732

Complementary Color

#dba732 #3266db

#dba732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba732 Color CSS Codes

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

#dba732 Text Font Color

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

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


#dba732 Background Color

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

This div background color is #dba732


#dba732 Border Color

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

This div border color is #dba732


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,167,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 #dba732">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba732


Comments

No comments written yet.

Please login to write comment.