Color Hex Logo

#dc974b Color Hex

#DC974B
(220,151,75)
0 Favorites   0 Comments

Color spaces of #dc974b

RGB 22015175
HSL0.090.670.58
HSV31°66°86°
CMYK 0.000.310.66   0.14
XYZ41.851837.856911.7579
Yxy37.85690.45760.4139
Hunter Lab61.528013.743231.7393
CIE-Lab67.915018.686949.4409

#dc974b color RGB value is (220,151,75).

#dc974b hex color red value is 220, green value is 151 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dc974b hue: 0.09 , saturation: 0.67 and the lightness value of dc974b is 0.58.

The process color (four color CMYK) of #dc974b color hex is 0.00, 0.31, 0.66, 0.14. Web safe color of #dc974b is #cc9933. Color #dc974b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010111 01001011
Octal 334 227 113
Decimal 220 151 75
Hex DC 97 4B

RGB Percentages of Color #dc974b

%49.33
%33.86
%16.82

CMYK Percentages of Color #dc974b

%0
%31
%66
%14

Triadic Colors of #dc974b

#dc974b #4bdc97 #974bdc

Analogous Colors of #dc974b

#dc974b #d9dc4b #dc4f4b

Monochromatic Colors of #dc974b

#dc974b

Complementary Color

#dc974b #4b90dc

#dc974b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc974b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc974b Color CSS Codes

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

#dc974b Text Font Color

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

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


#dc974b Background Color

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

This div background color is #dc974b


#dc974b Border Color

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

This div border color is #dc974b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc974b


Comments

No comments written yet.

Please login to write comment.