Color Hex Logo

#dc460d Color Hex

#DC460D
(220,70,13)
0 Favorites   0 Comments

Color spaces of #dc460d

RGB 2207013
HSL0.050.890.46
HSV17°94°86°
CMYK 0.000.680.94   0.14
XYZ31.778019.62502.4939
Yxy19.62500.58960.3641
Hunter Lab44.300150.519027.6723
CIE-Lab51.410656.466559.4267

#dc460d color RGB value is (220,70,13).

#dc460d hex color red value is 220, green value is 70 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #dc460d hue: 0.05 , saturation: 0.89 and the lightness value of dc460d is 0.46.

The process color (four color CMYK) of #dc460d color hex is 0.00, 0.68, 0.94, 0.14. Web safe color of #dc460d is #cc3300. Color #dc460d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000110 00001101
Octal 334 106 15
Decimal 220 70 13
Hex DC 46 D

RGB Percentages of Color #dc460d

%72.61
%23.10
%4.29

CMYK Percentages of Color #dc460d

%0
%68
%94
%14

Triadic Colors of #dc460d

#dc460d #0ddc46 #460ddc

Analogous Colors of #dc460d

#dc460d #dcae0d #dc0d3c

Monochromatic Colors of #dc460d

#dc460d

Complementary Color

#dc460d #0da3dc

#dc460d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc460d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc460d Color CSS Codes

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

#dc460d Text Font Color

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

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


#dc460d Background Color

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

This div background color is #dc460d


#dc460d Border Color

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

This div border color is #dc460d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc460d


Comments

No comments written yet.

Please login to write comment.