Color Hex Logo

#dbb26e Color Hex

#DBB26E
(219,178,110)
0 Favorites   0 Comments

Color spaces of #dbb26e

RGB 219178110
HSL0.100.600.65
HSV37°50°86°
CMYK 0.000.190.50   0.14
XYZ47.948348.026621.4948
Yxy48.02660.40820.4088
Hunter Lab69.30122.223930.1212
CIE-Lab74.84176.470140.1696

#dbb26e color RGB value is (219,178,110).

#dbb26e hex color red value is 219, green value is 178 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dbb26e hue: 0.10 , saturation: 0.60 and the lightness value of dbb26e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110010 01101110
Octal 333 262 156
Decimal 219 178 110
Hex DB B2 6E

RGB Percentages of Color #dbb26e

%43.20
%35.11
%21.70

CMYK Percentages of Color #dbb26e

%0
%19
%50
%14

Triadic Colors of #dbb26e

#dbb26e #6edbb2 #b26edb

Analogous Colors of #dbb26e

#dbb26e #cedb6e #db7c6e

Monochromatic Colors of #dbb26e

#dbb26e

Complementary Color

#dbb26e #6e97db

#dbb26e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb26e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb26e Color CSS Codes

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

#dbb26e Text Font Color

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

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


#dbb26e Background Color

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

This div background color is #dbb26e


#dbb26e Border Color

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

This div border color is #dbb26e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb26e


Comments

No comments written yet.

Please login to write comment.