Color Hex Logo

#dba766 Color Hex

#DBA766
(219,167,102)
0 Favorites   0 Comments

Color spaces of #dba766

RGB 219167102
HSL0.090.620.63
HSV33°53°86°
CMYK 0.000.240.53   0.14
XYZ45.430443.656818.6025
Yxy43.65680.42190.4054
Hunter Lab66.07337.104029.5586
CIE-Lab71.998511.632540.7444

#dba766 color RGB value is (219,167,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 01100110
Octal 333 247 146
Decimal 219 167 102
Hex DB A7 66

RGB Percentages of Color #dba766

%44.88
%34.22
%20.90

CMYK Percentages of Color #dba766

%0
%24
%53
%14

Triadic Colors of #dba766

#dba766 #66dba7 #a766db

Analogous Colors of #dba766

#dba766 #d5db66 #db6d66

Monochromatic Colors of #dba766

#dba766

Complementary Color

#dba766 #669adb

#dba766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba766 Color CSS Codes

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

#dba766 Text Font Color

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

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


#dba766 Background Color

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

This div background color is #dba766


#dba766 Border Color

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

This div border color is #dba766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba766

#dba766 Color Palettes


Comments

No comments written yet.

Please login to write comment.