Color Hex Logo

#dba239 Color Hex

#DBA239
(219,162,57)
0 Favorites   0 Comments

Color spaces of #dba239

RGB 21916257
HSL0.110.690.54
HSV39°74°86°
CMYK 0.000.260.74   0.14
XYZ42.872341.19619.5629
Yxy41.19610.45790.4400
Hunter Lab64.18426.908136.0952
CIE-Lab70.313111.417359.9147

#dba239 color RGB value is (219,162,57).

#dba239 hex color red value is 219, green value is 162 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #dba239 hue: 0.11 , saturation: 0.69 and the lightness value of dba239 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100010 00111001
Octal 333 242 71
Decimal 219 162 57
Hex DB A2 39

RGB Percentages of Color #dba239

%50.00
%36.99
%13.01

CMYK Percentages of Color #dba239

%0
%26
%74
%14

Triadic Colors of #dba239

#dba239 #39dba2 #a239db

Analogous Colors of #dba239

#dba239 #c3db39 #db5139

Monochromatic Colors of #dba239

#dba239

Complementary Color

#dba239 #3972db

#dba239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba239 Color CSS Codes

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

#dba239 Text Font Color

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

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


#dba239 Background Color

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

This div background color is #dba239


#dba239 Border Color

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

This div border color is #dba239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba239


Comments

No comments written yet.

Please login to write comment.