Color Hex Logo

#dc6b2d Color Hex

#DC6B2D
(220,107,45)
0 Favorites   0 Comments

Color spaces of #dc6b2d

RGB 22010745
HSL0.060.710.52
HSV21°80°86°
CMYK 0.000.510.80   0.14
XYZ35.246525.92055.6281
Yxy25.92050.52770.3881
Hunter Lab50.912234.479229.0843
CIE-Lab57.961540.422153.0185

#dc6b2d color RGB value is (220,107,45).

#dc6b2d hex color red value is 220, green value is 107 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dc6b2d hue: 0.06 , saturation: 0.71 and the lightness value of dc6b2d is 0.52.

The process color (four color CMYK) of #dc6b2d color hex is 0.00, 0.51, 0.80, 0.14. Web safe color of #dc6b2d is #cc6633. Color #dc6b2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101011 00101101
Octal 334 153 55
Decimal 220 107 45
Hex DC 6B 2D

RGB Percentages of Color #dc6b2d

%59.14
%28.76
%12.10

CMYK Percentages of Color #dc6b2d

%0
%51
%80
%14

Triadic Colors of #dc6b2d

#dc6b2d #2ddc6b #6b2ddc

Analogous Colors of #dc6b2d

#dc6b2d #dcc32d #dc2d46

Monochromatic Colors of #dc6b2d

#dc6b2d

Complementary Color

#dc6b2d #2d9edc

#dc6b2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6b2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6b2d Color CSS Codes

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

#dc6b2d Text Font Color

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

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


#dc6b2d Background Color

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

This div background color is #dc6b2d


#dc6b2d Border Color

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

This div border color is #dc6b2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6b2d


Comments

No comments written yet.

Please login to write comment.