Color Hex Logo

#dbb27e Color Hex

#DBB27E
(219,178,126)
0 Favorites   0 Comments

Color spaces of #dbb27e

RGB 219178126
HSL0.090.560.68
HSV34°42°86°
CMYK 0.000.190.42   0.14
XYZ48.899748.407226.5049
Yxy48.40720.39500.3910
Hunter Lab69.57533.698726.1160
CIE-Lab75.08108.053932.1584

#dbb27e color RGB value is (219,178,126).

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

The process color (four color CMYK) of #dbb27e color hex is 0.00, 0.19, 0.42, 0.14. Web safe color of #dbb27e is #cc9966. Color #dbb27e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110010 01111110
Octal 333 262 176
Decimal 219 178 126
Hex DB B2 7E

RGB Percentages of Color #dbb27e

%41.87
%34.03
%24.09

CMYK Percentages of Color #dbb27e

%0
%19
%42
%14

Triadic Colors of #dbb27e

#dbb27e #7edbb2 #b27edb

Analogous Colors of #dbb27e

#dbb27e #d6db7e #db847e

Monochromatic Colors of #dbb27e

#dbb27e

Complementary Color

#dbb27e #7ea7db

#dbb27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb27e Color CSS Codes

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

#dbb27e Text Font Color

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

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


#dbb27e Background Color

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

This div background color is #dbb27e


#dbb27e Border Color

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

This div border color is #dbb27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb27e


Comments

No comments written yet.

Please login to write comment.