Color Hex Logo

#dbbf9b Color Hex

#DBBF9B
(219,191,155)
0 Favorites   0 Comments

Color spaces of #dbbf9b

RGB 219191155
HSL0.090.470.73
HSV34°29°86°
CMYK 0.000.130.29   0.14
XYZ53.760654.688238.7327
Yxy54.68820.36530.3716
Hunter Lab73.95150.349320.7124
CIE-Lab78.86134.617921.8433

#dbbf9b color RGB value is (219,191,155).

#dbbf9b hex color red value is 219, green value is 191 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dbbf9b hue: 0.09 , saturation: 0.47 and the lightness value of dbbf9b is 0.73.

The process color (four color CMYK) of #dbbf9b color hex is 0.00, 0.13, 0.29, 0.14. Web safe color of #dbbf9b is #cccc99. Color #dbbf9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 10011011
Octal 333 277 233
Decimal 219 191 155
Hex DB BF 9B

RGB Percentages of Color #dbbf9b

%38.76
%33.81
%27.43

CMYK Percentages of Color #dbbf9b

%0
%13
%29
%14

Triadic Colors of #dbbf9b

#dbbf9b #9bdbbf #bf9bdb

Analogous Colors of #dbbf9b

#dbbf9b #d7db9b #db9f9b

Monochromatic Colors of #dbbf9b

#dbbf9b

Complementary Color

#dbbf9b #9bb7db

#dbbf9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbf9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbf9b Color CSS Codes

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

#dbbf9b Text Font Color

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

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


#dbbf9b Background Color

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

This div background color is #dbbf9b


#dbbf9b Border Color

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

This div border color is #dbbf9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbf9b


Comments

No comments written yet.

Please login to write comment.