Color Hex Logo

#dbc34e Color Hex

#DBC34E
(219,195,78)
0 Favorites   0 Comments

Color spaces of #dbc34e

RGB 21919578
HSL0.140.660.58
HSV50°64°86°
CMYK 0.000.110.64   0.14
XYZ50.103754.640315.1136
Yxy54.64030.41800.4559
Hunter Lab73.9191-8.367839.6208
CIE-Lab78.8336-4.859559.9525

#dbc34e color RGB value is (219,195,78).

#dbc34e hex color red value is 219, green value is 195 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dbc34e hue: 0.14 , saturation: 0.66 and the lightness value of dbc34e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 01001110
Octal 333 303 116
Decimal 219 195 78
Hex DB C3 4E

RGB Percentages of Color #dbc34e

%44.51
%39.63
%15.85

CMYK Percentages of Color #dbc34e

%0
%11
%64
%14

Triadic Colors of #dbc34e

#dbc34e #4edbc3 #c34edb

Analogous Colors of #dbc34e

#dbc34e #addb4e #db7d4e

Monochromatic Colors of #dbc34e

#dbc34e

Complementary Color

#dbc34e #4e66db

#dbc34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc34e Color CSS Codes

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

#dbc34e Text Font Color

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

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


#dbc34e Background Color

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

This div background color is #dbc34e


#dbc34e Border Color

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

This div border color is #dbc34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc34e


Comments

No comments written yet.

Please login to write comment.