Color Hex Logo

#dc6500 Color Hex

#DC6500
(220,101,0)
0 Favorites   0 Comments

Color spaces of #dc6500

RGB 2201010
HSL0.081.000.43
HSV28°100°86°
CMYK 0.000.541.00   0.14
XYZ34.168924.52302.9325
Yxy24.52300.55450.3979
Hunter Lab49.520736.502431.1535
CIE-Lab56.607742.558865.2356

#dc6500 color RGB value is (220,101,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100101 00000000
Octal 334 145 0
Decimal 220 101 0
Hex DC 65 0

RGB Percentages of Color #dc6500

%68.54
%31.46
%0.00

CMYK Percentages of Color #dc6500

%0
%54
%100
%14

Triadic Colors of #dc6500

#dc6500 #00dc65 #6500dc

Analogous Colors of #dc6500

#dc6500 #dcd300 #dc0009

Monochromatic Colors of #dc6500

#dc6500

Complementary Color

#dc6500 #0077dc

#dc6500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6500 Color CSS Codes

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

#dc6500 Text Font Color

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

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


#dc6500 Background Color

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

This div background color is #dc6500


#dc6500 Border Color

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

This div border color is #dc6500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6500


Comments

No comments written yet.

Please login to write comment.