Color Hex Logo

#dd650b Color Hex

#DD650B
(221,101,11)
0 Favorites   0 Comments

Color spaces of #dd650b

RGB 22110111
HSL0.070.910.45
HSV26°95°87°
CMYK 0.000.540.95   0.13
XYZ34.532924.70373.2648
Yxy24.70370.55250.3953
Hunter Lab49.702837.039730.8974
CIE-Lab56.785643.049963.3584

#dd650b color RGB value is (221,101,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100101 00001011
Octal 335 145 13
Decimal 221 101 11
Hex DD 65 B

RGB Percentages of Color #dd650b

%66.37
%30.33
%3.30

CMYK Percentages of Color #dd650b

%0
%54
%95
%13

Triadic Colors of #dd650b

#dd650b #0bdd65 #650bdd

Analogous Colors of #dd650b

#dd650b #ddce0b #dd0b1a

Monochromatic Colors of #dd650b

#dd650b

Complementary Color

#dd650b #0b83dd

#dd650b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd650b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd650b Color CSS Codes

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

#dd650b Text Font Color

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

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


#dd650b Background Color

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

This div background color is #dd650b


#dd650b Border Color

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

This div border color is #dd650b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,101,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 #dd650b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd650b


Comments

No comments written yet.

Please login to write comment.