Color Hex Logo

#dbbd9b Color Hex

#DBBD9B
(219,189,155)
0 Favorites   0 Comments

Color spaces of #dbbd9b

RGB 219189155
HSL0.090.470.73
HSV32°29°86°
CMYK 0.000.140.29   0.14
XYZ53.327453.821838.5883
Yxy53.82180.36590.3693
Hunter Lab73.36331.364820.1685
CIE-Lab78.35775.675021.1514

#dbbd9b color RGB value is (219,189,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 10011011
Octal 333 275 233
Decimal 219 189 155
Hex DB BD 9B

RGB Percentages of Color #dbbd9b

%38.90
%33.57
%27.53

CMYK Percentages of Color #dbbd9b

%0
%14
%29
%14

Triadic Colors of #dbbd9b

#dbbd9b #9bdbbd #bd9bdb

Analogous Colors of #dbbd9b

#dbbd9b #d9db9b #db9d9b

Monochromatic Colors of #dbbd9b

#dbbd9b

Complementary Color

#dbbd9b #9bb9db

#dbbd9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbd9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbd9b Color CSS Codes

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

#dbbd9b Text Font Color

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

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


#dbbd9b Background Color

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

This div background color is #dbbd9b


#dbbd9b Border Color

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

This div border color is #dbbd9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbd9b


Comments

No comments written yet.

Please login to write comment.