Color Hex Logo

#dd692a Color Hex

#DD692A
(221,105,42)
0 Favorites   0 Comments

Color spaces of #dd692a

RGB 22110542
HSL0.060.720.52
HSV21°81°87°
CMYK 0.000.520.81   0.13
XYZ35.288325.64255.2801
Yxy25.64250.53300.3873
Hunter Lab50.638435.773729.2647
CIE-Lab57.696141.707854.1293

#dd692a color RGB value is (221,105,42).

#dd692a hex color red value is 221, green value is 105 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dd692a hue: 0.06 , saturation: 0.72 and the lightness value of dd692a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101001 00101010
Octal 335 151 52
Decimal 221 105 42
Hex DD 69 2A

RGB Percentages of Color #dd692a

%60.05
%28.53
%11.41

CMYK Percentages of Color #dd692a

%0
%52
%81
%13

Triadic Colors of #dd692a

#dd692a #2add69 #692add

Analogous Colors of #dd692a

#dd692a #ddc32a #dd2a45

Monochromatic Colors of #dd692a

#dd692a

Complementary Color

#dd692a #2a9edd

#dd692a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd692a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd692a Color CSS Codes

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

#dd692a Text Font Color

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

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


#dd692a Background Color

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

This div background color is #dd692a


#dd692a Border Color

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

This div border color is #dd692a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd692a


Comments

No comments written yet.

Please login to write comment.