Color Hex Logo

#dd762a Color Hex

#DD762A
(221,118,42)
0 Favorites   0 Comments

Color spaces of #dd762a

RGB 22111842
HSL0.070.720.52
HSV25°81°87°
CMYK 0.000.470.81   0.13
XYZ36.715128.49625.7557
Yxy28.49620.51740.4015
Hunter Lab53.381829.351030.9746
CIE-Lab60.334435.115556.5509

#dd762a color RGB value is (221,118,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110110 00101010
Octal 335 166 52
Decimal 221 118 42
Hex DD 76 2A

RGB Percentages of Color #dd762a

%58.01
%30.97
%11.02

CMYK Percentages of Color #dd762a

%0
%47
%81
%13

Triadic Colors of #dd762a

#dd762a #2add76 #762add

Analogous Colors of #dd762a

#dd762a #ddd02a #dd2a37

Monochromatic Colors of #dd762a

#dd762a

Complementary Color

#dd762a #2a91dd

#dd762a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd762a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd762a Color CSS Codes

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

#dd762a Text Font Color

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

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


#dd762a Background Color

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

This div background color is #dd762a


#dd762a Border Color

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

This div border color is #dd762a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd762a


Comments

No comments written yet.

Please login to write comment.