Color Hex Logo

#dbb34e Color Hex

#DBB34E
(219,179,78)
0 Favorites   0 Comments

Color spaces of #dbb34e

RGB 21917978
HSL0.120.660.58
HSV43°64°86°
CMYK 0.000.180.64   0.14
XYZ46.708747.850313.9820
Yxy47.85030.43030.4409
Hunter Lab69.1739-0.524836.4376
CIE-Lab74.73043.489855.5298

#dbb34e color RGB value is (219,179,78).

#dbb34e hex color red value is 219, green value is 179 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dbb34e hue: 0.12 , saturation: 0.66 and the lightness value of dbb34e is 0.58.

The process color (four color CMYK) of #dbb34e color hex is 0.00, 0.18, 0.64, 0.14. Web safe color of #dbb34e is #cccc66. Color #dbb34e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110011 01001110
Octal 333 263 116
Decimal 219 179 78
Hex DB B3 4E

RGB Percentages of Color #dbb34e

%46.01
%37.61
%16.39

CMYK Percentages of Color #dbb34e

%0
%18
%64
%14

Triadic Colors of #dbb34e

#dbb34e #4edbb3 #b34edb

Analogous Colors of #dbb34e

#dbb34e #bddb4e #db6d4e

Monochromatic Colors of #dbb34e

#dbb34e

Complementary Color

#dbb34e #4e76db

#dbb34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb34e Color CSS Codes

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

#dbb34e Text Font Color

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

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


#dbb34e Background Color

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

This div background color is #dbb34e


#dbb34e Border Color

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

This div border color is #dbb34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb34e


Comments

No comments written yet.

Please login to write comment.