Color Hex Logo

#dba76d Color Hex

#DBA76D
(219,167,109)
0 Favorites   0 Comments

Color spaces of #dba76d

RGB 219167109
HSL0.090.600.64
HSV32°50°86°
CMYK 0.000.240.50   0.14
XYZ45.792543.801620.5090
Yxy43.80160.41590.3978
Hunter Lab66.18287.686027.9549
CIE-Lab72.095712.249537.2433

#dba76d color RGB value is (219,167,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 01101101
Octal 333 247 155
Decimal 219 167 109
Hex DB A7 6D

RGB Percentages of Color #dba76d

%44.24
%33.74
%22.02

CMYK Percentages of Color #dba76d

%0
%24
%50
%14

Triadic Colors of #dba76d

#dba76d #6ddba7 #a76ddb

Analogous Colors of #dba76d

#dba76d #d8db6d #db706d

Monochromatic Colors of #dba76d

#dba76d

Complementary Color

#dba76d #6da1db

#dba76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba76d Color CSS Codes

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

#dba76d Text Font Color

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

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


#dba76d Background Color

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

This div background color is #dba76d


#dba76d Border Color

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

This div border color is #dba76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba76d


Comments

No comments written yet.

Please login to write comment.