Color Hex Logo

#dc762e Color Hex

#DC762E
(220,118,46)
0 Favorites   0 Comments

Color spaces of #dc762e

RGB 22011846
HSL0.070.710.52
HSV25°79°86°
CMYK 0.000.460.79   0.14
XYZ36.486828.36986.1376
Yxy28.36980.51390.3996
Hunter Lab53.263329.066530.4523
CIE-Lab60.221434.846454.7313

#dc762e color RGB value is (220,118,46).

#dc762e hex color red value is 220, green value is 118 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dc762e hue: 0.07 , saturation: 0.71 and the lightness value of dc762e is 0.52.

The process color (four color CMYK) of #dc762e color hex is 0.00, 0.46, 0.79, 0.14. Web safe color of #dc762e is #cc6633. Color #dc762e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110110 00101110
Octal 334 166 56
Decimal 220 118 46
Hex DC 76 2E

RGB Percentages of Color #dc762e

%57.29
%30.73
%11.98

CMYK Percentages of Color #dc762e

%0
%46
%79
%14

Triadic Colors of #dc762e

#dc762e #2edc76 #762edc

Analogous Colors of #dc762e

#dc762e #dccd2e #dc2e3d

Monochromatic Colors of #dc762e

#dc762e

Complementary Color

#dc762e #2e94dc

#dc762e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc762e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc762e Color CSS Codes

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

#dc762e Text Font Color

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

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


#dc762e Background Color

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

This div background color is #dc762e


#dc762e Border Color

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

This div border color is #dc762e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc762e


Comments

No comments written yet.

Please login to write comment.