Color Hex Logo

#dc664a Color Hex

#DC664A
(220,102,74)
0 Favorites   0 Comments

Color spaces of #dc664a

RGB 22010274
HSL0.030.680.58
HSV12°66°86°
CMYK 0.000.540.66   0.14
XYZ35.502625.21289.4739
Yxy25.21280.50580.3592
Hunter Lab50.212338.336723.9620
CIE-Lab57.282244.218237.7243

#dc664a color RGB value is (220,102,74).

#dc664a hex color red value is 220, green value is 102 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dc664a hue: 0.03 , saturation: 0.68 and the lightness value of dc664a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100110 01001010
Octal 334 146 112
Decimal 220 102 74
Hex DC 66 4A

RGB Percentages of Color #dc664a

%55.56
%25.76
%18.69

CMYK Percentages of Color #dc664a

%0
%54
%66
%14

Triadic Colors of #dc664a

#dc664a #4adc66 #664adc

Analogous Colors of #dc664a

#dc664a #dcaf4a #dc4a77

Monochromatic Colors of #dc664a

#dc664a

Complementary Color

#dc664a #4ac0dc

#dc664a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc664a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc664a Color CSS Codes

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

#dc664a Text Font Color

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

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


#dc664a Background Color

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

This div background color is #dc664a


#dc664a Border Color

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

This div border color is #dc664a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc664a


Comments

No comments written yet.

Please login to write comment.