Color Hex Logo

#dbc54e Color Hex

#DBC54E
(219,197,78)
0 Favorites   0 Comments

Color spaces of #dbc54e

RGB 21919778
HSL0.140.660.58
HSV51°64°86°
CMYK 0.000.100.64   0.14
XYZ50.554855.542615.2640
Yxy55.54260.41660.4577
Hunter Lab74.5269-9.337940.0255
CIE-Lab79.3528-5.888760.5052

#dbc54e color RGB value is (219,197,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 01001110
Octal 333 305 116
Decimal 219 197 78
Hex DB C5 4E

RGB Percentages of Color #dbc54e

%44.33
%39.88
%15.79

CMYK Percentages of Color #dbc54e

%0
%10
%64
%14

Triadic Colors of #dbc54e

#dbc54e #4edbc5 #c54edb

Analogous Colors of #dbc54e

#dbc54e #abdb4e #db7f4e

Monochromatic Colors of #dbc54e

#dbc54e

Complementary Color

#dbc54e #4e64db

#dbc54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc54e Color CSS Codes

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

#dbc54e Text Font Color

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

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


#dbc54e Background Color

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

This div background color is #dbc54e


#dbc54e Border Color

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

This div border color is #dbc54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc54e


Comments

No comments written yet.

Please login to write comment.