Color Hex Logo

#dbb74e Color Hex

#DBB74E
(219,183,78)
0 Favorites   0 Comments

Color spaces of #dbb74e

RGB 21918378
HSL0.120.660.58
HSV45°64°86°
CMYK 0.000.160.64   0.14
XYZ47.522049.477114.2531
Yxy49.47710.42720.4447
Hunter Lab70.3400-2.499537.2239
CIE-Lab75.74721.384156.6348

#dbb74e color RGB value is (219,183,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110111 01001110
Octal 333 267 116
Decimal 219 183 78
Hex DB B7 4E

RGB Percentages of Color #dbb74e

%45.63
%38.13
%16.25

CMYK Percentages of Color #dbb74e

%0
%16
%64
%14

Triadic Colors of #dbb74e

#dbb74e #4edbb7 #b74edb

Analogous Colors of #dbb74e

#dbb74e #b9db4e #db714e

Monochromatic Colors of #dbb74e

#dbb74e

Complementary Color

#dbb74e #4e72db

#dbb74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb74e Color CSS Codes

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

#dbb74e Text Font Color

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

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


#dbb74e Background Color

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

This div background color is #dbb74e


#dbb74e Border Color

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

This div border color is #dbb74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb74e

#dbb74e Color Palettes


Comments

No comments written yet.

Please login to write comment.