Color Hex Logo

#dba12c Color Hex

#DBA12C
(219,161,44)
0 Favorites   0 Comments

Color spaces of #dba12c

RGB 21916144
HSL0.110.710.52
HSV40°80°86°
CMYK 0.000.260.80   0.14
XYZ42.412940.73178.0095
Yxy40.73170.46530.4468
Hunter Lab63.82146.935837.2342
CIE-Lab69.987511.446064.4542

#dba12c color RGB value is (219,161,44).

#dba12c hex color red value is 219, green value is 161 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #dba12c hue: 0.11 , saturation: 0.71 and the lightness value of dba12c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 00101100
Octal 333 241 54
Decimal 219 161 44
Hex DB A1 2C

RGB Percentages of Color #dba12c

%51.65
%37.97
%10.38

CMYK Percentages of Color #dba12c

%0
%26
%80
%14

Triadic Colors of #dba12c

#dba12c #2cdba1 #a12cdb

Analogous Colors of #dba12c

#dba12c #bedb2c #db4a2c

Monochromatic Colors of #dba12c

#dba12c

Complementary Color

#dba12c #2c66db

#dba12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba12c Color CSS Codes

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

#dba12c Text Font Color

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

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


#dba12c Background Color

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

This div background color is #dba12c


#dba12c Border Color

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

This div border color is #dba12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba12c


Comments

No comments written yet.

Please login to write comment.