Color Hex Logo

#dbbb7e Color Hex

#DBBB7E
(219,187,126)
0 Favorites   0 Comments

Color spaces of #dbbb7e

RGB 219187126
HSL0.110.560.68
HSV39°42°86°
CMYK 0.000.150.42   0.14
XYZ50.749652.107127.1215
Yxy52.10710.39040.4009
Hunter Lab72.1852-0.830328.2532
CIE-Lab77.34483.285935.1006

#dbbb7e color RGB value is (219,187,126).

#dbbb7e hex color red value is 219, green value is 187 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dbbb7e hue: 0.11 , saturation: 0.56 and the lightness value of dbbb7e is 0.68.

The process color (four color CMYK) of #dbbb7e color hex is 0.00, 0.15, 0.42, 0.14. Web safe color of #dbbb7e is #cccc66. Color #dbbb7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 01111110
Octal 333 273 176
Decimal 219 187 126
Hex DB BB 7E

RGB Percentages of Color #dbbb7e

%41.17
%35.15
%23.68

CMYK Percentages of Color #dbbb7e

%0
%15
%42
%14

Triadic Colors of #dbbb7e

#dbbb7e #7edbbb #bb7edb

Analogous Colors of #dbbb7e

#dbbb7e #cddb7e #db8d7e

Monochromatic Colors of #dbbb7e

#dbbb7e

Complementary Color

#dbbb7e #7e9edb

#dbbb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbb7e Color CSS Codes

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

#dbbb7e Text Font Color

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

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


#dbbb7e Background Color

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

This div background color is #dbbb7e


#dbbb7e Border Color

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

This div border color is #dbbb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbb7e


Comments

No comments written yet.

Please login to write comment.