Color Hex Logo

#dba369 Color Hex

#DBA369
(219,163,105)
0 Favorites   0 Comments

Color spaces of #dba369

RGB 219163105
HSL0.080.610.64
HSV31°52°86°
CMYK 0.000.260.52   0.14
XYZ44.860442.274419.1600
Yxy42.27440.42200.3977
Hunter Lab65.01889.375228.0413
CIE-Lab71.059714.037238.0280

#dba369 color RGB value is (219,163,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100011 01101001
Octal 333 243 151
Decimal 219 163 105
Hex DB A3 69

RGB Percentages of Color #dba369

%44.97
%33.47
%21.56

CMYK Percentages of Color #dba369

%0
%26
%52
%14

Triadic Colors of #dba369

#dba369 #69dba3 #a369db

Analogous Colors of #dba369

#dba369 #dadb69 #db6a69

Monochromatic Colors of #dba369

#dba369

Complementary Color

#dba369 #69a1db

#dba369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba369 Color CSS Codes

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

#dba369 Text Font Color

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

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


#dba369 Background Color

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

This div background color is #dba369


#dba369 Border Color

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

This div border color is #dba369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba369


Comments

No comments written yet.

Please login to write comment.