Color Hex Logo

#dba169 Color Hex

#DBA169
(219,161,105)
0 Favorites   0 Comments

Color spaces of #dba169

RGB 219161105
HSL0.080.610.64
HSV29°52°86°
CMYK 0.000.260.52   0.14
XYZ44.508141.569719.0425
Yxy41.56970.42340.3954
Hunter Lab64.474610.391727.6210
CIE-Lab70.573215.112337.4188

#dba169 color RGB value is (219,161,105).

#dba169 hex color red value is 219, green value is 161 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #dba169 hue: 0.08 , saturation: 0.61 and the lightness value of dba169 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 01101001
Octal 333 241 151
Decimal 219 161 105
Hex DB A1 69

RGB Percentages of Color #dba169

%45.15
%33.20
%21.65

CMYK Percentages of Color #dba169

%0
%26
%52
%14

Triadic Colors of #dba169

#dba169 #69dba1 #a169db

Analogous Colors of #dba169

#dba169 #dbda69 #db696a

Monochromatic Colors of #dba169

#dba169

Complementary Color

#dba169 #69a3db

#dba169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba169 Color CSS Codes

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

#dba169 Text Font Color

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

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


#dba169 Background Color

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

This div background color is #dba169


#dba169 Border Color

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

This div border color is #dba169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba169


Comments

No comments written yet.

Please login to write comment.