Color Hex Logo

#dd722b Color Hex

#DD722B
(221,114,43)
0 Favorites   0 Comments

Color spaces of #dd722b

RGB 22111443
HSL0.070.720.52
HSV24°81°87°
CMYK 0.000.480.81   0.13
XYZ36.272227.58125.6975
Yxy27.58120.52150.3966
Hunter Lab52.517831.377530.3303
CIE-Lab59.508537.205455.3807

#dd722b color RGB value is (221,114,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110010 00101011
Octal 335 162 53
Decimal 221 114 43
Hex DD 72 2B

RGB Percentages of Color #dd722b

%58.47
%30.16
%11.38

CMYK Percentages of Color #dd722b

%0
%48
%81
%13

Triadic Colors of #dd722b

#dd722b #2bdd72 #722bdd

Analogous Colors of #dd722b

#dd722b #ddcb2b #dd2b3d

Monochromatic Colors of #dd722b

#dd722b

Complementary Color

#dd722b #2b96dd

#dd722b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd722b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd722b Color CSS Codes

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

#dd722b Text Font Color

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

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


#dd722b Background Color

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

This div background color is #dd722b


#dd722b Border Color

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

This div border color is #dd722b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd722b


Comments

No comments written yet.

Please login to write comment.