Color Hex Logo

#dba150 Color Hex

#DBA150
(219,161,80)
0 Favorites   0 Comments

Color spaces of #dba150

RGB 21916180
HSL0.100.660.59
HSV35°63°86°
CMYK 0.000.260.63   0.14
XYZ43.406341.129013.2403
Yxy41.12900.44390.4206
Hunter Lab64.13198.583132.6517
CIE-Lab70.266213.204949.6495

#dba150 color RGB value is (219,161,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 01010000
Octal 333 241 120
Decimal 219 161 80
Hex DB A1 50

RGB Percentages of Color #dba150

%47.61
%35.00
%17.39

CMYK Percentages of Color #dba150

%0
%26
%63
%14

Triadic Colors of #dba150

#dba150 #50dba1 #a150db

Analogous Colors of #dba150

#dba150 #d0db50 #db5c50

Monochromatic Colors of #dba150

#dba150

Complementary Color

#dba150 #508adb

#dba150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba150 Color CSS Codes

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

#dba150 Text Font Color

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

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


#dba150 Background Color

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

This div background color is #dba150


#dba150 Border Color

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

This div border color is #dba150


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,161,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 #dba150">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba150


Comments

No comments written yet.

Please login to write comment.