Color Hex Logo

#dcb521 Color Hex

#DCB521
(220,181,33)
0 Favorites   0 Comments

Color spaces of #dcb521

RGB 22018133
HSL0.130.740.50
HSV47°85°86°
CMYK 0.000.180.85   0.14
XYZ46.313648.37328.3348
Yxy48.37320.44960.4695
Hunter Lab69.5508-2.851641.5804
CIE-Lab75.05970.954772.0798

#dcb521 color RGB value is (220,181,33).

#dcb521 hex color red value is 220, green value is 181 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #dcb521 hue: 0.13 , saturation: 0.74 and the lightness value of dcb521 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110101 00100001
Octal 334 265 41
Decimal 220 181 33
Hex DC B5 21

RGB Percentages of Color #dcb521

%50.69
%41.71
%7.60

CMYK Percentages of Color #dcb521

%0
%18
%85
%14

Triadic Colors of #dcb521

#dcb521 #21dcb5 #b521dc

Analogous Colors of #dcb521

#dcb521 #a6dc21 #dc5721

Monochromatic Colors of #dcb521

#dcb521

Complementary Color

#dcb521 #2148dc

#dcb521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb521 Color CSS Codes

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

#dcb521 Text Font Color

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

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


#dcb521 Background Color

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

This div background color is #dcb521


#dcb521 Border Color

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

This div border color is #dcb521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb521


Comments

No comments written yet.

Please login to write comment.