Color Hex Logo

#dbc541 Color Hex

#DBC541
(219,197,65)
0 Favorites   0 Comments

Color spaces of #dbc541

RGB 21919765
HSL0.140.680.56
HSV51°70°86°
CMYK 0.000.100.70   0.14
XYZ50.133855.374213.0470
Yxy55.37420.42290.4671
Hunter Lab74.4138-9.965941.6944
CIE-Lab79.2563-6.600665.6343

#dbc541 color RGB value is (219,197,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 01000001
Octal 333 305 101
Decimal 219 197 65
Hex DB C5 41

RGB Percentages of Color #dbc541

%45.53
%40.96
%13.51

CMYK Percentages of Color #dbc541

%0
%10
%70
%14

Triadic Colors of #dbc541

#dbc541 #41dbc5 #c541db

Analogous Colors of #dbc541

#dbc541 #a4db41 #db7841

Monochromatic Colors of #dbc541

#dbc541

Complementary Color

#dbc541 #4157db

#dbc541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc541 Color CSS Codes

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

#dbc541 Text Font Color

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

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


#dbc541 Background Color

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

This div background color is #dbc541


#dbc541 Border Color

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

This div border color is #dbc541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc541


Comments

No comments written yet.

Please login to write comment.