Color Hex Logo

#dbb17f Color Hex

#DBB17F
(219,177,127)
0 Favorites   0 Comments

Color spaces of #dbb17f

RGB 219177127
HSL0.090.560.68
HSV33°42°86°
CMYK 0.000.190.42   0.14
XYZ48.766348.036726.7804
Yxy48.03670.39460.3887
Hunter Lab69.30854.304825.6067
CIE-Lab74.84818.693431.3256

#dbb17f color RGB value is (219,177,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110001 01111111
Octal 333 261 177
Decimal 219 177 127
Hex DB B1 7F

RGB Percentages of Color #dbb17f

%41.87
%33.84
%24.28

CMYK Percentages of Color #dbb17f

%0
%19
%42
%14

Triadic Colors of #dbb17f

#dbb17f #7fdbb1 #b17fdb

Analogous Colors of #dbb17f

#dbb17f #d7db7f #db837f

Monochromatic Colors of #dbb17f

#dbb17f

Complementary Color

#dbb17f #7fa9db

#dbb17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb17f Color CSS Codes

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

#dbb17f Text Font Color

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

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


#dbb17f Background Color

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

This div background color is #dbb17f


#dbb17f Border Color

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

This div border color is #dbb17f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,177,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 #dbb17f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb17f


Comments

No comments written yet.

Please login to write comment.