Hex #dc6136 Color

#dc6136
equivalent to

RGB

(220, 97, 54)

Details of #dc6136

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
220
34.4557
0.04
0.00
56.1192
24.0314
16°
49.0218
97
24.0314
0.70
0.56
45.6564
0.5317
75°
39.6735
54
6.3125
0.54
0.75   0.14
46.9369
0.3709
86°
26.6825

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11011100
334
220
DC
Green
1100001
141
97
61
Blue
110110
66
54
36

RGB in % of #dc6136

%59.30
%26.15
%14.56

CMYK in % of #dc6136

%0
%56
%75
%14

Triads of color #dc6136

#dc6136 #6136dc #36dc36

Similar Colors to #dc6136

#dc6136 #dc365e #dcb436

Preview Color #dc6136 on black ground

#dc6136 is very interesting for text.

Preview Color #dc6136 on white ground

#dc6136 is very interesting for text.

CSS Codes #dc6136 color

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

Text Font Color #dc6136

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

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


Background Color #dc6136

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

This div background color is #dc6136


Border Color #dc6136

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

The color of this border is #dc6136


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #dc6136