Color Hex Logo

#df970d Color Hex

#DF970D
(223,151,13)
0 Favorites   0 Comments

Color spaces of #df970d

RGB 22315113
HSL0.110.890.46
HSV39°94°87°
CMYK 0.000.320.94   0.13
XYZ41.570737.85035.4956
Yxy37.85030.48950.4457
Hunter Lab61.522612.947637.7696
CIE-Lab67.910117.854470.7606

#df970d color RGB value is (223,151,13).

#df970d hex color red value is 223, green value is 151 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #df970d hue: 0.11 , saturation: 0.89 and the lightness value of df970d is 0.46.

The process color (four color CMYK) of #df970d color hex is 0.00, 0.32, 0.94, 0.13. Web safe color of #df970d is #cc9900. Color #df970d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010111 00001101
Octal 337 227 15
Decimal 223 151 13
Hex DF 97 D

RGB Percentages of Color #df970d

%57.62
%39.02
%3.36

CMYK Percentages of Color #df970d

%0
%32
%94
%13

Triadic Colors of #df970d

#df970d #0ddf97 #970ddf

Analogous Colors of #df970d

#df970d #bedf0d #df2e0d

Monochromatic Colors of #df970d

#df970d

Complementary Color

#df970d #0d55df

#df970d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df970d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df970d Color CSS Codes

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

#df970d Text Font Color

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

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


#df970d Background Color

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

This div background color is #df970d


#df970d Border Color

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

This div border color is #df970d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df970d


Comments

No comments written yet.

Please login to write comment.