Color Hex Logo

#dc552b Color Hex

#DC552B
(220,85,43)
0 Favorites   0 Comments

Color spaces of #dc552b

RGB 2208543
HSL0.040.720.52
HSV14°80°86°
CMYK 0.000.610.80   0.14
XYZ33.199721.88714.7603
Yxy21.88710.55470.3657
Hunter Lab46.783744.799926.7157
CIE-Lab53.907050.805850.0728

#dc552b color RGB value is (220,85,43).

#dc552b hex color red value is 220, green value is 85 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dc552b hue: 0.04 , saturation: 0.72 and the lightness value of dc552b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010101 00101011
Octal 334 125 53
Decimal 220 85 43
Hex DC 55 2B

RGB Percentages of Color #dc552b

%63.22
%24.43
%12.36

CMYK Percentages of Color #dc552b

%0
%61
%80
%14

Triadic Colors of #dc552b

#dc552b #2bdc55 #552bdc

Analogous Colors of #dc552b

#dc552b #dcae2b #dc2b5a

Monochromatic Colors of #dc552b

#dc552b

Complementary Color

#dc552b #2bb2dc

#dc552b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc552b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc552b Color CSS Codes

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

#dc552b Text Font Color

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

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


#dc552b Background Color

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

This div background color is #dc552b


#dc552b Border Color

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

This div border color is #dc552b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc552b


Comments

No comments written yet.

Please login to write comment.