Color Hex Logo

#dba67f Color Hex

#DBA67F
(219,166,127)
0 Favorites   0 Comments

Color spaces of #dba67f

RGB 219166127
HSL0.070.560.68
HSV25°42°86°
CMYK 0.000.240.42   0.14
XYZ46.680443.864826.0851
Yxy43.86480.40020.3761
Hunter Lab66.23059.906523.0098
CIE-Lab72.138014.584127.7471

#dba67f color RGB value is (219,166,127).

#dba67f hex color red value is 219, green value is 166 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dba67f hue: 0.07 , saturation: 0.56 and the lightness value of dba67f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100110 01111111
Octal 333 246 177
Decimal 219 166 127
Hex DB A6 7F

RGB Percentages of Color #dba67f

%42.77
%32.42
%24.80

CMYK Percentages of Color #dba67f

%0
%24
%42
%14

Triadic Colors of #dba67f

#dba67f #7fdba6 #a67fdb

Analogous Colors of #dba67f

#dba67f #dbd47f #db7f86

Monochromatic Colors of #dba67f

#dba67f

Complementary Color

#dba67f #7fb4db

#dba67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba67f Color CSS Codes

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

#dba67f Text Font Color

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

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


#dba67f Background Color

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

This div background color is #dba67f


#dba67f Border Color

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

This div border color is #dba67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba67f


Comments

No comments written yet.

Please login to write comment.