Color Hex Logo

#dba62b Color Hex

#DBA62B
(219,166,43)
0 Favorites   0 Comments

Color spaces of #dba62b

RGB 21916643
HSL0.120.710.51
HSV42°80°86°
CMYK 0.000.240.80   0.14
XYZ43.285742.50698.2088
Yxy42.50690.46050.4522
Hunter Lab65.19734.414138.1731
CIE-Lab71.21908.741165.8880

#dba62b color RGB value is (219,166,43).

#dba62b hex color red value is 219, green value is 166 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dba62b hue: 0.12 , saturation: 0.71 and the lightness value of dba62b is 0.51.

The process color (four color CMYK) of #dba62b color hex is 0.00, 0.24, 0.80, 0.14. Web safe color of #dba62b is #cc9933. Color #dba62b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100110 00101011
Octal 333 246 53
Decimal 219 166 43
Hex DB A6 2B

RGB Percentages of Color #dba62b

%51.17
%38.79
%10.05

CMYK Percentages of Color #dba62b

%0
%24
%80
%14

Triadic Colors of #dba62b

#dba62b #2bdba6 #a62bdb

Analogous Colors of #dba62b

#dba62b #b8db2b #db4e2b

Monochromatic Colors of #dba62b

#dba62b

Complementary Color

#dba62b #2b60db

#dba62b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba62b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba62b Color CSS Codes

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

#dba62b Text Font Color

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

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


#dba62b Background Color

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

This div background color is #dba62b


#dba62b Border Color

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

This div border color is #dba62b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba62b


Comments

No comments written yet.

Please login to write comment.