Color Hex Logo

#dba876 Color Hex

#DBA876
(219,168,118)
0 Favorites   0 Comments

Color spaces of #dba876

RGB 219168118
HSL0.080.580.66
HSV30°46°86°
CMYK 0.000.230.46   0.14
XYZ46.486144.373323.2544
Yxy44.37330.40740.3889
Hunter Lab66.61337.993025.9314
CIE-Lab72.477312.573632.9983

#dba876 color RGB value is (219,168,118).

#dba876 hex color red value is 219, green value is 168 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #dba876 hue: 0.08 , saturation: 0.58 and the lightness value of dba876 is 0.66.

The process color (four color CMYK) of #dba876 color hex is 0.00, 0.23, 0.46, 0.14. Web safe color of #dba876 is #cc9966. Color #dba876 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101000 01110110
Octal 333 250 166
Decimal 219 168 118
Hex DB A8 76

RGB Percentages of Color #dba876

%43.37
%33.27
%23.37

CMYK Percentages of Color #dba876

%0
%23
%46
%14

Triadic Colors of #dba876

#dba876 #76dba8 #a876db

Analogous Colors of #dba876

#dba876 #dbdb76 #db7677

Monochromatic Colors of #dba876

#dba876

Complementary Color

#dba876 #76a9db

#dba876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba876 Color CSS Codes

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

#dba876 Text Font Color

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

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


#dba876 Background Color

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

This div background color is #dba876


#dba876 Border Color

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

This div border color is #dba876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba876

#dba876 Color Palettes


Comments

No comments written yet.

Please login to write comment.