Color Hex Logo

#dbb64a Color Hex

#DBB64A
(219,182,74)
0 Favorites   0 Comments

Color spaces of #dbb64a

RGB 21918274
HSL0.120.670.57
HSV45°66°86°
CMYK 0.000.170.66   0.14
XYZ47.177449.010413.4520
Yxy49.01040.43030.4470
Hunter Lab70.0074-2.223437.6126
CIE-Lab75.45781.669958.0753

#dbb64a color RGB value is (219,182,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110110 01001010
Octal 333 266 112
Decimal 219 182 74
Hex DB B6 4A

RGB Percentages of Color #dbb64a

%46.11
%38.32
%15.58

CMYK Percentages of Color #dbb64a

%0
%17
%66
%14

Triadic Colors of #dbb64a

#dbb64a #4adbb6 #b64adb

Analogous Colors of #dbb64a

#dbb64a #b8db4a #db6e4a

Monochromatic Colors of #dbb64a

#dbb64a

Complementary Color

#dbb64a #4a6fdb

#dbb64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb64a Color CSS Codes

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

#dbb64a Text Font Color

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

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


#dbb64a Background Color

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

This div background color is #dbb64a


#dbb64a Border Color

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

This div border color is #dbb64a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb64a


Comments

No comments written yet.

Please login to write comment.