Color Hex Logo

#dbc17e Color Hex

#DBC17E
(219,193,126)
0 Favorites   0 Comments

Color spaces of #dbc17e

RGB 219193126
HSL0.120.560.68
HSV43°42°86°
CMYK 0.000.120.42   0.14
XYZ52.049354.706427.5548
Yxy54.70640.38750.4073
Hunter Lab73.9638-3.823829.6865
CIE-Lab78.87180.137637.0668

#dbc17e color RGB value is (219,193,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 01111110
Octal 333 301 176
Decimal 219 193 126
Hex DB C1 7E

RGB Percentages of Color #dbc17e

%40.71
%35.87
%23.42

CMYK Percentages of Color #dbc17e

%0
%12
%42
%14

Triadic Colors of #dbc17e

#dbc17e #7edbc1 #c17edb

Analogous Colors of #dbc17e

#dbc17e #c7db7e #db937e

Monochromatic Colors of #dbc17e

#dbc17e

Complementary Color

#dbc17e #7e98db

#dbc17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc17e Color CSS Codes

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

#dbc17e Text Font Color

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

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


#dbc17e Background Color

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

This div background color is #dbc17e


#dbc17e Border Color

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

This div border color is #dbc17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc17e


Comments

No comments written yet.

Please login to write comment.