Color Hex Logo

#dd6505 Color Hex

#DD6505
(221,101,5)
0 Favorites   0 Comments

Color spaces of #dd6505

RGB 2211015
HSL0.070.960.44
HSV27°98°87°
CMYK 0.000.540.98   0.13
XYZ34.499924.69053.0910
Yxy24.69050.55390.3964
Hunter Lab49.689536.977531.0945
CIE-Lab56.772642.992164.4588

#dd6505 color RGB value is (221,101,5).

#dd6505 hex color red value is 221, green value is 101 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #dd6505 hue: 0.07 , saturation: 0.96 and the lightness value of dd6505 is 0.44.

The process color (four color CMYK) of #dd6505 color hex is 0.00, 0.54, 0.98, 0.13. Web safe color of #dd6505 is #cc6600. Color #dd6505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100101 00000101
Octal 335 145 5
Decimal 221 101 5
Hex DD 65 5

RGB Percentages of Color #dd6505

%67.58
%30.89
%1.53

CMYK Percentages of Color #dd6505

%0
%54
%98
%13

Triadic Colors of #dd6505

#dd6505 #05dd65 #6505dd

Analogous Colors of #dd6505

#dd6505 #ddd105 #dd0511

Monochromatic Colors of #dd6505

#dd6505

Complementary Color

#dd6505 #057ddd

#dd6505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6505 Color CSS Codes

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

#dd6505 Text Font Color

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

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


#dd6505 Background Color

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

This div background color is #dd6505


#dd6505 Border Color

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

This div border color is #dd6505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6505


Comments

No comments written yet.

Please login to write comment.