Color Hex Logo

#dbb676 Color Hex

#DBB676
(219,182,118)
0 Favorites   0 Comments

Color spaces of #dbb676

RGB 219182118
HSL0.110.580.66
HSV38°46°86°
CMYK 0.000.170.46   0.14
XYZ49.211449.824024.1628
Yxy49.82400.39940.4044
Hunter Lab70.58610.921429.1143
CIE-Lab75.96115.110037.4681

#dbb676 color RGB value is (219,182,118).

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

The process color (four color CMYK) of #dbb676 color hex is 0.00, 0.17, 0.46, 0.14. Web safe color of #dbb676 is #cccc66. Color #dbb676 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110110 01110110
Octal 333 266 166
Decimal 219 182 118
Hex DB B6 76

RGB Percentages of Color #dbb676

%42.20
%35.07
%22.74

CMYK Percentages of Color #dbb676

%0
%17
%46
%14

Triadic Colors of #dbb676

#dbb676 #76dbb6 #b676db

Analogous Colors of #dbb676

#dbb676 #cedb76 #db8476

Monochromatic Colors of #dbb676

#dbb676

Complementary Color

#dbb676 #769bdb

#dbb676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb676 Color CSS Codes

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

#dbb676 Text Font Color

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

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


#dbb676 Background Color

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

This div background color is #dbb676


#dbb676 Border Color

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

This div border color is #dbb676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb676


Comments

No comments written yet.

Please login to write comment.