Color Hex Logo

#dc835f Color Hex

#DC835F
(220,131,95)
0 Favorites   0 Comments

Color spaces of #dc835f

RGB 22013195
HSL0.050.640.62
HSV17°57°86°
CMYK 0.000.400.57   0.14
XYZ39.697132.274514.9638
Yxy32.27450.45660.3712
Hunter Lab56.810725.310324.1506
CIE-Lab63.569130.775933.9776

#dc835f color RGB value is (220,131,95).

#dc835f hex color red value is 220, green value is 131 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dc835f hue: 0.05 , saturation: 0.64 and the lightness value of dc835f is 0.62.

The process color (four color CMYK) of #dc835f color hex is 0.00, 0.40, 0.57, 0.14. Web safe color of #dc835f is #cc9966. Color #dc835f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000011 01011111
Octal 334 203 137
Decimal 220 131 95
Hex DC 83 5F

RGB Percentages of Color #dc835f

%49.33
%29.37
%21.30

CMYK Percentages of Color #dc835f

%0
%40
%57
%14

Triadic Colors of #dc835f

#dc835f #5fdc83 #835fdc

Analogous Colors of #dc835f

#dc835f #dcc25f #dc5f7a

Monochromatic Colors of #dc835f

#dc835f

Complementary Color

#dc835f #5fb8dc

#dc835f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc835f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc835f Color CSS Codes

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

#dc835f Text Font Color

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

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


#dc835f Background Color

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

This div background color is #dc835f


#dc835f Border Color

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

This div border color is #dc835f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc835f


Comments

No comments written yet.

Please login to write comment.