Color Hex Logo

#dcb321 Color Hex

#DCB321
(220,179,33)
0 Favorites   0 Comments

Color spaces of #dcb321

RGB 22017933
HSL0.130.740.50
HSV47°85°86°
CMYK 0.000.190.85   0.14
XYZ45.909847.56568.2002
Yxy47.56560.45150.4678
Hunter Lab68.9678-1.871641.2280
CIE-Lab74.55012.004471.6608

#dcb321 color RGB value is (220,179,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 00100001
Octal 334 263 41
Decimal 220 179 33
Hex DC B3 21

RGB Percentages of Color #dcb321

%50.93
%41.44
%7.64

CMYK Percentages of Color #dcb321

%0
%19
%85
%14

Triadic Colors of #dcb321

#dcb321 #21dcb3 #b321dc

Analogous Colors of #dcb321

#dcb321 #a8dc21 #dc5521

Monochromatic Colors of #dcb321

#dcb321

Complementary Color

#dcb321 #214adc

#dcb321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb321 Color CSS Codes

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

#dcb321 Text Font Color

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

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


#dcb321 Background Color

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

This div background color is #dcb321


#dcb321 Border Color

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

This div border color is #dcb321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb321


Comments

No comments written yet.

Please login to write comment.