Color Hex Logo

#dd680b Color Hex

#DD680B
(221,104,11)
0 Favorites   0 Comments

Color spaces of #dd680b

RGB 22110411
HSL0.070.910.45
HSV27°95°87°
CMYK 0.000.530.95   0.13
XYZ34.829525.29693.3637
Yxy25.29690.54860.3984
Hunter Lab50.296035.591431.2420
CIE-Lab57.363641.577163.7338

#dd680b color RGB value is (221,104,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101000 00001011
Octal 335 150 13
Decimal 221 104 11
Hex DD 68 B

RGB Percentages of Color #dd680b

%65.77
%30.95
%3.27

CMYK Percentages of Color #dd680b

%0
%53
%95
%13

Triadic Colors of #dd680b

#dd680b #0bdd68 #680bdd

Analogous Colors of #dd680b

#dd680b #ddd10b #dd0b17

Monochromatic Colors of #dd680b

#dd680b

Complementary Color

#dd680b #0b80dd

#dd680b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd680b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd680b Color CSS Codes

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

#dd680b Text Font Color

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

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


#dd680b Background Color

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

This div background color is #dd680b


#dd680b Border Color

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

This div border color is #dd680b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd680b


Comments

No comments written yet.

Please login to write comment.