Color Hex Logo

#dbc14e Color Hex

#DBC14E
(219,193,78)
0 Favorites   0 Comments

Color spaces of #dbc14e

RGB 21919378
HSL0.140.660.58
HSV49°64°86°
CMYK 0.000.120.64   0.14
XYZ49.658553.750114.9652
Yxy53.75010.41950.4541
Hunter Lab73.3145-7.395939.2176
CIE-Lab78.3158-3.827359.3997

#dbc14e color RGB value is (219,193,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 01001110
Octal 333 301 116
Decimal 219 193 78
Hex DB C1 4E

RGB Percentages of Color #dbc14e

%44.69
%39.39
%15.92

CMYK Percentages of Color #dbc14e

%0
%12
%64
%14

Triadic Colors of #dbc14e

#dbc14e #4edbc1 #c14edb

Analogous Colors of #dbc14e

#dbc14e #afdb4e #db7b4e

Monochromatic Colors of #dbc14e

#dbc14e

Complementary Color

#dbc14e #4e68db

#dbc14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc14e Color CSS Codes

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

#dbc14e Text Font Color

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

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


#dbc14e Background Color

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

This div background color is #dbc14e


#dbc14e Border Color

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

This div border color is #dbc14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc14e

#dbc14e Color Palettes


Comments

No comments written yet.

Please login to write comment.