Color Hex Logo

#dbc54c Color Hex

#DBC54C
(219,197,76)
0 Favorites   0 Comments

Color spaces of #dbc54c

RGB 21919776
HSL0.140.670.58
HSV51°65°86°
CMYK 0.000.100.65   0.14
XYZ50.484255.514414.8920
Yxy55.51440.41760.4592
Hunter Lab74.5080-9.443240.3052
CIE-Lab79.3366-6.007861.3284

#dbc54c color RGB value is (219,197,76).

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

The process color (four color CMYK) of #dbc54c color hex is 0.00, 0.10, 0.65, 0.14. Web safe color of #dbc54c is #cccc33. Color #dbc54c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 01001100
Octal 333 305 114
Decimal 219 197 76
Hex DB C5 4C

RGB Percentages of Color #dbc54c

%44.51
%40.04
%15.45

CMYK Percentages of Color #dbc54c

%0
%10
%65
%14

Triadic Colors of #dbc54c

#dbc54c #4cdbc5 #c54cdb

Analogous Colors of #dbc54c

#dbc54c #aadb4c #db7e4c

Monochromatic Colors of #dbc54c

#dbc54c

Complementary Color

#dbc54c #4c62db

#dbc54c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc54c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc54c Color CSS Codes

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

#dbc54c Text Font Color

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

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


#dbc54c Background Color

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

This div background color is #dbc54c


#dbc54c Border Color

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

This div border color is #dbc54c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc54c


Comments

No comments written yet.

Please login to write comment.