Color Hex Logo

#dc883b Color Hex

#DC883B
(220,136,59)
0 Favorites   0 Comments

Color spaces of #dc883b

RGB 22013659
HSL0.080.700.55
HSV29°73°86°
CMYK 0.000.380.73   0.14
XYZ39.108833.13978.4730
Yxy33.13970.48450.4105
Hunter Lab57.567120.523431.5704
CIE-Lab64.273925.882753.0168

#dc883b color RGB value is (220,136,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001000 00111011
Octal 334 210 73
Decimal 220 136 59
Hex DC 88 3B

RGB Percentages of Color #dc883b

%53.01
%32.77
%14.22

CMYK Percentages of Color #dc883b

%0
%38
%73
%14

Triadic Colors of #dc883b

#dc883b #3bdc88 #883bdc

Analogous Colors of #dc883b

#dc883b #dcd93b #dc3b3e

Monochromatic Colors of #dc883b

#dc883b

Complementary Color

#dc883b #3b8fdc

#dc883b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc883b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc883b Color CSS Codes

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

#dc883b Text Font Color

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

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


#dc883b Background Color

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

This div background color is #dc883b


#dc883b Border Color

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

This div border color is #dc883b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc883b


Comments

No comments written yet.

Please login to write comment.