Color Hex Logo

#dbc176 Color Hex

#DBC176
(219,193,118)
0 Favorites   0 Comments

Color spaces of #dbc176

RGB 219193118
HSL0.120.580.66
HSV45°46°86°
CMYK 0.000.120.46   0.14
XYZ51.553454.508024.9435
Yxy54.50800.39350.4161
Hunter Lab73.8295-4.559431.6494
CIE-Lab78.7570-0.670740.9983

#dbc176 color RGB value is (219,193,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 01110110
Octal 333 301 166
Decimal 219 193 118
Hex DB C1 76

RGB Percentages of Color #dbc176

%41.32
%36.42
%22.26

CMYK Percentages of Color #dbc176

%0
%12
%46
%14

Triadic Colors of #dbc176

#dbc176 #76dbc1 #c176db

Analogous Colors of #dbc176

#dbc176 #c3db76 #db8f76

Monochromatic Colors of #dbc176

#dbc176

Complementary Color

#dbc176 #7690db

#dbc176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc176 Color CSS Codes

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

#dbc176 Text Font Color

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

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


#dbc176 Background Color

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

This div background color is #dbc176


#dbc176 Border Color

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

This div border color is #dbc176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc176


Comments

No comments written yet.

Please login to write comment.