Color Hex Logo

#dbc54f Color Hex

#DBC54F
(219,197,79)
0 Favorites   0 Comments

Color spaces of #dbc54f

RGB 21919779
HSL0.140.660.58
HSV51°64°86°
CMYK 0.000.100.64   0.14
XYZ50.591055.557115.4543
Yxy55.55710.41600.4569
Hunter Lab74.5366-9.284039.8826
CIE-Lab79.3611-5.827860.0895

#dbc54f color RGB value is (219,197,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 01001111
Octal 333 305 117
Decimal 219 197 79
Hex DB C5 4F

RGB Percentages of Color #dbc54f

%44.24
%39.80
%15.96

CMYK Percentages of Color #dbc54f

%0
%10
%64
%14

Triadic Colors of #dbc54f

#dbc54f #4fdbc5 #c54fdb

Analogous Colors of #dbc54f

#dbc54f #abdb4f #db7f4f

Monochromatic Colors of #dbc54f

#dbc54f

Complementary Color

#dbc54f #4f65db

#dbc54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc54f Color CSS Codes

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

#dbc54f Text Font Color

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

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


#dbc54f Background Color

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

This div background color is #dbc54f


#dbc54f Border Color

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

This div border color is #dbc54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc54f


Comments

No comments written yet.

Please login to write comment.