Color Hex Logo

#dc883a Color Hex

#DC883A
(220,136,58)
0 Favorites   0 Comments

Color spaces of #dc883a

RGB 22013658
HSL0.080.700.55
HSV29°74°86°
CMYK 0.000.380.74   0.14
XYZ39.083133.12958.3377
Yxy33.12950.48520.4113
Hunter Lab57.558220.477931.7022
CIE-Lab64.265625.836753.4595

#dc883a color RGB value is (220,136,58).

#dc883a hex color red value is 220, green value is 136 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dc883a hue: 0.08 , saturation: 0.70 and the lightness value of dc883a is 0.55.

The process color (four color CMYK) of #dc883a color hex is 0.00, 0.38, 0.74, 0.14. Web safe color of #dc883a is #cc9933. Color #dc883a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001000 00111010
Octal 334 210 72
Decimal 220 136 58
Hex DC 88 3A

RGB Percentages of Color #dc883a

%53.14
%32.85
%14.01

CMYK Percentages of Color #dc883a

%0
%38
%74
%14

Triadic Colors of #dc883a

#dc883a #3adc88 #883adc

Analogous Colors of #dc883a

#dc883a #dcd93a #dc3a3d

Monochromatic Colors of #dc883a

#dc883a

Complementary Color

#dc883a #3a8edc

#dc883a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc883a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc883a Color CSS Codes

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

#dc883a Text Font Color

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

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


#dc883a Background Color

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

This div background color is #dc883a


#dc883a Border Color

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

This div border color is #dc883a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc883a


Comments

No comments written yet.

Please login to write comment.