Color Hex Logo

#dbb58f Color Hex

#DBB58F
(219,181,143)
0 Favorites   0 Comments

Color spaces of #dbb58f

RGB 219181143
HSL0.080.510.71
HSV30°35°86°
CMYK 0.000.170.35   0.14
XYZ50.695250.091032.9832
Yxy50.09100.37900.3745
Hunter Lab70.77504.001021.9116
CIE-Lab76.12518.398524.5163

#dbb58f color RGB value is (219,181,143).

#dbb58f hex color red value is 219, green value is 181 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dbb58f hue: 0.08 , saturation: 0.51 and the lightness value of dbb58f is 0.71.

The process color (four color CMYK) of #dbb58f color hex is 0.00, 0.17, 0.35, 0.14. Web safe color of #dbb58f is #cccc99. Color #dbb58f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110101 10001111
Octal 333 265 217
Decimal 219 181 143
Hex DB B5 8F

RGB Percentages of Color #dbb58f

%40.33
%33.33
%26.34

CMYK Percentages of Color #dbb58f

%0
%17
%35
%14

Triadic Colors of #dbb58f

#dbb58f #8fdbb5 #b58fdb

Analogous Colors of #dbb58f

#dbb58f #dbdb8f #db8f8f

Monochromatic Colors of #dbb58f

#dbb58f

Complementary Color

#dbb58f #8fb5db

#dbb58f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb58f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb58f Color CSS Codes

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

#dbb58f Text Font Color

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

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


#dbb58f Background Color

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

This div background color is #dbb58f


#dbb58f Border Color

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

This div border color is #dbb58f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb58f


Comments

No comments written yet.

Please login to write comment.