Color Hex Logo

#dba557 Color Hex

#DBA557
(219,165,87)
0 Favorites   0 Comments

Color spaces of #dba557

RGB 21916587
HSL0.100.650.60
HSV35°60°86°
CMYK 0.000.250.60   0.14
XYZ44.388942.658514.9112
Yxy42.65850.43540.4184
Hunter Lab65.31357.015132.1834
CIE-Lab71.322611.535447.4667

#dba557 color RGB value is (219,165,87).

#dba557 hex color red value is 219, green value is 165 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #dba557 hue: 0.10 , saturation: 0.65 and the lightness value of dba557 is 0.60.

The process color (four color CMYK) of #dba557 color hex is 0.00, 0.25, 0.60, 0.14. Web safe color of #dba557 is #cc9966. Color #dba557 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 01010111
Octal 333 245 127
Decimal 219 165 87
Hex DB A5 57

RGB Percentages of Color #dba557

%46.50
%35.03
%18.47

CMYK Percentages of Color #dba557

%0
%25
%60
%14

Triadic Colors of #dba557

#dba557 #57dba5 #a557db

Analogous Colors of #dba557

#dba557 #cfdb57 #db6357

Monochromatic Colors of #dba557

#dba557

Complementary Color

#dba557 #578ddb

#dba557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba557 Color CSS Codes

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

#dba557 Text Font Color

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

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


#dba557 Background Color

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

This div background color is #dba557


#dba557 Border Color

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

This div border color is #dba557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba557


Comments

No comments written yet.

Please login to write comment.