color codes Logo

#df943d color codes

#DF943D
(223,148,61)
0 Favorites   0 Comments

Color spaces of #df943d

RGB 22314861
HSL0.090.720.56
HSV32°73°87°
CMYK 0.000.340.73   0.13
XYZ41.863637.20479.3897
Yxy37.20470.47330.4206
Hunter Lab60.995715.768833.5698
CIE-Lab67.430320.811855.4844

#df943d color RGB value is (223,148,61).

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

The process color (four color CMYK) of #df943d color code is 0.00, 0.34, 0.73, 0.13. Web safe color of #df943d is #cc9933. Color #df943d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010100 00111101
Octal 337 224 75
Decimal 223 148 61
Hex DF 94 3D

RGB Percentages of Color #df943d

%51.62
%34.26
%14.12

CMYK Percentages of Color #df943d

%0
%34
%73
%13

Triadic Colors of #df943d

#df943d #3ddf94 #943ddf

Analogous Colors of #df943d

#df943d #d9df3d #df433d

Monochromatic Colors of #df943d

#df943d

Complementary Color

#df943d #3d88df

#df943d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df943d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df943d Color CSS Codes

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

#df943d Text Font Color

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

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


#df943d Background Color

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

This div background color is #df943d


#df943d Border Color

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

This div border color is #df943d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df943d


Comments

No comments written yet.

Please login to write comment.