Color Hex Logo

#dc833f Color Hex

#DC833F
(220,131,63)
0 Favorites   0 Comments

Color spaces of #dc833f

RGB 22013163
HSL0.070.690.55
HSV26°71°86°
CMYK 0.000.400.71   0.14
XYZ38.528731.80718.8113
Yxy31.80710.48680.4019
Hunter Lab56.397823.247930.2153
CIE-Lab63.183128.736250.0146

#dc833f color RGB value is (220,131,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000011 00111111
Octal 334 203 77
Decimal 220 131 63
Hex DC 83 3F

RGB Percentages of Color #dc833f

%53.14
%31.64
%15.22

CMYK Percentages of Color #dc833f

%0
%40
%71
%14

Triadic Colors of #dc833f

#dc833f #3fdc83 #833fdc

Analogous Colors of #dc833f

#dc833f #dcd23f #dc3f49

Monochromatic Colors of #dc833f

#dc833f

Complementary Color

#dc833f #3f98dc

#dc833f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc833f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc833f Color CSS Codes

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

#dc833f Text Font Color

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

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


#dc833f Background Color

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

This div background color is #dc833f


#dc833f Border Color

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

This div border color is #dc833f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,131,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 #dc833f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc833f


Comments

No comments written yet.

Please login to write comment.