Color Hex Logo

#dba850 Color Hex

#DBA850
(219,168,80)
0 Favorites   0 Comments

Color spaces of #dba850

RGB 21916880
HSL0.110.660.59
HSV38°63°86°
CMYK 0.000.230.63   0.14
XYZ44.664043.644513.6596
Yxy43.64450.43800.4280
Hunter Lab66.06405.066933.9858
CIE-Lab71.99029.457351.5869

#dba850 color RGB value is (219,168,80).

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

The process color (four color CMYK) of #dba850 color hex is 0.00, 0.23, 0.63, 0.14. Web safe color of #dba850 is #cc9966. Color #dba850 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101000 01010000
Octal 333 250 120
Decimal 219 168 80
Hex DB A8 50

RGB Percentages of Color #dba850

%46.90
%35.97
%17.13

CMYK Percentages of Color #dba850

%0
%23
%63
%14

Triadic Colors of #dba850

#dba850 #50dba8 #a850db

Analogous Colors of #dba850

#dba850 #c9db50 #db6350

Monochromatic Colors of #dba850

#dba850

Complementary Color

#dba850 #5083db

#dba850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba850 Color CSS Codes

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

#dba850 Text Font Color

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

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


#dba850 Background Color

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

This div background color is #dba850


#dba850 Border Color

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

This div border color is #dba850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba850


Comments

No comments written yet.

Please login to write comment.