Color Hex Logo

#dba36c Color Hex

#DBA36C
(219,163,108)
0 Favorites   0 Comments

Color spaces of #dba36c

RGB 219163108
HSL0.080.610.64
HSV30°51°86°
CMYK 0.000.260.51   0.14
XYZ45.017442.337219.9866
Yxy42.33720.41940.3944
Hunter Lab65.06709.630027.3349
CIE-Lab71.102814.305136.5132

#dba36c color RGB value is (219,163,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100011 01101100
Octal 333 243 154
Decimal 219 163 108
Hex DB A3 6C

RGB Percentages of Color #dba36c

%44.69
%33.27
%22.04

CMYK Percentages of Color #dba36c

%0
%26
%51
%14

Triadic Colors of #dba36c

#dba36c #6cdba3 #a36cdb

Analogous Colors of #dba36c

#dba36c #dbdb6c #db6c6d

Monochromatic Colors of #dba36c

#dba36c

Complementary Color

#dba36c #6ca4db

#dba36c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba36c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba36c Color CSS Codes

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

#dba36c Text Font Color

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

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


#dba36c Background Color

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

This div background color is #dba36c


#dba36c Border Color

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

This div border color is #dba36c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba36c


Comments

No comments written yet.

Please login to write comment.