Color Hex Logo

#dba056 Color Hex

#DBA056
(219,160,86)
0 Favorites   0 Comments

Color spaces of #dba056

RGB 21916086
HSL0.090.650.60
HSV33°61°86°
CMYK 0.000.270.61   0.14
XYZ43.463940.873614.4027
Yxy40.87360.44020.4140
Hunter Lab63.93259.469831.3959
CIE-Lab70.087314.146446.5223

#dba056 color RGB value is (219,160,86).

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

The process color (four color CMYK) of #dba056 color hex is 0.00, 0.27, 0.61, 0.14. Web safe color of #dba056 is #cc9966. Color #dba056 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 01010110
Octal 333 240 126
Decimal 219 160 86
Hex DB A0 56

RGB Percentages of Color #dba056

%47.10
%34.41
%18.49

CMYK Percentages of Color #dba056

%0
%27
%61
%14

Triadic Colors of #dba056

#dba056 #56dba0 #a056db

Analogous Colors of #dba056

#dba056 #d4db56 #db5e56

Monochromatic Colors of #dba056

#dba056

Complementary Color

#dba056 #5691db

#dba056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba056 Color CSS Codes

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

#dba056 Text Font Color

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

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


#dba056 Background Color

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

This div background color is #dba056


#dba056 Border Color

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

This div border color is #dba056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba056


Comments

No comments written yet.

Please login to write comment.