Color Hex Logo

#df974a Color Hex

#DF974A
(223,151,74)
0 Favorites   0 Comments

Color spaces of #df974a

RGB 22315174
HSL0.090.700.58
HSV31°67°87°
CMYK 0.000.320.67   0.13
XYZ42.734138.315611.6219
Yxy38.31560.46110.4135
Hunter Lab61.899614.908132.1978
CIE-Lab68.252619.886450.3916

#df974a color RGB value is (223,151,74).

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

The process color (four color CMYK) of #df974a color hex is 0.00, 0.32, 0.67, 0.13. Web safe color of #df974a is #cc9933. Color #df974a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010111 01001010
Octal 337 227 112
Decimal 223 151 74
Hex DF 97 4A

RGB Percentages of Color #df974a

%49.78
%33.71
%16.52

CMYK Percentages of Color #df974a

%0
%32
%67
%13

Triadic Colors of #df974a

#df974a #4adf97 #974adf

Analogous Colors of #df974a

#df974a #dddf4a #df4d4a

Monochromatic Colors of #df974a

#df974a

Complementary Color

#df974a #4a92df

#df974a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df974a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df974a Color CSS Codes

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

#df974a Text Font Color

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

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


#df974a Background Color

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

This div background color is #df974a


#df974a Border Color

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

This div border color is #df974a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,151,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 #df974a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df974a


Comments

No comments written yet.

Please login to write comment.