Color Hex Logo

#dc9437 Color Hex

#DC9437
(220,148,55)
0 Favorites   0 Comments

Color spaces of #dc9437

RGB 22014855
HSL0.090.700.54
HSV34°75°86°
CMYK 0.000.330.75   0.14
XYZ40.794736.67138.5426
Yxy36.67130.47430.4264
Hunter Lab60.556814.273834.0259
CIE-Lab67.029719.273057.5350

#dc9437 color RGB value is (220,148,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010100 00110111
Octal 334 224 67
Decimal 220 148 55
Hex DC 94 37

RGB Percentages of Color #dc9437

%52.01
%34.99
%13.00

CMYK Percentages of Color #dc9437

%0
%33
%75
%14

Triadic Colors of #dc9437

#dc9437 #37dc94 #9437dc

Analogous Colors of #dc9437

#dc9437 #d2dc37 #dc4237

Monochromatic Colors of #dc9437

#dc9437

Complementary Color

#dc9437 #377fdc

#dc9437 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9437 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9437 Color CSS Codes

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

#dc9437 Text Font Color

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

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


#dc9437 Background Color

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

This div background color is #dc9437


#dc9437 Border Color

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

This div border color is #dc9437


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9437


Comments

No comments written yet.

Please login to write comment.