Color Hex Logo

#dba482 Color Hex

#DBA482
(219,164,130)
0 Favorites   0 Comments

Color spaces of #dba482

RGB 219164130
HSL0.060.550.68
HSV23°41°86°
CMYK 0.000.250.41   0.14
XYZ46.518143.222727.0101
Yxy43.22270.39840.3702
Hunter Lab65.744011.248321.6622
CIE-Lab71.705915.989225.5507

#dba482 color RGB value is (219,164,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100100 10000010
Octal 333 244 202
Decimal 219 164 130
Hex DB A4 82

RGB Percentages of Color #dba482

%42.69
%31.97
%25.34

CMYK Percentages of Color #dba482

%0
%25
%41
%14

Triadic Colors of #dba482

#dba482 #82dba4 #a482db

Analogous Colors of #dba482

#dba482 #dbd182 #db828d

Monochromatic Colors of #dba482

#dba482

Complementary Color

#dba482 #82b9db

#dba482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba482 Color CSS Codes

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

#dba482 Text Font Color

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

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


#dba482 Background Color

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

This div background color is #dba482


#dba482 Border Color

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

This div border color is #dba482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba482


Comments

No comments written yet.

Please login to write comment.