Color Hex Logo

#dd732e Color Hex

#DD732E
(221,115,46)
0 Favorites   0 Comments

Color spaces of #dd732e

RGB 22111546
HSL0.070.720.52
HSV24°79°87°
CMYK 0.000.480.79   0.13
XYZ36.442727.83096.0359
Yxy27.83090.51830.3958
Hunter Lab52.755030.985030.1449
CIE-Lab59.735736.793554.3198

#dd732e color RGB value is (221,115,46).

#dd732e hex color red value is 221, green value is 115 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dd732e hue: 0.07 , saturation: 0.72 and the lightness value of dd732e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110011 00101110
Octal 335 163 56
Decimal 221 115 46
Hex DD 73 2E

RGB Percentages of Color #dd732e

%57.85
%30.10
%12.04

CMYK Percentages of Color #dd732e

%0
%48
%79
%13

Triadic Colors of #dd732e

#dd732e #2edd73 #732edd

Analogous Colors of #dd732e

#dd732e #ddcb2e #dd2e40

Monochromatic Colors of #dd732e

#dd732e

Complementary Color

#dd732e #2e98dd

#dd732e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd732e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd732e Color CSS Codes

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

#dd732e Text Font Color

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

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


#dd732e Background Color

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

This div background color is #dd732e


#dd732e Border Color

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

This div border color is #dd732e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd732e


Comments

No comments written yet.

Please login to write comment.