Color Hex Logo

#dba782 Color Hex

#DBA782
(219,167,130)
0 Favorites   0 Comments

Color spaces of #dba782

RGB 219167130
HSL0.070.550.68
HSV25°41°86°
CMYK 0.000.240.41   0.14
XYZ47.061444.309227.1912
Yxy44.30920.39690.3737
Hunter Lab66.56529.710022.3762
CIE-Lab72.434714.375826.5271

#dba782 color RGB value is (219,167,130).

#dba782 hex color red value is 219, green value is 167 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dba782 hue: 0.07 , saturation: 0.55 and the lightness value of dba782 is 0.68.

The process color (four color CMYK) of #dba782 color hex is 0.00, 0.24, 0.41, 0.14. Web safe color of #dba782 is #cc9999. Color #dba782 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 10000010
Octal 333 247 202
Decimal 219 167 130
Hex DB A7 82

RGB Percentages of Color #dba782

%42.44
%32.36
%25.19

CMYK Percentages of Color #dba782

%0
%24
%41
%14

Triadic Colors of #dba782

#dba782 #82dba7 #a782db

Analogous Colors of #dba782

#dba782 #dbd482 #db828a

Monochromatic Colors of #dba782

#dba782

Complementary Color

#dba782 #82b6db

#dba782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba782 Color CSS Codes

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

#dba782 Text Font Color

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

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


#dba782 Background Color

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

This div background color is #dba782


#dba782 Border Color

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

This div border color is #dba782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba782


Comments

No comments written yet.

Please login to write comment.