Color Hex Logo

#dd691e Color Hex

#DD691E
(221,105,30)
0 Favorites   0 Comments

Color spaces of #dd691e

RGB 22110530
HSL0.070.760.49
HSV24°86°87°
CMYK 0.000.520.86   0.13
XYZ35.104725.56904.3134
Yxy25.56900.54020.3934
Hunter Lab50.565835.431330.3385
CIE-Lab57.625741.387358.7619

#dd691e color RGB value is (221,105,30).

#dd691e hex color red value is 221, green value is 105 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #dd691e hue: 0.07 , saturation: 0.76 and the lightness value of dd691e is 0.49.

The process color (four color CMYK) of #dd691e color hex is 0.00, 0.52, 0.86, 0.13. Web safe color of #dd691e is #cc6633. Color #dd691e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101001 00011110
Octal 335 151 36
Decimal 221 105 30
Hex DD 69 1E

RGB Percentages of Color #dd691e

%62.08
%29.49
%8.43

CMYK Percentages of Color #dd691e

%0
%52
%86
%13

Triadic Colors of #dd691e

#dd691e #1edd69 #691edd

Analogous Colors of #dd691e

#dd691e #ddc91e #dd1e33

Monochromatic Colors of #dd691e

#dd691e

Complementary Color

#dd691e #1e92dd

#dd691e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd691e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd691e Color CSS Codes

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

#dd691e Text Font Color

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

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


#dd691e Background Color

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

This div background color is #dd691e


#dd691e Border Color

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

This div border color is #dd691e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd691e


Comments

No comments written yet.

Please login to write comment.