Color Hex Logo

#dbc57f Color Hex

#DBC57F
(219,197,127)
0 Favorites   0 Comments

Color spaces of #dbc57f

RGB 219197127
HSL0.130.560.68
HSV46°42°86°
CMYK 0.000.100.42   0.14
XYZ53.010456.524928.1951
Yxy56.52490.38490.4104
Hunter Lab75.1830-5.712730.3932
CIE-Lab79.9116-1.841737.8871

#dbc57f color RGB value is (219,197,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 01111111
Octal 333 305 177
Decimal 219 197 127
Hex DB C5 7F

RGB Percentages of Color #dbc57f

%40.33
%36.28
%23.39

CMYK Percentages of Color #dbc57f

%0
%10
%42
%14

Triadic Colors of #dbc57f

#dbc57f #7fdbc5 #c57fdb

Analogous Colors of #dbc57f

#dbc57f #c3db7f #db977f

Monochromatic Colors of #dbc57f

#dbc57f

Complementary Color

#dbc57f #7f95db

#dbc57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc57f Color CSS Codes

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

#dbc57f Text Font Color

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

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


#dbc57f Background Color

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

This div background color is #dbc57f


#dbc57f Border Color

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

This div border color is #dbc57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc57f


Comments

No comments written yet.

Please login to write comment.