Color Hex Logo

#dcb325 Color Hex

#DCB325
(220,179,37)
0 Favorites   0 Comments

Color spaces of #dcb325

RGB 22017937
HSL0.130.720.50
HSV47°83°86°
CMYK 0.000.190.83   0.14
XYZ45.969247.58948.5131
Yxy47.58940.45040.4662
Hunter Lab68.9851-1.777840.9729
CIE-Lab74.56522.108570.6260

#dcb325 color RGB value is (220,179,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 00100101
Octal 334 263 45
Decimal 220 179 37
Hex DC B3 25

RGB Percentages of Color #dcb325

%50.46
%41.06
%8.49

CMYK Percentages of Color #dcb325

%0
%19
%83
%14

Triadic Colors of #dcb325

#dcb325 #25dcb3 #b325dc

Analogous Colors of #dcb325

#dcb325 #aadc25 #dc5825

Monochromatic Colors of #dcb325

#dcb325

Complementary Color

#dcb325 #254edc

#dcb325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb325 Color CSS Codes

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

#dcb325 Text Font Color

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

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


#dcb325 Background Color

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

This div background color is #dcb325


#dcb325 Border Color

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

This div border color is #dcb325


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,179,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb325


Comments

No comments written yet.

Please login to write comment.