Color Hex Logo

#df8c04 Color Hex

#DF8C04
(223,140,4)
0 Favorites   0 Comments

Color spaces of #df8c04

RGB 2231404
HSL0.100.960.45
HSV37°98°87°
CMYK 0.000.370.98   0.13
XYZ39.831434.45294.6656
Yxy34.45290.50450.4364
Hunter Lab58.696618.410736.3748
CIE-Lab65.320523.647970.2215

#df8c04 color RGB value is (223,140,4).

#df8c04 hex color red value is 223, green value is 140 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #df8c04 hue: 0.10 , saturation: 0.96 and the lightness value of df8c04 is 0.45.

The process color (four color CMYK) of #df8c04 color hex is 0.00, 0.37, 0.98, 0.13. Web safe color of #df8c04 is #cc9900. Color #df8c04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001100 00000100
Octal 337 214 4
Decimal 223 140 4
Hex DF 8C 4

RGB Percentages of Color #df8c04

%60.76
%38.15
%1.09

CMYK Percentages of Color #df8c04

%0
%37
%98
%13

Triadic Colors of #df8c04

#df8c04 #04df8c #8c04df

Analogous Colors of #df8c04

#df8c04 #c5df04 #df1f04

Monochromatic Colors of #df8c04

#df8c04

Complementary Color

#df8c04 #0457df

#df8c04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8c04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8c04 Color CSS Codes

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

#df8c04 Text Font Color

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

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


#df8c04 Background Color

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

This div background color is #df8c04


#df8c04 Border Color

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

This div border color is #df8c04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8c04


Comments

No comments written yet.

Please login to write comment.