Color Hex Logo

#dcb529 Color Hex

#DCB529
(220,181,41)
0 Favorites   0 Comments

Color spaces of #dcb529

RGB 22018141
HSL0.130.720.51
HSV47°81°86°
CMYK 0.000.180.81   0.14
XYZ46.439348.42358.9969
Yxy48.42350.44710.4662
Hunter Lab69.5870-2.654241.0453
CIE-Lab75.09131.174469.9426

#dcb529 color RGB value is (220,181,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110101 00101001
Octal 334 265 51
Decimal 220 181 41
Hex DC B5 29

RGB Percentages of Color #dcb529

%49.77
%40.95
%9.28

CMYK Percentages of Color #dcb529

%0
%18
%81
%14

Triadic Colors of #dcb529

#dcb529 #29dcb5 #b529dc

Analogous Colors of #dcb529

#dcb529 #aadc29 #dc5c29

Monochromatic Colors of #dcb529

#dcb529

Complementary Color

#dcb529 #2950dc

#dcb529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb529 Color CSS Codes

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

#dcb529 Text Font Color

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

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


#dcb529 Background Color

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

This div background color is #dcb529


#dcb529 Border Color

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

This div border color is #dcb529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb529


Comments

No comments written yet.

Please login to write comment.