Color Hex Logo

#dc6525 Color Hex

#DC6525
(220,101,37)
0 Favorites   0 Comments

Color spaces of #dc6525

RGB 22010137
HSL0.060.720.50
HSV21°83°86°
CMYK 0.000.540.83   0.14
XYZ34.502824.65664.6910
Yxy24.65660.54040.3862
Hunter Lab49.655437.132829.1576
CIE-Lab56.739343.145855.2996

#dc6525 color RGB value is (220,101,37).

#dc6525 hex color red value is 220, green value is 101 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #dc6525 hue: 0.06 , saturation: 0.72 and the lightness value of dc6525 is 0.50.

The process color (four color CMYK) of #dc6525 color hex is 0.00, 0.54, 0.83, 0.14. Web safe color of #dc6525 is #cc6633. Color #dc6525 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100101 00100101
Octal 334 145 45
Decimal 220 101 37
Hex DC 65 25

RGB Percentages of Color #dc6525

%61.45
%28.21
%10.34

CMYK Percentages of Color #dc6525

%0
%54
%83
%14

Triadic Colors of #dc6525

#dc6525 #25dc65 #6525dc

Analogous Colors of #dc6525

#dc6525 #dcc125 #dc2540

Monochromatic Colors of #dc6525

#dc6525

Complementary Color

#dc6525 #259cdc

#dc6525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6525 Color CSS Codes

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

#dc6525 Text Font Color

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

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


#dc6525 Background Color

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

This div background color is #dc6525


#dc6525 Border Color

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

This div border color is #dc6525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6525


Comments

No comments written yet.

Please login to write comment.