Color Hex Logo

#dba36d Color Hex

#DBA36D
(219,163,109)
0 Favorites   0 Comments

Color spaces of #dba36d

RGB 219163109
HSL0.080.600.64
HSV29°50°86°
CMYK 0.000.260.50   0.14
XYZ45.070942.358620.2685
Yxy42.35860.41850.3933
Hunter Lab65.08359.716827.0942
CIE-Lab71.117514.396236.0066

#dba36d color RGB value is (219,163,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100011 01101101
Octal 333 243 155
Decimal 219 163 109
Hex DB A3 6D

RGB Percentages of Color #dba36d

%44.60
%33.20
%22.20

CMYK Percentages of Color #dba36d

%0
%26
%50
%14

Triadic Colors of #dba36d

#dba36d #6ddba3 #a36ddb

Analogous Colors of #dba36d

#dba36d #dbda6d #db6d6e

Monochromatic Colors of #dba36d

#dba36d

Complementary Color

#dba36d #6da5db

#dba36d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba36d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba36d Color CSS Codes

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

#dba36d Text Font Color

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

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


#dba36d Background Color

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

This div background color is #dba36d


#dba36d Border Color

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

This div border color is #dba36d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba36d


Comments

No comments written yet.

Please login to write comment.