Color Hex Logo

#dbb17d Color Hex

#DBB17D
(219,177,125)
0 Favorites   0 Comments

Color spaces of #dbb17d

RGB 219177125
HSL0.090.570.67
HSV33°43°86°
CMYK 0.000.190.43   0.14
XYZ48.637247.985026.1006
Yxy47.98500.39630.3910
Hunter Lab69.27124.105126.1500
CIE-Lab74.81558.480432.3388

#dbb17d color RGB value is (219,177,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110001 01111101
Octal 333 261 175
Decimal 219 177 125
Hex DB B1 7D

RGB Percentages of Color #dbb17d

%42.03
%33.97
%23.99

CMYK Percentages of Color #dbb17d

%0
%19
%43
%14

Triadic Colors of #dbb17d

#dbb17d #7ddbb1 #b17ddb

Analogous Colors of #dbb17d

#dbb17d #d6db7d #db827d

Monochromatic Colors of #dbb17d

#dbb17d

Complementary Color

#dbb17d #7da7db

#dbb17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb17d Color CSS Codes

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

#dbb17d Text Font Color

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

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


#dbb17d Background Color

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

This div background color is #dbb17d


#dbb17d Border Color

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

This div border color is #dbb17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb17d


Comments

No comments written yet.

Please login to write comment.