color codes Logo

#dc881c color codes

#DC881C
(220,136,28)
0 Favorites   0 Comments

Color spaces of #dc881c

RGB 22013628
HSL0.090.770.49
HSV34°87°86°
CMYK 0.000.380.87   0.14
XYZ38.529032.90785.4198
Yxy32.90780.50130.4282
Hunter Lab57.365319.498934.5541
CIE-Lab64.086224.844764.5090

#dc881c color RGB value is (220,136,28).

#dc881c hex color red value is 220, green value is 136 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #dc881c hue: 0.09 , saturation: 0.77 and the lightness value of dc881c is 0.49.

The process color (four color CMYK) of #dc881c color code is 0.00, 0.38, 0.87, 0.14. Web safe color of #dc881c is #cc9933. Color #dc881c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001000 00011100
Octal 334 210 34
Decimal 220 136 28
Hex DC 88 1C

RGB Percentages of Color #dc881c

%57.29
%35.42
%7.29

CMYK Percentages of Color #dc881c

%0
%38
%87
%14

Triadic Colors of #dc881c

#dc881c #1cdc88 #881cdc

Analogous Colors of #dc881c

#dc881c #d0dc1c #dc281c

Monochromatic Colors of #dc881c

#dc881c

Complementary Color

#dc881c #1c70dc

#dc881c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc881c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc881c Color CSS Codes

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

#dc881c Text Font Color

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

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


#dc881c Background Color

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

This div background color is #dc881c


#dc881c Border Color

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

This div border color is #dc881c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc881c


Comments

No comments written yet.

Please login to write comment.