color codes Logo

#dc853f color codes

#DC853F
(220,133,63)
0 Favorites   0 Comments

Color spaces of #dc853f

RGB 22013363
HSL0.070.690.55
HSV27°71°86°
CMYK 0.000.400.71   0.14
XYZ38.799932.34968.9017
Yxy32.34960.48470.4041
Hunter Lab56.876722.234130.5343
CIE-Lab63.630827.672950.4915

#dc853f color RGB value is (220,133,63).

#dc853f hex color red value is 220, green value is 133 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dc853f hue: 0.07 , saturation: 0.69 and the lightness value of dc853f is 0.55.

The process color (four color CMYK) of #dc853f color code is 0.00, 0.40, 0.71, 0.14. Web safe color of #dc853f is #cc9933. Color #dc853f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000101 00111111
Octal 334 205 77
Decimal 220 133 63
Hex DC 85 3F

RGB Percentages of Color #dc853f

%52.88
%31.97
%15.14

CMYK Percentages of Color #dc853f

%0
%40
%71
%14

Triadic Colors of #dc853f

#dc853f #3fdc85 #853fdc

Analogous Colors of #dc853f

#dc853f #dcd43f #dc3f47

Monochromatic Colors of #dc853f

#dc853f

Complementary Color

#dc853f #3f96dc

#dc853f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc853f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc853f Color CSS Codes

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

#dc853f Text Font Color

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

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


#dc853f Background Color

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

This div background color is #dc853f


#dc853f Border Color

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

This div border color is #dc853f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc853f


Comments

No comments written yet.

Please login to write comment.