Color Hex Logo

#dbc377 Color Hex

#DBC377
(219,195,119)
0 Favorites   0 Comments

Color spaces of #dbc377

RGB 219195119
HSL0.130.580.66
HSV46°46°86°
CMYK 0.000.110.46   0.14
XYZ52.058355.422225.4065
Yxy55.42220.39170.4171
Hunter Lab74.4461-5.460031.8781
CIE-Lab79.2838-1.614641.1541

#dbc377 color RGB value is (219,195,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 01110111
Octal 333 303 167
Decimal 219 195 119
Hex DB C3 77

RGB Percentages of Color #dbc377

%41.09
%36.59
%22.33

CMYK Percentages of Color #dbc377

%0
%11
%46
%14

Triadic Colors of #dbc377

#dbc377 #77dbc3 #c377db

Analogous Colors of #dbc377

#dbc377 #c1db77 #db9177

Monochromatic Colors of #dbc377

#dbc377

Complementary Color

#dbc377 #778fdb

#dbc377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc377 Color CSS Codes

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

#dbc377 Text Font Color

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

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


#dbc377 Background Color

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

This div background color is #dbc377


#dbc377 Border Color

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

This div border color is #dbc377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc377


Comments

No comments written yet.

Please login to write comment.