Color Hex Logo

#dbb18f Color Hex

#DBB18F
(219,177,143)
0 Favorites   0 Comments

Color spaces of #dbb18f

RGB 219177143
HSL0.070.510.71
HSV27°35°86°
CMYK 0.000.190.35   0.14
XYZ49.893548.487532.7160
Yxy48.48750.38060.3699
Hunter Lab69.63306.041420.8866
CIE-Lab75.131410.532923.1667

#dbb18f color RGB value is (219,177,143).

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

The process color (four color CMYK) of #dbb18f color hex is 0.00, 0.19, 0.35, 0.14. Web safe color of #dbb18f is #cc9999. Color #dbb18f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110001 10001111
Octal 333 261 217
Decimal 219 177 143
Hex DB B1 8F

RGB Percentages of Color #dbb18f

%40.63
%32.84
%26.53

CMYK Percentages of Color #dbb18f

%0
%19
%35
%14

Triadic Colors of #dbb18f

#dbb18f #8fdbb1 #b18fdb

Analogous Colors of #dbb18f

#dbb18f #dbd78f #db8f93

Monochromatic Colors of #dbb18f

#dbb18f

Complementary Color

#dbb18f #8fb9db

#dbb18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb18f Color CSS Codes

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

#dbb18f Text Font Color

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

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


#dbb18f Background Color

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

This div background color is #dbb18f


#dbb18f Border Color

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

This div border color is #dbb18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb18f


Comments

No comments written yet.

Please login to write comment.