Color Hex Logo

#dba746 Color Hex

#DBA746
(219,167,70)
0 Favorites   0 Comments

Color spaces of #dba746

RGB 21916770
HSL0.110.670.57
HSV39°68°86°
CMYK 0.000.240.68   0.14
XYZ44.137643.139711.7948
Yxy43.13970.44550.4354
Hunter Lab65.68085.010835.3294
CIE-Lab71.64979.392055.7805

#dba746 color RGB value is (219,167,70).

#dba746 hex color red value is 219, green value is 167 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dba746 hue: 0.11 , saturation: 0.67 and the lightness value of dba746 is 0.57.

The process color (four color CMYK) of #dba746 color hex is 0.00, 0.24, 0.68, 0.14. Web safe color of #dba746 is #cc9933. Color #dba746 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 01000110
Octal 333 247 106
Decimal 219 167 70
Hex DB A7 46

RGB Percentages of Color #dba746

%48.03
%36.62
%15.35

CMYK Percentages of Color #dba746

%0
%24
%68
%14

Triadic Colors of #dba746

#dba746 #46dba7 #a746db

Analogous Colors of #dba746

#dba746 #c5db46 #db5d46

Monochromatic Colors of #dba746

#dba746

Complementary Color

#dba746 #467adb

#dba746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba746 Color CSS Codes

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

#dba746 Text Font Color

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

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


#dba746 Background Color

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

This div background color is #dba746


#dba746 Border Color

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

This div border color is #dba746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba746


Comments

No comments written yet.

Please login to write comment.