Color Hex Logo

#dd752d Color Hex

#DD752D
(221,117,45)
0 Favorites   0 Comments

Color spaces of #dd752d

RGB 22111745
HSL0.070.720.52
HSV25°80°87°
CMYK 0.000.470.80   0.13
XYZ36.653728.28426.0102
Yxy28.28420.51660.3987
Hunter Lab53.182929.952330.5277
CIE-Lab60.144635.730455.1333

#dd752d color RGB value is (221,117,45).

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

The process color (four color CMYK) of #dd752d color hex is 0.00, 0.47, 0.80, 0.13. Web safe color of #dd752d is #cc6633. Color #dd752d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110101 00101101
Octal 335 165 55
Decimal 221 117 45
Hex DD 75 2D

RGB Percentages of Color #dd752d

%57.70
%30.55
%11.75

CMYK Percentages of Color #dd752d

%0
%47
%80
%13

Triadic Colors of #dd752d

#dd752d #2ddd75 #752ddd

Analogous Colors of #dd752d

#dd752d #ddcd2d #dd2d3d

Monochromatic Colors of #dd752d

#dd752d

Complementary Color

#dd752d #2d95dd

#dd752d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd752d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd752d Color CSS Codes

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

#dd752d Text Font Color

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

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


#dd752d Background Color

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

This div background color is #dd752d


#dd752d Border Color

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

This div border color is #dd752d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd752d


Comments

No comments written yet.

Please login to write comment.