Color Hex Logo

#dd640b Color Hex

#DD640B
(221,100,11)
0 Favorites   0 Comments

Color spaces of #dd640b

RGB 22110011
HSL0.070.910.45
HSV25°95°87°
CMYK 0.000.550.95   0.13
XYZ34.436424.51073.2326
Yxy24.51070.55380.3942
Hunter Lab49.508337.519530.7845
CIE-Lab56.595543.536463.2357

#dd640b color RGB value is (221,100,11).

#dd640b hex color red value is 221, green value is 100 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dd640b hue: 0.07 , saturation: 0.91 and the lightness value of dd640b is 0.45.

The process color (four color CMYK) of #dd640b color hex is 0.00, 0.55, 0.95, 0.13. Web safe color of #dd640b is #cc6600. Color #dd640b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100100 00001011
Octal 335 144 13
Decimal 221 100 11
Hex DD 64 B

RGB Percentages of Color #dd640b

%66.57
%30.12
%3.31

CMYK Percentages of Color #dd640b

%0
%55
%95
%13

Triadic Colors of #dd640b

#dd640b #0bdd64 #640bdd

Analogous Colors of #dd640b

#dd640b #ddcd0b #dd0b1b

Monochromatic Colors of #dd640b

#dd640b

Complementary Color

#dd640b #0b84dd

#dd640b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd640b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd640b Color CSS Codes

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

#dd640b Text Font Color

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

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


#dd640b Background Color

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

This div background color is #dd640b


#dd640b Border Color

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

This div border color is #dd640b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd640b


Comments

No comments written yet.

Please login to write comment.