Color Hex Logo

#dd724b Color Hex

#DD724B
(221,114,75)
0 Favorites   0 Comments

Color spaces of #dd724b

RGB 22111475
HSL0.040.680.58
HSV16°66°87°
CMYK 0.000.480.66   0.13
XYZ37.106127.914810.0890
Yxy27.91480.49400.3717
Hunter Lab52.834532.901825.6624
CIE-Lab59.811738.656740.2076

#dd724b color RGB value is (221,114,75).

#dd724b hex color red value is 221, green value is 114 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dd724b hue: 0.04 , saturation: 0.68 and the lightness value of dd724b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110010 01001011
Octal 335 162 113
Decimal 221 114 75
Hex DD 72 4B

RGB Percentages of Color #dd724b

%53.90
%27.80
%18.29

CMYK Percentages of Color #dd724b

%0
%48
%66
%13

Triadic Colors of #dd724b

#dd724b #4bdd72 #724bdd

Analogous Colors of #dd724b

#dd724b #ddbb4b #dd4b6d

Monochromatic Colors of #dd724b

#dd724b

Complementary Color

#dd724b #4bb6dd

#dd724b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd724b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd724b Color CSS Codes

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

#dd724b Text Font Color

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

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


#dd724b Background Color

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

This div background color is #dd724b


#dd724b Border Color

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

This div border color is #dd724b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd724b


Comments

No comments written yet.

Please login to write comment.