Color Hex Logo

#dc550d Color Hex

#DC550D
(220,85,13)
0 Favorites   0 Comments

Color spaces of #dc550d

RGB 2208513
HSL0.060.890.46
HSV21°94°86°
CMYK 0.000.610.94   0.14
XYZ32.836321.74172.8467
Yxy21.74170.57180.3786
Hunter Lab46.628044.104029.0199
CIE-Lab53.751950.185060.9023

#dc550d color RGB value is (220,85,13).

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

The process color (four color CMYK) of #dc550d color hex is 0.00, 0.61, 0.94, 0.14. Web safe color of #dc550d is #cc6600. Color #dc550d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010101 00001101
Octal 334 125 15
Decimal 220 85 13
Hex DC 55 D

RGB Percentages of Color #dc550d

%69.18
%26.73
%4.09

CMYK Percentages of Color #dc550d

%0
%61
%94
%14

Triadic Colors of #dc550d

#dc550d #0ddc55 #550ddc

Analogous Colors of #dc550d

#dc550d #dcbd0d #dc0d2d

Monochromatic Colors of #dc550d

#dc550d

Complementary Color

#dc550d #0d94dc

#dc550d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc550d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc550d Color CSS Codes

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

#dc550d Text Font Color

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

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


#dc550d Background Color

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

This div background color is #dc550d


#dc550d Border Color

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

This div border color is #dc550d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,85,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 #dc550d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc550d


Comments

No comments written yet.

Please login to write comment.