Color Hex Logo

#df9034 Color Hex

#DF9034
(223,144,52)
0 Favorites   0 Comments

Color spaces of #df9034

RGB 22314452
HSL0.090.730.54
HSV32°77°87°
CMYK 0.000.350.77   0.13
XYZ41.024535.88248.0126
Yxy35.88240.48310.4225
Hunter Lab59.901917.419434.0006
CIE-Lab66.430022.564858.3096

#df9034 color RGB value is (223,144,52).

#df9034 hex color red value is 223, green value is 144 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #df9034 hue: 0.09 , saturation: 0.73 and the lightness value of df9034 is 0.54.

The process color (four color CMYK) of #df9034 color hex is 0.00, 0.35, 0.77, 0.13. Web safe color of #df9034 is #cc9933. Color #df9034 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010000 00110100
Octal 337 220 64
Decimal 223 144 52
Hex DF 90 34

RGB Percentages of Color #df9034

%53.22
%34.37
%12.41

CMYK Percentages of Color #df9034

%0
%35
%77
%13

Triadic Colors of #df9034

#df9034 #34df90 #9034df

Analogous Colors of #df9034

#df9034 #d9df34 #df3b34

Monochromatic Colors of #df9034

#df9034

Complementary Color

#df9034 #3483df

#df9034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9034 Color CSS Codes

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

#df9034 Text Font Color

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

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


#df9034 Background Color

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

This div background color is #df9034


#df9034 Border Color

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

This div border color is #df9034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9034

#df9034 Color Palettes


Comments

No comments written yet.

Please login to write comment.