Color Hex Logo

#dd733f Color Hex

#DD733F
(221,115,63)
0 Favorites   0 Comments

Color spaces of #dd733f

RGB 22111563
HSL0.050.700.56
HSV20°71°87°
CMYK 0.000.480.71   0.13
XYZ36.846727.99258.1637
Yxy27.99250.50470.3834
Hunter Lab52.907931.723927.8871
CIE-Lab59.882037.500246.4964

#dd733f color RGB value is (221,115,63).

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

The process color (four color CMYK) of #dd733f color hex is 0.00, 0.48, 0.71, 0.13. Web safe color of #dd733f is #cc6633. Color #dd733f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110011 00111111
Octal 335 163 77
Decimal 221 115 63
Hex DD 73 3F

RGB Percentages of Color #dd733f

%55.39
%28.82
%15.79

CMYK Percentages of Color #dd733f

%0
%48
%71
%13

Triadic Colors of #dd733f

#dd733f #3fdd73 #733fdd

Analogous Colors of #dd733f

#dd733f #ddc23f #dd3f5a

Monochromatic Colors of #dd733f

#dd733f

Complementary Color

#dd733f #3fa9dd

#dd733f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd733f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd733f Color CSS Codes

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

#dd733f Text Font Color

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

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


#dd733f Background Color

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

This div background color is #dd733f


#dd733f Border Color

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

This div border color is #dd733f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,115,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 #dd733f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd733f


Comments

No comments written yet.

Please login to write comment.