Color Hex Logo

#dcb437 Color Hex

#DCB437
(220,180,55)
0 Favorites   0 Comments

Color spaces of #dcb437

RGB 22018055
HSL0.130.700.54
HSV45°75°86°
CMYK 0.000.180.75   0.14
XYZ46.526048.134010.4530
Yxy48.13400.44260.4579
Hunter Lab69.3787-1.708939.6321
CIE-Lab74.90942.203365.1625

#dcb437 color RGB value is (220,180,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 00110111
Octal 334 264 67
Decimal 220 180 55
Hex DC B4 37

RGB Percentages of Color #dcb437

%48.35
%39.56
%12.09

CMYK Percentages of Color #dcb437

%0
%18
%75
%14

Triadic Colors of #dcb437

#dcb437 #37dcb4 #b437dc

Analogous Colors of #dcb437

#dcb437 #b2dc37 #dc6137

Monochromatic Colors of #dcb437

#dcb437

Complementary Color

#dcb437 #375fdc

#dcb437 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb437 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb437 Color CSS Codes

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

#dcb437 Text Font Color

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

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


#dcb437 Background Color

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

This div background color is #dcb437


#dcb437 Border Color

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

This div border color is #dcb437


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb437


Comments

No comments written yet.

Please login to write comment.