Color Hex Logo

#dc751a Color Hex

#DC751A
(220,117,26)
0 Favorites   0 Comments

Color spaces of #dc751a

RGB 22011726
HSL0.080.790.48
HSV28°88°86°
CMYK 0.000.470.88   0.14
XYZ36.062928.01284.4836
Yxy28.01280.52600.4086
Hunter Lab52.927129.001932.0264
CIE-Lab59.900334.817661.7985

#dc751a color RGB value is (220,117,26).

#dc751a hex color red value is 220, green value is 117 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #dc751a hue: 0.08 , saturation: 0.79 and the lightness value of dc751a is 0.48.

The process color (four color CMYK) of #dc751a color hex is 0.00, 0.47, 0.88, 0.14. Web safe color of #dc751a is #cc6633. Color #dc751a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110101 00011010
Octal 334 165 32
Decimal 220 117 26
Hex DC 75 1A

RGB Percentages of Color #dc751a

%60.61
%32.23
%7.16

CMYK Percentages of Color #dc751a

%0
%47
%88
%14

Triadic Colors of #dc751a

#dc751a #1adc75 #751adc

Analogous Colors of #dc751a

#dc751a #dcd61a #dc1a20

Monochromatic Colors of #dc751a

#dc751a

Complementary Color

#dc751a #1a81dc

#dc751a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc751a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc751a Color CSS Codes

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

#dc751a Text Font Color

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

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


#dc751a Background Color

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

This div background color is #dc751a


#dc751a Border Color

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

This div border color is #dc751a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc751a


Comments

No comments written yet.

Please login to write comment.