Color Hex Logo

#dba77d Color Hex

#DBA77D
(219,167,125)
0 Favorites   0 Comments

Color spaces of #dba77d

RGB 219167125
HSL0.070.570.67
HSV27°43°86°
CMYK 0.000.240.43   0.14
XYZ46.733844.178225.4661
Yxy44.17820.40160.3796
Hunter Lab66.46679.189523.8103
CIE-Lab72.347413.831929.0986

#dba77d color RGB value is (219,167,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 01111101
Octal 333 247 175
Decimal 219 167 125
Hex DB A7 7D

RGB Percentages of Color #dba77d

%42.86
%32.68
%24.46

CMYK Percentages of Color #dba77d

%0
%24
%43
%14

Triadic Colors of #dba77d

#dba77d #7ddba7 #a77ddb

Analogous Colors of #dba77d

#dba77d #dbd67d #db7d82

Monochromatic Colors of #dba77d

#dba77d

Complementary Color

#dba77d #7db1db

#dba77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba77d Color CSS Codes

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

#dba77d Text Font Color

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

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


#dba77d Background Color

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

This div background color is #dba77d


#dba77d Border Color

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

This div border color is #dba77d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba77d


Comments

No comments written yet.

Please login to write comment.