Color Hex Logo

#dc662a Color Hex

#DC662A
(220,102,42)
0 Favorites   0 Comments

Color spaces of #dc662a

RGB 22010242
HSL0.060.720.51
HSV20°81°86°
CMYK 0.000.540.81   0.14
XYZ34.684524.88565.1658
Yxy24.88560.53580.3844
Hunter Lab49.885536.808428.7802
CIE-Lab56.963842.803153.3968

#dc662a color RGB value is (220,102,42).

#dc662a hex color red value is 220, green value is 102 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dc662a hue: 0.06 , saturation: 0.72 and the lightness value of dc662a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100110 00101010
Octal 334 146 52
Decimal 220 102 42
Hex DC 66 2A

RGB Percentages of Color #dc662a

%60.44
%28.02
%11.54

CMYK Percentages of Color #dc662a

%0
%54
%81
%14

Triadic Colors of #dc662a

#dc662a #2adc66 #662adc

Analogous Colors of #dc662a

#dc662a #dcbf2a #dc2a47

Monochromatic Colors of #dc662a

#dc662a

Complementary Color

#dc662a #2aa0dc

#dc662a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc662a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc662a Color CSS Codes

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

#dc662a Text Font Color

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

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


#dc662a Background Color

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

This div background color is #dc662a


#dc662a Border Color

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

This div border color is #dc662a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc662a


Comments

No comments written yet.

Please login to write comment.