Color Hex Logo

#dbc37f Color Hex

#DBC37F
(219,195,127)
0 Favorites   0 Comments

Color spaces of #dbc37f

RGB 219195127
HSL0.120.560.68
HSV44°42°86°
CMYK 0.000.110.42   0.14
XYZ52.559355.622628.0447
Yxy55.62260.38580.4083
Hunter Lab74.5806-4.721329.9114
CIE-Lab79.3985-0.800937.2295

#dbc37f color RGB value is (219,195,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 01111111
Octal 333 303 177
Decimal 219 195 127
Hex DB C3 7F

RGB Percentages of Color #dbc37f

%40.48
%36.04
%23.48

CMYK Percentages of Color #dbc37f

%0
%11
%42
%14

Triadic Colors of #dbc37f

#dbc37f #7fdbc3 #c37fdb

Analogous Colors of #dbc37f

#dbc37f #c5db7f #db957f

Monochromatic Colors of #dbc37f

#dbc37f

Complementary Color

#dbc37f #7f97db

#dbc37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc37f Color CSS Codes

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

#dbc37f Text Font Color

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

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


#dbc37f Background Color

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

This div background color is #dbc37f


#dbc37f Border Color

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

This div border color is #dbc37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc37f


Comments

No comments written yet.

Please login to write comment.