Color Hex Logo

#dc9425 Color Hex

#DC9425
(220,148,37)
0 Favorites   0 Comments

Color spaces of #dc9425

RGB 22014837
HSL0.100.720.50
HSV36°83°86°
CMYK 0.000.330.83   0.14
XYZ40.439036.52906.6697
Yxy36.52900.48350.4368
Hunter Lab60.439213.663135.7646
CIE-Lab66.922218.637164.1295

#dc9425 color RGB value is (220,148,37).

#dc9425 hex color red value is 220, green value is 148 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #dc9425 hue: 0.10 , saturation: 0.72 and the lightness value of dc9425 is 0.50.

The process color (four color CMYK) of #dc9425 color hex is 0.00, 0.33, 0.83, 0.14. Web safe color of #dc9425 is #cc9933. Color #dc9425 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010100 00100101
Octal 334 224 45
Decimal 220 148 37
Hex DC 94 25

RGB Percentages of Color #dc9425

%54.32
%36.54
%9.14

CMYK Percentages of Color #dc9425

%0
%33
%83
%14

Triadic Colors of #dc9425

#dc9425 #25dc94 #9425dc

Analogous Colors of #dc9425

#dc9425 #c9dc25 #dc3925

Monochromatic Colors of #dc9425

#dc9425

Complementary Color

#dc9425 #256ddc

#dc9425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9425 Color CSS Codes

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

#dc9425 Text Font Color

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

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


#dc9425 Background Color

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

This div background color is #dc9425


#dc9425 Border Color

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

This div border color is #dc9425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9425


Comments

No comments written yet.

Please login to write comment.