Color Hex Logo

#dc6529 Color Hex

#DC6529
(220,101,41)
0 Favorites   0 Comments

Color spaces of #dc6529

RGB 22010141
HSL0.060.720.51
HSV20°81°86°
CMYK 0.000.540.81   0.14
XYZ34.569124.68315.0401
Yxy24.68310.53770.3839
Hunter Lab49.682137.257728.7627
CIE-Lab56.765343.261853.6467

#dc6529 color RGB value is (220,101,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100101 00101001
Octal 334 145 51
Decimal 220 101 41
Hex DC 65 29

RGB Percentages of Color #dc6529

%60.77
%27.90
%11.33

CMYK Percentages of Color #dc6529

%0
%54
%81
%14

Triadic Colors of #dc6529

#dc6529 #29dc65 #6529dc

Analogous Colors of #dc6529

#dc6529 #dcbf29 #dc2946

Monochromatic Colors of #dc6529

#dc6529

Complementary Color

#dc6529 #29a0dc

#dc6529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6529 Color CSS Codes

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

#dc6529 Text Font Color

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

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


#dc6529 Background Color

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

This div background color is #dc6529


#dc6529 Border Color

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

This div border color is #dc6529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6529

#dc6529 Color Palettes


Comments

No comments written yet.

Please login to write comment.