Color Hex Logo

#dc852a Color Hex

#DC852A
(220,133,42)
0 Favorites   0 Comments

Color spaces of #dc852a

RGB 22013342
HSL0.090.720.51
HSV31°81°86°
CMYK 0.000.400.81   0.14
XYZ38.320632.15796.3779
Yxy32.15790.49860.4184
Hunter Lab56.707921.383233.0273
CIE-Lab63.473226.818659.3499

#dc852a color RGB value is (220,133,42).

#dc852a hex color red value is 220, green value is 133 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dc852a hue: 0.09 , saturation: 0.72 and the lightness value of dc852a is 0.51.

The process color (four color CMYK) of #dc852a color hex is 0.00, 0.40, 0.81, 0.14. Web safe color of #dc852a is #cc9933. Color #dc852a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000101 00101010
Octal 334 205 52
Decimal 220 133 42
Hex DC 85 2A

RGB Percentages of Color #dc852a

%55.70
%33.67
%10.63

CMYK Percentages of Color #dc852a

%0
%40
%81
%14

Triadic Colors of #dc852a

#dc852a #2adc85 #852adc

Analogous Colors of #dc852a

#dc852a #dadc2a #dc2c2a

Monochromatic Colors of #dc852a

#dc852a

Complementary Color

#dc852a #2a81dc

#dc852a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc852a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc852a Color CSS Codes

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

#dc852a Text Font Color

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

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


#dc852a Background Color

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

This div background color is #dc852a


#dc852a Border Color

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

This div border color is #dc852a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc852a


Comments

No comments written yet.

Please login to write comment.