Color Hex Logo

#dc903e Color Hex

#DC903E
(220,144,62)
0 Favorites   0 Comments

Color spaces of #dc903e

RGB 22014462
HSL0.090.690.55
HSV31°72°86°
CMYK 0.000.350.72   0.14
XYZ40.358035.51009.2844
Yxy35.51000.47400.4170
Hunter Lab59.590316.607632.4756
CIE-Lab66.143821.740753.5978

#dc903e color RGB value is (220,144,62).

#dc903e hex color red value is 220, green value is 144 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dc903e hue: 0.09 , saturation: 0.69 and the lightness value of dc903e is 0.55.

The process color (four color CMYK) of #dc903e color hex is 0.00, 0.35, 0.72, 0.14. Web safe color of #dc903e is #cc9933. Color #dc903e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010000 00111110
Octal 334 220 76
Decimal 220 144 62
Hex DC 90 3E

RGB Percentages of Color #dc903e

%51.64
%33.80
%14.55

CMYK Percentages of Color #dc903e

%0
%35
%72
%14

Triadic Colors of #dc903e

#dc903e #3edc90 #903edc

Analogous Colors of #dc903e

#dc903e #d9dc3e #dc413e

Monochromatic Colors of #dc903e

#dc903e

Complementary Color

#dc903e #3e8adc

#dc903e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc903e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc903e Color CSS Codes

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

#dc903e Text Font Color

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

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


#dc903e Background Color

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

This div background color is #dc903e


#dc903e Border Color

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

This div border color is #dc903e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc903e


Comments

No comments written yet.

Please login to write comment.