Color Hex Logo

#dba767 Color Hex

#DBA767
(219,167,103)
0 Favorites   0 Comments

Color spaces of #dba767

RGB 219167103
HSL0.090.620.63
HSV33°53°86°
CMYK 0.000.240.53   0.14
XYZ45.480343.676818.8654
Yxy43.67680.42100.4043
Hunter Lab66.08847.184229.3372
CIE-Lab72.011911.717640.2472

#dba767 color RGB value is (219,167,103).

#dba767 hex color red value is 219, green value is 167 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #dba767 hue: 0.09 , saturation: 0.62 and the lightness value of dba767 is 0.63.

The process color (four color CMYK) of #dba767 color hex is 0.00, 0.24, 0.53, 0.14. Web safe color of #dba767 is #cc9966. Color #dba767 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 01100111
Octal 333 247 147
Decimal 219 167 103
Hex DB A7 67

RGB Percentages of Color #dba767

%44.79
%34.15
%21.06

CMYK Percentages of Color #dba767

%0
%24
%53
%14

Triadic Colors of #dba767

#dba767 #67dba7 #a767db

Analogous Colors of #dba767

#dba767 #d5db67 #db6d67

Monochromatic Colors of #dba767

#dba767

Complementary Color

#dba767 #679bdb

#dba767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba767 Color CSS Codes

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

#dba767 Text Font Color

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

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


#dba767 Background Color

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

This div background color is #dba767


#dba767 Border Color

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

This div border color is #dba767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba767


Comments

No comments written yet.

Please login to write comment.