Color Hex Logo

#dd683b Color Hex

#DD683B
(221,104,59)
0 Favorites   0 Comments

Color spaces of #dd683b

RGB 22110459
HSL0.050.700.55
HSV17°73°87°
CMYK 0.000.530.73   0.13
XYZ35.558525.58857.2026
Yxy25.58850.52020.3744
Hunter Lab50.585136.951726.9675
CIE-Lab57.644442.845846.0871

#dd683b color RGB value is (221,104,59).

#dd683b hex color red value is 221, green value is 104 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dd683b hue: 0.05 , saturation: 0.70 and the lightness value of dd683b is 0.55.

The process color (four color CMYK) of #dd683b color hex is 0.00, 0.53, 0.73, 0.13. Web safe color of #dd683b is #cc6633. Color #dd683b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101000 00111011
Octal 335 150 73
Decimal 221 104 59
Hex DD 68 3B

RGB Percentages of Color #dd683b

%57.55
%27.08
%15.36

CMYK Percentages of Color #dd683b

%0
%53
%73
%13

Triadic Colors of #dd683b

#dd683b #3bdd68 #683bdd

Analogous Colors of #dd683b

#dd683b #ddb93b #dd3b5f

Monochromatic Colors of #dd683b

#dd683b

Complementary Color

#dd683b #3bb0dd

#dd683b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd683b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd683b Color CSS Codes

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

#dd683b Text Font Color

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

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


#dd683b Background Color

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

This div background color is #dd683b


#dd683b Border Color

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

This div border color is #dd683b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd683b

#dd683b Color Palettes


Comments

No comments written yet.

Please login to write comment.