Color Hex Logo

#dd650f Color Hex

#DD650F
(221,101,15)
0 Favorites   0 Comments

Color spaces of #dd650f

RGB 22110115
HSL0.070.870.46
HSV25°93°87°
CMYK 0.000.540.93   0.13
XYZ34.558724.71403.4008
Yxy24.71400.55140.3943
Hunter Lab49.713237.088330.7433
CIE-Lab56.795743.095262.5248

#dd650f color RGB value is (221,101,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100101 00001111
Octal 335 145 17
Decimal 221 101 15
Hex DD 65 F

RGB Percentages of Color #dd650f

%65.58
%29.97
%4.45

CMYK Percentages of Color #dd650f

%0
%54
%93
%13

Triadic Colors of #dd650f

#dd650f #0fdd65 #650fdd

Analogous Colors of #dd650f

#dd650f #ddcc0f #dd0f20

Monochromatic Colors of #dd650f

#dd650f

Complementary Color

#dd650f #0f87dd

#dd650f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd650f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd650f Color CSS Codes

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

#dd650f Text Font Color

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

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


#dd650f Background Color

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

This div background color is #dd650f


#dd650f Border Color

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

This div border color is #dd650f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd650f


Comments

No comments written yet.

Please login to write comment.