Color Hex Logo

#dba849 Color Hex

#DBA849
(219,168,73)
0 Favorites   0 Comments

Color spaces of #dba849

RGB 21916873
HSL0.110.670.57
HSV39°67°86°
CMYK 0.000.230.67   0.14
XYZ44.418643.546412.3675
Yxy43.54640.44270.4340
Hunter Lab65.98974.668935.0809
CIE-Lab71.92439.028454.7352

#dba849 color RGB value is (219,168,73).

#dba849 hex color red value is 219, green value is 168 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #dba849 hue: 0.11 , saturation: 0.67 and the lightness value of dba849 is 0.57.

The process color (four color CMYK) of #dba849 color hex is 0.00, 0.23, 0.67, 0.14. Web safe color of #dba849 is #cc9933. Color #dba849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101000 01001001
Octal 333 250 111
Decimal 219 168 73
Hex DB A8 49

RGB Percentages of Color #dba849

%47.61
%36.52
%15.87

CMYK Percentages of Color #dba849

%0
%23
%67
%14

Triadic Colors of #dba849

#dba849 #49dba8 #a849db

Analogous Colors of #dba849

#dba849 #c5db49 #db5f49

Monochromatic Colors of #dba849

#dba849

Complementary Color

#dba849 #497cdb

#dba849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba849 Color CSS Codes

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

#dba849 Text Font Color

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

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


#dba849 Background Color

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

This div background color is #dba849


#dba849 Border Color

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

This div border color is #dba849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba849


Comments

No comments written yet.

Please login to write comment.