Color Hex Logo

#dbb34f Color Hex

#DBB34F
(219,179,79)
0 Favorites   0 Comments

Color spaces of #dbb34f

RGB 21917979
HSL0.120.660.58
HSV43°64°86°
CMYK 0.000.180.64   0.14
XYZ46.744847.864814.1722
Yxy47.86480.42970.4400
Hunter Lab69.1844-0.468236.2837
CIE-Lab74.73963.551955.0901

#dbb34f color RGB value is (219,179,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110011 01001111
Octal 333 263 117
Decimal 219 179 79
Hex DB B3 4F

RGB Percentages of Color #dbb34f

%45.91
%37.53
%16.56

CMYK Percentages of Color #dbb34f

%0
%18
%64
%14

Triadic Colors of #dbb34f

#dbb34f #4fdbb3 #b34fdb

Analogous Colors of #dbb34f

#dbb34f #bddb4f #db6d4f

Monochromatic Colors of #dbb34f

#dbb34f

Complementary Color

#dbb34f #4f77db

#dbb34f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb34f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb34f Color CSS Codes

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

#dbb34f Text Font Color

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

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


#dbb34f Background Color

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

This div background color is #dbb34f


#dbb34f Border Color

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

This div border color is #dbb34f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb34f


Comments

No comments written yet.

Please login to write comment.