Color Hex Logo

#dba37d Color Hex

#DBA37D
(219,163,125)
0 Favorites   0 Comments

Color spaces of #dba37d

RGB 219163125
HSL0.070.570.67
HSV24°43°86°
CMYK 0.000.260.43   0.14
XYZ46.012342.735125.2256
Yxy42.73510.40370.3750
Hunter Lab65.372111.236522.8818
CIE-Lab71.374815.982827.8107

#dba37d color RGB value is (219,163,125).

#dba37d hex color red value is 219, green value is 163 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dba37d hue: 0.07 , saturation: 0.57 and the lightness value of dba37d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100011 01111101
Octal 333 243 175
Decimal 219 163 125
Hex DB A3 7D

RGB Percentages of Color #dba37d

%43.20
%32.15
%24.65

CMYK Percentages of Color #dba37d

%0
%26
%43
%14

Triadic Colors of #dba37d

#dba37d #7ddba3 #a37ddb

Analogous Colors of #dba37d

#dba37d #dbd27d #db7d86

Monochromatic Colors of #dba37d

#dba37d

Complementary Color

#dba37d #7db5db

#dba37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba37d Color CSS Codes

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

#dba37d Text Font Color

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

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


#dba37d Background Color

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

This div background color is #dba37d


#dba37d Border Color

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

This div border color is #dba37d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba37d


Comments

No comments written yet.

Please login to write comment.