Color Hex Logo

#dba61d Color Hex

#DBA61D
(219,166,29)
0 Favorites   0 Comments

Color spaces of #dba61d

RGB 21916629
HSL0.120.770.49
HSV43°87°86°
CMYK 0.000.240.87   0.14
XYZ43.071442.42127.0804
Yxy42.42120.46530.4582
Hunter Lab65.13164.061539.1467
CIE-Lab71.16048.358069.8506

#dba61d color RGB value is (219,166,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100110 00011101
Octal 333 246 35
Decimal 219 166 29
Hex DB A6 1D

RGB Percentages of Color #dba61d

%52.90
%40.10
%7.00

CMYK Percentages of Color #dba61d

%0
%24
%87
%14

Triadic Colors of #dba61d

#dba61d #1ddba6 #a61ddb

Analogous Colors of #dba61d

#dba61d #b1db1d #db471d

Monochromatic Colors of #dba61d

#dba61d

Complementary Color

#dba61d #1d52db

#dba61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba61d Color CSS Codes

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

#dba61d Text Font Color

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

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


#dba61d Background Color

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

This div background color is #dba61d


#dba61d Border Color

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

This div border color is #dba61d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba61d


Comments

No comments written yet.

Please login to write comment.