Color Hex Logo

#dc653f Color Hex

#DC653F
(220,101,63)
0 Favorites   0 Comments

Color spaces of #dc653f

RGB 22010163
HSL0.040.690.55
HSV15°71°86°
CMYK 0.000.540.71   0.14
XYZ35.066124.88197.6571
Yxy24.88190.51870.3680
Hunter Lab49.881838.189625.8159
CIE-Lab56.960244.124343.2407

#dc653f color RGB value is (220,101,63).

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

The process color (four color CMYK) of #dc653f color hex is 0.00, 0.54, 0.71, 0.14. Web safe color of #dc653f is #cc6633. Color #dc653f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100101 00111111
Octal 334 145 77
Decimal 220 101 63
Hex DC 65 3F

RGB Percentages of Color #dc653f

%57.29
%26.30
%16.41

CMYK Percentages of Color #dc653f

%0
%54
%71
%14

Triadic Colors of #dc653f

#dc653f #3fdc65 #653fdc

Analogous Colors of #dc653f

#dc653f #dcb43f #dc3f68

Monochromatic Colors of #dc653f

#dc653f

Complementary Color

#dc653f #3fb6dc

#dc653f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc653f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc653f Color CSS Codes

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

#dc653f Text Font Color

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

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


#dc653f Background Color

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

This div background color is #dc653f


#dc653f Border Color

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

This div border color is #dc653f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc653f


Comments

No comments written yet.

Please login to write comment.