Color Hex Logo

#dbc55e Color Hex

#DBC55E
(219,197,94)
0 Favorites   0 Comments

Color spaces of #dbc55e

RGB 21919794
HSL0.140.630.61
HSV49°57°86°
CMYK 0.000.100.57   0.14
XYZ51.200055.800718.6618
Yxy55.80070.40740.4441
Hunter Lab74.6999-8.379237.4779
CIE-Lab79.5003-4.808253.5606

#dbc55e color RGB value is (219,197,94).

#dbc55e hex color red value is 219, green value is 197 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dbc55e hue: 0.14 , saturation: 0.63 and the lightness value of dbc55e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 01011110
Octal 333 305 136
Decimal 219 197 94
Hex DB C5 5E

RGB Percentages of Color #dbc55e

%42.94
%38.63
%18.43

CMYK Percentages of Color #dbc55e

%0
%10
%57
%14

Triadic Colors of #dbc55e

#dbc55e #5edbc5 #c55edb

Analogous Colors of #dbc55e

#dbc55e #b3db5e #db875e

Monochromatic Colors of #dbc55e

#dbc55e

Complementary Color

#dbc55e #5e74db

#dbc55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc55e Color CSS Codes

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

#dbc55e Text Font Color

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

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


#dbc55e Background Color

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

This div background color is #dbc55e


#dbc55e Border Color

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

This div border color is #dbc55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc55e


Comments

No comments written yet.

Please login to write comment.