Color Hex Logo

#dbb67e Color Hex

#DBB67E
(219,182,126)
0 Favorites   0 Comments

Color spaces of #dbb67e

RGB 219182126
HSL0.100.560.68
HSV36°42°86°
CMYK 0.000.170.42   0.14
XYZ49.707350.022326.7741
Yxy50.02230.39290.3954
Hunter Lab70.72641.680427.0638
CIE-Lab76.08295.928933.4645

#dbb67e color RGB value is (219,182,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110110 01111110
Octal 333 266 176
Decimal 219 182 126
Hex DB B6 7E

RGB Percentages of Color #dbb67e

%41.56
%34.54
%23.91

CMYK Percentages of Color #dbb67e

%0
%17
%42
%14

Triadic Colors of #dbb67e

#dbb67e #7edbb6 #b67edb

Analogous Colors of #dbb67e

#dbb67e #d2db7e #db887e

Monochromatic Colors of #dbb67e

#dbb67e

Complementary Color

#dbb67e #7ea3db

#dbb67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb67e Color CSS Codes

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

#dbb67e Text Font Color

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

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


#dbb67e Background Color

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

This div background color is #dbb67e


#dbb67e Border Color

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

This div border color is #dbb67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb67e


Comments

No comments written yet.

Please login to write comment.