Color Hex Logo

#dd691d Color Hex

#DD691D
(221,105,29)
0 Favorites   0 Comments

Color spaces of #dd691d

RGB 22110529
HSL0.070.770.49
HSV24°87°87°
CMYK 0.000.520.87   0.13
XYZ35.092125.56404.2472
Yxy25.56400.54070.3939
Hunter Lab50.560935.407630.4121
CIE-Lab57.620941.365159.1042

#dd691d color RGB value is (221,105,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101001 00011101
Octal 335 151 35
Decimal 221 105 29
Hex DD 69 1D

RGB Percentages of Color #dd691d

%62.25
%29.58
%8.17

CMYK Percentages of Color #dd691d

%0
%52
%87
%13

Triadic Colors of #dd691d

#dd691d #1ddd69 #691ddd

Analogous Colors of #dd691d

#dd691d #ddc91d #dd1d31

Monochromatic Colors of #dd691d

#dd691d

Complementary Color

#dd691d #1d91dd

#dd691d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd691d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd691d Color CSS Codes

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

#dd691d Text Font Color

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

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


#dd691d Background Color

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

This div background color is #dd691d


#dd691d Border Color

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

This div border color is #dd691d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd691d


Comments

No comments written yet.

Please login to write comment.