Color Hex Logo

#dc8246 Color Hex

#DC8246
(220,130,70)
0 Favorites   0 Comments

Color spaces of #dc8246

RGB 22013070
HSL0.070.680.57
HSV24°68°86°
CMYK 0.000.410.68   0.14
XYZ38.603331.62319.8636
Yxy31.62310.48200.3948
Hunter Lab56.234424.124828.9645
CIE-Lab63.030129.634346.4357

#dc8246 color RGB value is (220,130,70).

#dc8246 hex color red value is 220, green value is 130 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dc8246 hue: 0.07 , saturation: 0.68 and the lightness value of dc8246 is 0.57.

The process color (four color CMYK) of #dc8246 color hex is 0.00, 0.41, 0.68, 0.14. Web safe color of #dc8246 is #cc9933. Color #dc8246 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000010 01000110
Octal 334 202 106
Decimal 220 130 70
Hex DC 82 46

RGB Percentages of Color #dc8246

%52.38
%30.95
%16.67

CMYK Percentages of Color #dc8246

%0
%41
%68
%14

Triadic Colors of #dc8246

#dc8246 #46dc82 #8246dc

Analogous Colors of #dc8246

#dc8246 #dccd46 #dc4655

Monochromatic Colors of #dc8246

#dc8246

Complementary Color

#dc8246 #46a0dc

#dc8246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8246 Color CSS Codes

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

#dc8246 Text Font Color

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

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


#dc8246 Background Color

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

This div background color is #dc8246


#dc8246 Border Color

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

This div border color is #dc8246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8246


Comments

No comments written yet.

Please login to write comment.