Color Hex Logo

#dc662f Color Hex

#DC662F
(220,102,47)
0 Favorites   0 Comments

Color spaces of #dc662f

RGB 22010247
HSL0.050.710.52
HSV19°79°86°
CMYK 0.000.540.79   0.14
XYZ34.779724.92365.6670
Yxy24.92360.53200.3813
Hunter Lab49.923536.987528.2163
CIE-Lab57.000942.969751.1911

#dc662f color RGB value is (220,102,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100110 00101111
Octal 334 146 57
Decimal 220 102 47
Hex DC 66 2F

RGB Percentages of Color #dc662f

%59.62
%27.64
%12.74

CMYK Percentages of Color #dc662f

%0
%54
%79
%14

Triadic Colors of #dc662f

#dc662f #2fdc66 #662fdc

Analogous Colors of #dc662f

#dc662f #dcbd2f #dc2f4e

Monochromatic Colors of #dc662f

#dc662f

Complementary Color

#dc662f #2fa5dc

#dc662f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc662f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc662f Color CSS Codes

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

#dc662f Text Font Color

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

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


#dc662f Background Color

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

This div background color is #dc662f


#dc662f Border Color

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

This div border color is #dc662f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc662f


Comments

No comments written yet.

Please login to write comment.