Color Hex Logo

#dba03c Color Hex

#DBA03C
(219,160,60)
0 Favorites   0 Comments

Color spaces of #dba03c

RGB 21916060
HSL0.100.690.55
HSV38°73°86°
CMYK 0.000.270.73   0.14
XYZ42.599840.52799.8524
Yxy40.52790.45820.4359
Hunter Lab63.66158.037535.3872
CIE-Lab69.843912.625658.2175

#dba03c color RGB value is (219,160,60).

#dba03c hex color red value is 219, green value is 160 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dba03c hue: 0.10 , saturation: 0.69 and the lightness value of dba03c is 0.55.

The process color (four color CMYK) of #dba03c color hex is 0.00, 0.27, 0.73, 0.14. Web safe color of #dba03c is #cc9933. Color #dba03c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 00111100
Octal 333 240 74
Decimal 219 160 60
Hex DB A0 3C

RGB Percentages of Color #dba03c

%49.89
%36.45
%13.67

CMYK Percentages of Color #dba03c

%0
%27
%73
%14

Triadic Colors of #dba03c

#dba03c #3cdba0 #a03cdb

Analogous Colors of #dba03c

#dba03c #c7db3c #db513c

Monochromatic Colors of #dba03c

#dba03c

Complementary Color

#dba03c #3c77db

#dba03c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba03c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba03c Color CSS Codes

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

#dba03c Text Font Color

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

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


#dba03c Background Color

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

This div background color is #dba03c


#dba03c Border Color

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

This div border color is #dba03c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba03c


Comments

No comments written yet.

Please login to write comment.