Color Hex Logo

#dbb84a Color Hex

#DBB84A
(219,184,74)
0 Favorites   0 Comments

Color spaces of #dbb84a

RGB 21918474
HSL0.130.670.57
HSV46°66°86°
CMYK 0.000.160.66   0.14
XYZ47.589949.835513.5895
Yxy49.83550.42870.4489
Hunter Lab70.5943-3.207338.0026
CIE-Lab75.96820.620458.6170

#dbb84a color RGB value is (219,184,74).

#dbb84a hex color red value is 219, green value is 184 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dbb84a hue: 0.13 , saturation: 0.67 and the lightness value of dbb84a is 0.57.

The process color (four color CMYK) of #dbb84a color hex is 0.00, 0.16, 0.66, 0.14. Web safe color of #dbb84a is #cccc33. Color #dbb84a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111000 01001010
Octal 333 270 112
Decimal 219 184 74
Hex DB B8 4A

RGB Percentages of Color #dbb84a

%45.91
%38.57
%15.51

CMYK Percentages of Color #dbb84a

%0
%16
%66
%14

Triadic Colors of #dbb84a

#dbb84a #4adbb8 #b84adb

Analogous Colors of #dbb84a

#dbb84a #b6db4a #db704a

Monochromatic Colors of #dbb84a

#dbb84a

Complementary Color

#dbb84a #4a6ddb

#dbb84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb84a Color CSS Codes

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

#dbb84a Text Font Color

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

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


#dbb84a Background Color

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

This div background color is #dbb84a


#dbb84a Border Color

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

This div border color is #dbb84a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb84a


Comments

No comments written yet.

Please login to write comment.