Color Hex Logo

#df983c Color Hex

#DF983C
(223,152,60)
0 Favorites   0 Comments

Color spaces of #df983c

RGB 22315260
HSL0.090.720.55
HSV34°73°87°
CMYK 0.000.320.73   0.13
XYZ42.475338.47079.4619
Yxy38.47070.46980.4255
Hunter Lab62.024813.695634.3726
CIE-Lab68.366118.622256.8719

#df983c color RGB value is (223,152,60).

#df983c hex color red value is 223, green value is 152 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #df983c hue: 0.09 , saturation: 0.72 and the lightness value of df983c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011000 00111100
Octal 337 230 74
Decimal 223 152 60
Hex DF 98 3C

RGB Percentages of Color #df983c

%51.26
%34.94
%13.79

CMYK Percentages of Color #df983c

%0
%32
%73
%13

Triadic Colors of #df983c

#df983c #3cdf98 #983cdf

Analogous Colors of #df983c

#df983c #d5df3c #df473c

Monochromatic Colors of #df983c

#df983c

Complementary Color

#df983c #3c83df

#df983c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df983c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df983c Color CSS Codes

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

#df983c Text Font Color

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

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


#df983c Background Color

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

This div background color is #df983c


#df983c Border Color

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

This div border color is #df983c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df983c


Comments

No comments written yet.

Please login to write comment.