Color Hex Logo

#dcb037 Color Hex

#DCB037
(220,176,55)
0 Favorites   0 Comments

Color spaces of #dcb037

RGB 22017655
HSL0.120.700.54
HSV44°75°86°
CMYK 0.000.200.75   0.14
XYZ45.730146.542110.1877
Yxy46.54210.44630.4542
Hunter Lab68.22180.263238.9013
CIE-Lab73.89594.311764.1966

#dcb037 color RGB value is (220,176,55).

#dcb037 hex color red value is 220, green value is 176 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #dcb037 hue: 0.12 , saturation: 0.70 and the lightness value of dcb037 is 0.54.

The process color (four color CMYK) of #dcb037 color hex is 0.00, 0.20, 0.75, 0.14. Web safe color of #dcb037 is #cc9933. Color #dcb037 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 00110111
Octal 334 260 67
Decimal 220 176 55
Hex DC B0 37

RGB Percentages of Color #dcb037

%48.78
%39.02
%12.20

CMYK Percentages of Color #dcb037

%0
%20
%75
%14

Triadic Colors of #dcb037

#dcb037 #37dcb0 #b037dc

Analogous Colors of #dcb037

#dcb037 #b6dc37 #dc5d37

Monochromatic Colors of #dcb037

#dcb037

Complementary Color

#dcb037 #3763dc

#dcb037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb037 Color CSS Codes

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

#dcb037 Text Font Color

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

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


#dcb037 Background Color

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

This div background color is #dcb037


#dcb037 Border Color

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

This div border color is #dcb037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb037


Comments

No comments written yet.

Please login to write comment.