Color Hex Logo

#dd973f Color Hex

#DD973F
(221,151,63)
0 Favorites   0 Comments

Color spaces of #dd973f

RGB 22115163
HSL0.090.700.56
HSV33°71°87°
CMYK 0.000.320.71   0.13
XYZ41.782637.86439.8090
Yxy37.86430.46710.4233
Hunter Lab61.534013.520033.6225
CIE-Lab67.920518.453655.0333

#dd973f color RGB value is (221,151,63).

#dd973f hex color red value is 221, green value is 151 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dd973f hue: 0.09 , saturation: 0.70 and the lightness value of dd973f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010111 00111111
Octal 335 227 77
Decimal 221 151 63
Hex DD 97 3F

RGB Percentages of Color #dd973f

%50.80
%34.71
%14.48

CMYK Percentages of Color #dd973f

%0
%32
%71
%13

Triadic Colors of #dd973f

#dd973f #3fdd97 #973fdd

Analogous Colors of #dd973f

#dd973f #d4dd3f #dd483f

Monochromatic Colors of #dd973f

#dd973f

Complementary Color

#dd973f #3f85dd

#dd973f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd973f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd973f Color CSS Codes

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

#dd973f Text Font Color

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

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


#dd973f Background Color

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

This div background color is #dd973f


#dd973f Border Color

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

This div border color is #dd973f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd973f


Comments

No comments written yet.

Please login to write comment.