Color Hex Logo

#dbc521 Color Hex

#DBC521
(219,197,33)
0 Favorites   0 Comments

Color spaces of #dbc521

RGB 21919733
HSL0.150.740.49
HSV53°85°86°
CMYK 0.000.100.85   0.14
XYZ49.454255.10249.4682
Yxy55.10240.43370.4832
Hunter Lab74.2310-10.983944.3992
CIE-Lab79.1002-7.761575.3593

#dbc521 color RGB value is (219,197,33).

#dbc521 hex color red value is 219, green value is 197 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #dbc521 hue: 0.15 , saturation: 0.74 and the lightness value of dbc521 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 00100001
Octal 333 305 41
Decimal 219 197 33
Hex DB C5 21

RGB Percentages of Color #dbc521

%48.78
%43.88
%7.35

CMYK Percentages of Color #dbc521

%0
%10
%85
%14

Triadic Colors of #dbc521

#dbc521 #21dbc5 #c521db

Analogous Colors of #dbc521

#dbc521 #94db21 #db6821

Monochromatic Colors of #dbc521

#dbc521

Complementary Color

#dbc521 #2137db

#dbc521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc521 Color CSS Codes

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

#dbc521 Text Font Color

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

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


#dbc521 Background Color

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

This div background color is #dbc521


#dbc521 Border Color

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

This div border color is #dbc521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc521


Comments

No comments written yet.

Please login to write comment.