Color Hex Logo

#dbc57c Color Hex

#DBC57C
(219,197,124)
0 Favorites   0 Comments

Color spaces of #dbc57c

RGB 219197124
HSL0.130.570.67
HSV46°43°86°
CMYK 0.000.100.43   0.14
XYZ52.817856.447827.1805
Yxy56.44780.38710.4137
Hunter Lab75.1318-5.994631.1428
CIE-Lab79.8680-2.152739.3597

#dbc57c color RGB value is (219,197,124).

#dbc57c hex color red value is 219, green value is 197 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dbc57c hue: 0.13 , saturation: 0.57 and the lightness value of dbc57c is 0.67.

The process color (four color CMYK) of #dbc57c color hex is 0.00, 0.10, 0.43, 0.14. Web safe color of #dbc57c is #cccc66. Color #dbc57c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 01111100
Octal 333 305 174
Decimal 219 197 124
Hex DB C5 7C

RGB Percentages of Color #dbc57c

%40.56
%36.48
%22.96

CMYK Percentages of Color #dbc57c

%0
%10
%43
%14

Triadic Colors of #dbc57c

#dbc57c #7cdbc5 #c57cdb

Analogous Colors of #dbc57c

#dbc57c #c2db7c #db967c

Monochromatic Colors of #dbc57c

#dbc57c

Complementary Color

#dbc57c #7c92db

#dbc57c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc57c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc57c Color CSS Codes

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

#dbc57c Text Font Color

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

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


#dbc57c Background Color

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

This div background color is #dbc57c


#dbc57c Border Color

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

This div border color is #dbc57c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc57c


Comments

No comments written yet.

Please login to write comment.