Color Hex Logo

#dc7500 Color Hex

#DC7500
(220,117,0)
0 Favorites   0 Comments

Color spaces of #dc7500

RGB 2201170
HSL0.091.000.43
HSV32°100°86°
CMYK 0.000.471.00   0.14
XYZ35.876527.93823.5017
Yxy27.93820.53300.4150
Hunter Lab52.856628.658133.0717
CIE-Lab59.832934.483567.1445

#dc7500 color RGB value is (220,117,0).

#dc7500 hex color red value is 220, green value is 117 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #dc7500 hue: 0.09 , saturation: 1.00 and the lightness value of dc7500 is 0.43.

The process color (four color CMYK) of #dc7500 color hex is 0.00, 0.47, 1.00, 0.14. Web safe color of #dc7500 is #cc6600. Color #dc7500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110101 00000000
Octal 334 165 0
Decimal 220 117 0
Hex DC 75 0

RGB Percentages of Color #dc7500

%65.28
%34.72
%0.00

CMYK Percentages of Color #dc7500

%0
%47
%100
%14

Triadic Colors of #dc7500

#dc7500 #00dc75 #7500dc

Analogous Colors of #dc7500

#dc7500 #d5dc00 #dc0700

Monochromatic Colors of #dc7500

#dc7500

Complementary Color

#dc7500 #0067dc

#dc7500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc7500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc7500 Color CSS Codes

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

#dc7500 Text Font Color

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

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


#dc7500 Background Color

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

This div background color is #dc7500


#dc7500 Border Color

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

This div border color is #dc7500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc7500

#dc7500 Color Palettes


Comments

No comments written yet.

Please login to write comment.